Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 977 Bytes

File metadata and controls

49 lines (34 loc) · 977 Bytes

SubTracker 📊

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


Features

  • 🔐 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

Tech Stack

Frontend: Next.js, TypeScript, CSS
Backend: Node.js, Express.js, REST API
Database: MongoDB
Auth: JWT
Deployed on: Vercel


Getting Started

# 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

Folder Structure