A production-grade full-stack SaaS app for managing your subscriptions β track spending, get AI-powered insights, and never miss a renewal.
π Live Demo: subtracker-murex.vercel.app
- π JWT Authentication & protected routes
- π¦ Add, edit, delete subscriptions
- π Category-wise spend analytics
- π€ AI-powered insights to detect duplicate/unused subscriptions
- π Upcoming subscription renewal alerts
- π± Fully responsive UI
Frontend: Next.js, TypeScript, CSS
Backend: Node.js, Express.js, REST API
Database: MongoDB
Auth: JWT
Deployed on: Vercel
# Clone the repo
git clone https://github.com/codewithabhi101/subtracker.git
# Install frontend dependencies
cd frontend
npm install
npm run dev
# Install backend dependencies
cd ../backend
npm install
npm start