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)