Hi,

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

honest initial take, feels a lot going in the UI. I think it would be useful if you have some kind of a guided journey asking users a bunch of questions...and then build an initial plan...then enable them to customize

There is a semi guided journey. Click Home, delete the sample plan and then click Get Started. It will ask you a series of "simple" questions and then walk you through a series of forms where you can enter your numbers.

ohk got it. I meant for first time users...set it as default would be quite helpful. I think

The new plan with a 'free' account led me to a payment screen for €91.39.

Click Home. Delete the sample plan and then you can start from scratch creating your own plan.

Very cool. Does this integrate with banks like ActualBudget? Any plans to support self hosting?

Thanks.

I do not have any plans to integrate with banks directly mostly for security reasons. In the paid version you can give Claude a screenshot of your balances/budget and it can update the plan and publish it to the app. Does ActualBudget offer a Claude connector? I have never tried it but I bet with both connectors Claude could read from ActualBudget and update FinZot plans in one conversation.

I am also not currently considering true self hosting. The guest mode has no time limit and does not require you to sign in and your data does not leave the browser. I will consider adding a feature to import and export plans.

Cool! Is the Claude connector best used to build a plan from scratch or to help edit the plan that I start on the Finzot app?

The connector can do both. It is faster to setup a plan in the app if you are familiar with using these types of tools and know a fair amount about personal finance. If you are less familiar with the space then Claude is really good at answering questions and coming up with reasonable guesses for inputs you might not want to bother figuring out on your own (e.g. the cost of college).

I think where the connector really shines is setting up multiple scenarios and comparing the outputs. One pain point of these kinds of multi scenario analysis tools is keeping track of what is different between the setup of each scenario and how those differences in inputs impact the outputs. Claude is really good at this.

Content-Security-Policy: The page’s settings blocked an inline script (script-src-elem) from being executed because it violates the following directive: “script-src 'self' 'wasm-unsafe-eval'”. Consider using a hash ('sha256-[redacted]') or a nonce.

and

Uncaught (in promise) Error: telemetry: navigator.sendBeacon is unavailable

Latest Firefox, latest macOS

feels vibe coded, and the first modal i tried i couldnt save cause the save button rendered off screen

Was this on mobile?

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.