Hacker News new | ask | show | jobs
Show HN: Ledgi: UK net worth tracker with a CLI for AI agents (ledgi.app)
3 points by nelson687 102 days ago
I built Ledgi because I wanted to track my net worth across UK-specific stuff: ISAs, pensions, property, investments, debt.

Most finance trackers are US focused or want you to connect your bank. Ledgi is manual entry only, with AES field level encryption on all financial data.

There's also an open source CLI and a Claude Code skill. You authenticate with scoped API keys (accounts:read,holdings:write, etc.) and an AI agent can query your data directly. I use it to ask things like "what's my net worth breakdown?" or "how much ISA allowance do I have left?"

https://ledgi.app

CLI: https://github.com/LedgiApp/ledgi-cli

Claude skill: https://github.com/LedgiApp/skills

happy to hear your feedback!