A smart budget management app for students built during HackDecouverte hackathon.
- Expense Tracking: Input your monthly income, fixed expenses (rent, tuition), and variable expenses
- What-If Simulator: AI-powered scenario simulation to explore financial decisions
- Stats & Insights: Visual charts and predictions to understand your spending
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- AI: Vercel AI SDK + Google Gemini
- Charts: Recharts
- Auth: Better Auth
pnpm install
pnpm devOpen http://localhost:3000 to view the app.
src/app/
├── dashboard/
│ ├── page.tsx # Expense input
│ ├── simulator/ # What-If simulator
│ └── stats/ # Charts & insights
└── page.tsx # Landing page