A lightweight finance tracker that helps you keep an eye on incoming funds and outgoing investments in your wallet.
It provides a clear overview of your financial status and is built for fast development and flexibility.
- Frontend: Nuxt 3
- Validation: Zod
- Data Generation (dev only): @faker-js/faker
- Date utils: date-fns
- Backend / DB: Supabase
This app depends on a Supabase instance, which:
- Requires weekly activity on the free tier
- Can become unavailable after repeated restores
📛 Supabase is currently disconnected due to these limitations.
- ✅ Form validation with Zod
- 📥 Track incoming transactions
- 📤 Track outgoing investments
- 📆 Smart date formatting with
date-fns - 🧪 Seed database with fake data (dev only)
- Replace or stabilize Supabase connection
- Add user authentication (optional)
- Add charts / graphs for trends
- Export reports / summaries
- Mobile improvements
# Install dependencies
npm install
# Run the app
npm run dev