DEV Community

Cover image for ๐Ÿš€ Biz Tracker v3 โ€” A Smart Expense Tracker with AI, Invoicing, and Clean UI
Prasoon  Jadon
Prasoon Jadon

Posted on

๐Ÿš€ Biz Tracker v3 โ€” A Smart Expense Tracker with AI, Invoicing, and Clean UI

๐Ÿš€ Biz Tracker v3 โ€” A Smart Expense Tracker with AI, Invoicing, and Clean UI

โ€œTrack. Classify. Bill. Repeat.โ€

Welcome to Biz Tracker v3, a new leap in managing small business expenses, product stock, and invoice generation โ€” all powered by a minimal, modern web UI and artificial intelligence.

๐Ÿ”— Live Demo: biz-tracker-vert.vercel.app

๐Ÿ”— Invoice Mint (Standalone): invoice-mint.onrender.com

๐Ÿ”— AI Expense Classifier API: bizexpneser.onrender.com


โœจ Whatโ€™s New in Version 3?

โœ… Professional Material UI

We've redesigned the dashboard using Materialize CSS to give it a cleaner, mobile-friendly look. Navigation now includes:

  • Stock View
  • Shop Map
  • About Section
  • Invoice Generator
  • Home

All pages are accessible through a responsive navbar and mobile sidenav.


๐Ÿงพ Invoice Mint โ€” Clean Invoices (Without GST)

Weโ€™ve decoupled our invoice tool into its own microservice. Features include:

  • Invoice generation without GST
  • Clean itemized layout
  • Supports multiple entries
  • Real-time entry and reset
  • PDF download (via browser print/save)

Try it at: invoice-mint.onrender.com


๐Ÿค– AI-Powered Expense Classifier & Tracker

We've built a small AI using Multinomial Naive Bayes to automatically classify expenses. Just send an expense description and let the API do the rest!

Examples:

Input AI Prediction
uber Transport
movie Entertainment
milk Groceries

Access API: bizexpneser.onrender.com


๐Ÿ’ป Tech Stack

  • Frontend: Svelte + Materialize CSS
  • AI Model: Python (Flask, scikit-learn)
  • PDF: Browser-based printing support
  • Deployment: Render, Vercel

๐Ÿงช Dev Setup

requirements.txt for AI Expense Classifier (Flask server)

Flask
scikit-learn
gunicorn


๐Ÿ™ Special Thanks

A huge thanks to everyone who gave feedback and helped us shape this project:

  • ๐Ÿค Accio by Alibaba Group โ€” for their encouraging comment and support
  • ๐Ÿ’ง AquaScript โ€” for their encouraging and helpful comment

Your feedback gave us confidence to take the project forward!


๐Ÿ“Œ What's Next?

  • ๐Ÿ“ˆ Advanced analytics dashboards (daily, weekly, monthly)
  • ๐Ÿ“ฆ Product QR scanner (via webcam)
  • ๐Ÿง  Smarter AI for tagging vendors and payment modes
  • ๐Ÿ” Auth system with API key access

๐Ÿ’ฌ Feedback?

Found a bug or have a feature request? Leave a comment or open an issue on our GitHub repo (coming soon).


Made with ๐Ÿ’ก in India by @pjdeveloper896


Top comments (0)