Financial Audit
Most personal finance tools show you dashboards. None of them answer the actual question: am I on track, or not? This one gives you a straight verdict — a financial health score plus the prioritised actions to close the gap. Opinionated on purpose; a spreadsheet won't tell you you're behind.
How it's built
You set a target net worth, then drop in raw exports from your bank, broker, and pension provider. The parsing happens in the browser — pdf.js for statements, SheetJS for spreadsheets — so the documents themselves never leave your machine; only the derived position goes anywhere. From there, a scoring pass compares where you are against where the target says you should be, Claude turns the gap into a prioritised action list, and Chart.js draws the damage. The whole audit runs in under a minute.
It's a Vite + React app with a couple of tiny serverless functions on Vercel — no accounts, no stored data, nothing to breach.


