Modern personal finance dashboard focused on budgeting, spending analytics and editable transaction categories.
https://tu-url-vercel.vercel.app
Create any account and load demo data directly inside the app.
- Monthly budgeting
- Editable spending categories
- Transaction calendar
- Spending analytics
- Demo mode with seeded data
- PostgreSQL persistence
- Responsive minimal UI
- React + Vite
- Node.js + Express
- PostgreSQL
- Render
- Vercel
cd server
npm install
npm run devcd client
npm install
npm run devFrontend runs on:
http://localhost:5173Backend runs on:
http://localhost:3001Example PostgreSQL connection:
DATABASE_URL=postgresql://postgres:TUPASSWORD@localhost:5432/veloraCreate .env files inside:
/server/client
https://user-images.githubusercontent.com/xxxxx/demo.mp4
Bank integrations were prototyped using the TrueLayer sandbox environment.



