Ledgi: UK net worth tracker with a CLI for AI agents
UK-specific net worth tracking with encrypted CLI for AI agents beats US-centric competitors.

E2E encryption and historical FX rates solve real spreadsheet pain points.
Privacy-conscious individuals tracking net worth across multiple currencies
Personal Capital · Mint · Google Sheets
You submit your balances or start by uploading an Excel file, and Quantive gives you the things a spreadsheet makes you fight for, like the constantly evolving allocation by asset type and liquidity, drawdown stats and forecasts, and multi-currency totals where a balance from 3 years ago is valued at that day's FX rate (not today's). It syncs across devices, so you can now check those numbers also from your phone.
The part I cared most about was for your portfolio to be encrypted in your browser with a key derived from your password before anything reaches the server. The server only stores ciphertext, so a passive database leak reveals nothing about your financials, and there's no third-party aggregator on my side. XChaCha20-Poly1305 and Argon2id (via libsodium), an optional 24-word recovery code, and the crypto module is MIT. The full threat model, including what I deliberately do not defend against can also be found in the design doc below. That's the part I'd most like critique on.
Live: https://usequantive.app
Try it on a mock portfolio with no sign-up: https://usequantive.app/demo
Repo: https://github.com/pedromlsreis/quantive (crypto module MIT; the rest source-available under PolyForm Noncommercial 1.0.0)
Design doc, with the threat model and what's tested vs not: https://github.com/pedromlsreis/quantive/blob/main/docs/secu...
The Free tier will remain forever, and I will never be cutting down on usability. Pro adds full history, forecasting, benchmarks against EU inflation and the S&P 500, a PDF report, and CSV/Excel exports. Also, in line with the privacy philosophy, all the existing analytics are opt-in and anonymous - everything disclosed in the /privacy page. I'd be happy to hear your comments, especially from anyone who has wrestled with this in a spreadsheet before.
UK-specific net worth tracking with encrypted CLI for AI agents beats US-centric competitors.
Another personal finance tracker competing with Monarch Money and Copilot in a saturated market.
E2E encrypted financial forecasting that replaces complex retirement spreadsheets.
YNAB alternative with automatic bank sync, but lacks differentiation from existing fintech.
100% local privacy is nice, but manual entry loses to Mint's automatic bank sync.
Spreadsheet control minus tedious formulas, AI auto-tagging for CSV imports.