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