I spent the last 2.5 years building a super detailed financial planning tool called FinZot (US focused). It helps with questions like deciding when to retire, how much to spend in retirement, how to optimize taxes.
I believe it is much more detailed than other free tools or free tiers. It even contains an embedded Excel-inspired domain specific language for customizing the sizing of income/expense, etc.
The entire planning engine is free. Runs in your browser (Rust/WASM). No sign-up is necessary. Your data does not leave your browser unless you create an account.
There are a couple of paid features in the app which are mostly just quality of life features and AI integration. The AI integration is via a Claude connector that gives Claude access to the full planning engine.
Links: https://app.finzot.com/plan/6VXFMte2tRMp81sRKhYgXM/results/n...
finzot.com
dudebro69420•3h ago
ryan3789437•2h ago
I started working on FinZot before vibe coding was a thing. It was originally a project to learn rust/wasm. The planning engine is very much not vibe coded. I had too much fun optimizing the engine such that monte carlo trials run trials in ~1ms to have AI write the code. The newer parts of the UI were written by AI. AI has also been amazingly helpful to scale testing.