~/projects/finance-app
Finance App
Personal finance & shared bills
Next.jsTypeScriptSupabasePostgreSQLPlaid
$ overview
A personal finance app that does what bank apps refuse to — let people who share rent, utilities, and groceries actually settle up without a spreadsheet.
Plaid handles the bank linking and transaction sync, Supabase backs auth and storage, and a layer of LLM tooling translates natural-language questions like "how much did I spend on coffee in March?" into structured queries against the user's own data.
$ highlights
- Designed the full-stack architecture: auth, secure financial data access, transaction syncing.
- Plaid integration powering spending breakdowns, recurring-expense views, and contact-based shared bills.
- Server-side API routes for secure data retrieval and transaction reconciliation.
- Prototyped AI workflows for natural-language spend queries and automated categorization.