A high-performance, local-first finance and subscription tracker. No SaaS bloat, no cloud dependencies β all data stays in your browser.
π Live: vault.marrowleaf.dev
- π³ Subscription Tracker β Track recurring subs, auto-calculate monthly/yearly costs, overdue alerts
- π° Transaction Log β Manual entry + CSV import, search/filter, running totals
- π Budget Planner β Set monthly budgets per category, track actual vs budgeted spend
- π¦ Net Worth β Track assets vs liabilities over time with charts
- π Dashboard β Full overview with spending trends, upcoming bills, budget status
- Pure HTML/CSS/JS β no build step, no framework
- IndexedDB for client-side storage
- Chart.js for visualizations
- Dark theme
- Works offline
- 100% free β no paid APIs or services
All data is stored locally in your browser's IndexedDB. Nothing is sent to any server. Ever.
Just serve the index.html, style.css, and app.js files. Works on GitHub Pages, Netlify, or any static host.
MIT