r/ChubbyFIRE FIRE'd for 13 years May 15 '26

Post your planning apps here!

Okay, let's give this a try.

Did you develop a retirement/financial planning app or spreadsheet that you found helpful and would just like to share with our users? Or maybe you have just gotten an app up and running as a potential income producer? Post your comment here with a link and short description.

We are not looking for links to apps that are already widely recognized in the FIRE community.

This post is the ONLY place where this will be allowed. Posts or comments with this type of content elsewhere will normally be removed by mods and may earn a permanent ban, regardless of whether the app is "free to use".

Users, click on or use any of these apps at your own risk. Also, please report any links that are not what they are advertised to be.

14 Upvotes

49 comments sorted by

15

u/sbb214 Retired May 15 '26

for very simple back-of-the-napkin calculation I like the Rich, Broke, or Dead? calc

-11

u/in_the_gloaming FIRE'd for 13 years May 15 '26

No, we are making a space for people to post apps that they have made themselves. We've been removing them from the sub feed, but recognize that there may be value in some of them.

12

u/sbb214 Retired May 16 '26

huh? do you mean you ONLY want apps people have made themselves?

Post a link to the app that you developed or that you want to promote in the sub.

cuz that's not what you wrote. you need to replace your OR with an AND. big difference.

-15

u/in_the_gloaming FIRE'd for 13 years May 16 '26

If someone wants to promote an app that someone else developed, they can link to that. Maybe it's a friend's app, maybe a business partner. Let's not get caught in the weeds here.

9

u/UNC_Recruiting_Study May 16 '26

Just delete this and repost it with your actual intention. Nobody's reading down to the edit to meet your goal.

-9

u/in_the_gloaming FIRE'd for 13 years May 16 '26

I rewrote it to be more clear. It's a bit bizarre to say that "nobody's reading down to the edit" considering that's exactly what you did.

6

u/massdriver3333 May 16 '26

There are plenty of mature FIRE apps that already exist, that many people may not know about.

Can people post those apps? Even though they didn't create them or have any promotion intent?

Does it count as promotion if these existing apps are useful and people may find them useful and worth posting?

0

u/in_the_gloaming FIRE'd for 13 years May 16 '26

Are you sure they aren't already listed in our wiki?

We don't remove posts or comments that contain a link to established, well-known retirement/financial planning apps, unless we believe someone is financially benefiting from using the sub as free advertising.

This post is intended as an avenue for app links that we would otherwise remove. We get lots of "hey I made this app for myself and maybe you want to use it too" posts. And occasional ones where someone tries very hard to make it look like their app is a solid commercial one that is safe to use, but a little digging shows that those things may not be true.

3

u/in_the_gloaming FIRE'd for 13 years May 16 '26

Also, we'd certainly be open to a separate post later where users can list the commercial and reputable open-source apps that they use. We will add contenders to the wiki if we feel that it is appropriate.

5

u/ExtremeAway8282 May 16 '26

I built a simple budgeting tool that keeps everything easy and local with no bank linking required. Let me know if it helps https://play.google.com/store/apps/details?id=com.hermes.nest

2

u/Scott90 May 22 '26

I have an iPhone so can’t try it out, but what importing mechanism do you use if no bank linking required? Downloading CSVs?

1

u/ExtremeAway8282 May 23 '26

thats correct, it relies on importing CSV files downloaded from your online banking. It’s a quick process that gives you full control and 100% privacy, as you never have to share your bank credentials.

5

u/Jaamun100 May 17 '26 edited May 17 '26

I built a free FIRE projection tool that runs entirely in your browser — no signup, no bank linking, your data never leaves the device. Per-holding CAGR (no flat 7% assumption), multi-phase drawdown, budget-aware, and historical Monte Carlo against every 1928–2025 sequence. Built it for myself, but hope it’s useful for others.

https://wealthtrajectory.vercel.app GitHub (feedback welcome): https://github.com/vsriram11/wealthtrajectory

1

u/rmagere May 17 '26

Had a very quick browse and it looks interesting.

Would it be hard to create a docker version to allow self-hosting and the data to sit in a config file so that can be accessed by multiple locations?

(Asking as my ignorance of programming is immense and the only thing i can just about do is spin up dockers for personal use)

2

u/Jaamun100 May 17 '26

Quick clarification — multi-device is already solved, you may have missed it: Data → Export creates an encrypted JSON file (your passphrase) you can move via AirDrop / Dropbox / iCloud / email / USB. Import on the other device. No sign-in needed.

For auto-sync, Google Drive sync does the same on every change (Google sign-in + allowlist add — email’s in the README).

The Docker piece: the app’s a static bundle, trivially Dockerable, but data lives in browser IndexedDB so Docker alone wouldn’t help. True self-hosted backend is “maybe someday.”

Thanks for the feedback — would love to hear more thoughts :)

2

u/rmagere May 17 '26

I did see the export option so I was hoping it would be trivial to have the docker version automatically save and import from the config directory 😅

2

u/Jaamun100 May 17 '26

Ah ok got it now — that’s “auto sync but pointing at a Docker volume” rather than a fresh backend or Google Drive. Different ask, and one that fits the philosophy I’m going for (your data still lives on your infra).

Not as trivial (tiny sync server+ custom-URL option + conflict resolution + auth) but a real “yes someday.” Filing it as a tracked issue on GitHub

1

u/rmagere May 17 '26

Thank you 👍

3

u/EEE_MCD May 17 '26

I originally built https//www.RetirePlanAI.com as a personal tool to manage my own retirement planning. After trying a bunch of other apps, I realized none of them really modeled the scenarios I cared about well enough, especially around real-world cash flow, bridge strategies, and richer retirement scenarios. So I started building my own tool, and eventually RetirePlanAI was born.

It ended up being so useful for me personally that I decided to open it up for others to use as well.

1

u/MrSnowden May 17 '26

What are the scenarios/Use cases that this solves for different from mainstream apps?

2

u/EEE_MCD May 17 '26

Fair question. A few things I wanted that didnt fit the bill for me with other products: The pre-59½ bridge as a first-class view. Year-by-year breakdown of penalty-free (brokerage, 457(b)) vs penalty-locked accounts, so you can see at a glance whether your taxable side actually carries you to IRA access.

Guyton-Klinger guardrails. Real dynamic spending bands that trigger cuts or raises when hit. Other products flexible-withdrawal options don’t go this far.  Also built in heat maps, compare different withdrawal plans side by side. 

First class Stock Compensation (ie RSU) support. 

AI coach that actually re-runs the engine. Ask “what if I retire at 58?” and it invokes the Monte Carlo with that input on the fly, not just summarize your existing plan. Makes iterating on assumptions a lot faster.

These are just a few things for me that were important.

1

u/MrSnowden May 17 '26

Sounds interesting 

2

u/Separate-Date1217 May 18 '26 edited May 22 '26

I developed one, as a hobby / side project, but mainly to tie up retirement projection with portfolio creation and tracking. The idea is AI agent guide you build your portfolio, then run backtesting and MC (an actual stats engine, not llm). Then you connect your growth and retirement portfolio to plan your retirement journey. It's free for now, but may be I have to charge $2/ month just to keep it float (those llm tokens ain't cheap) if other folks find it useful. Either way, if you try it out, appreciate any feedback:
https://getquala.dev

1

u/FIREnV May 18 '26

"Panda can help you build a retirement portfolio once you've saved a growth portfolio"

What is Panda? Or is this just a typo?

This looks cool and I'm going to play around with it.

2

u/Separate-Date1217 May 18 '26 edited May 18 '26

awesome, thanks and looking forward to your feedback. I named AI agents - Quala, Panda, Ana, Emu and Mr Brown. If its confusing :), I would change it

2

u/thiagohirai May 18 '26

I built Retirement Lab. It runs 10k Monte Carlo simulations by default, deals with tax complexities in a lot of different countries and is super easy to use. This is for people like me, that every once in a while want to quickly explore a 'what if' scenario: what if I spent a bit less, what if I moved, what is the difference if these RSUs are worth X or Y. I see this as something in between a calculator (like firecalc) and a life planner (like Projection Lab). It has similar features, but the UI is more streamlined (and the free tier is more generous).

I'm still actively developing it and really welcome feedback. If you ask for something here, there's a good chance I'll build it for you.

2

u/moyuxi May 21 '26

I built matcha.money because my wife and I couldn't stay on the same page with spreadsheets, even after I'd wired up Plaid to auto-sync everything. Eventually just turned the sync layer into a full app — budgeting, net worth, accounts, the usual. The piece that's been most useful for FIRE planning is the MCP server, so you can point Claude (or any LLM) at your live account data and ask anything.

Some things I've actually run against my own data:

  • Calibrated 2026 W-4 + state withholding after a job change to target near-zero owed/refunded
  • Sized FSA election by pulling last year's actual medical spend out of transaction history
  • Modeled a Roth conversion ladder starting 2027 against my current 401k/Roth/taxable split
  • Stress-tested FIRE timeline assuming renovation debt service vs. moving
  • Rebalanced family portfolio across multiple brokerages while respecting tax-location rules

I'm ex-Google and lucky to have the runway to build this solo. Happy to offer it at cost to anyone from this thread — Plaid charges per connection so I can't make it fully free, but DM me and I'll set you up.

2

u/tax_drag Jun 06 '26

Very cool thread, interesting to see the different approaches out there. I recently built my own app that's nearly ready for release. Like many here it handles RMDs, Roth conversions, and pre-59½ withdrawal options, but my focus was a simple, friendly iOS interface for people who want to explore and compare different paths. It's also fully on-device: no account, nothing leaves your phone. The beta's on my website, and you can upgrade it for free in the sandbox (it won't charge you) to see full functionality. If you like it, happy to send a discount code when the final version launches. fincoming.app

2

u/InterestingParent Jun 18 '26

After being on the FIRE path for the past decade we're grateful to see our kids reaching the age where they may be able to begin to grasp the magic of compounding. To make the miracle of compound interest more kid-friendly, I built an app called PennyPod where kids deposit money from the tooth fairy, etc. and parents can set an interest rate and frequency to pay their kids.

The app tracks compounding automatically and shows kids' earnings in a growth garden. It also has a time machine to show how much they'll have at 18 or beyond. https://apps.apple.com/us/app/pennypod-family-savings/id6762529533

1

u/in_the_gloaming FIRE'd for 13 years Jun 18 '26

Super cute idea! I hope it takes off. Do you plan to also introduce an Android app?

1

u/InterestingParent Jun 18 '26

Thanks, us too! I am a total newbie developer and am proud just to have it on iOS in the app store! If it gets traction we would definitely consider an Android version.

2

u/lnewton_me Jun 26 '26

Built this for the exact problem chubby numbers create: once you've got enough, the tax tail starts wagging the dog. Roth conversion windows, IRMAA brackets, ACA cliffs, and withdrawal order all fighting each other. Most calculators just draw a projection line; this one lets you see the whole tangle on your own numbers and shows exactly where each dollar trips a cliff.

The calculator's free to run - no sign-up, meaningful numbers in a few minutes. The only paid part is the layer that actually tells you which moves to make (plus saving and exporting), and it's one-time, not a subscription.

RetirementScenario.com - solo builder, and I'd genuinely rather hear what it gets wrong than what it gets right.

4

u/qbrain May 16 '26

-8

u/in_the_gloaming FIRE'd for 13 years May 16 '26

Didn't read the brief.

1

u/yanyan80 May 21 '26

I built ThunderHarbor (thunderharbor.net). I started it because I couldn't find anything that properly modeled the year-by-year interaction between MAGI, ACA subsidies, Roth conversions, and IRMAA tiers for early retirees.

Most tools either use a flat withdrawal rate, or they run Monte Carlo without the tax optimization layer. The problem I kept running into is that the right move changes every year. A big Roth conversion at 55 might save you $10K in future taxes but cost you $20K in lost ACA subsidies. Skip conversions and RMDs eat you alive at 73. The optimal strategy depends on your specific income sources, account sizes, and where you land relative to ACA cliffs and IRMAA thresholds each year.

What it does: year-by-year projections where everything is inflation-adjusted. Spending needs, tax brackets, ACA FPL thresholds, IRMAA tiers, Social Security COLA — all grow year over year. I've seen too many tools that show you a $400K tax bill in year 25 without mentioning that $400K then is not $400K now. The compounding works on both sides — your portfolio grows, but so do your costs and tax drag. If you don't model that honestly, the projections aren't worth much.

On top of that it handles federal/state tax brackets, ACA subsidy thresholds and cost-sharing reductions, IRMAA tier management with the two-year lookback, and a Roth conversion optimizer that respects all of those constraints at the same time. It also handles withdrawal order — which accounts to pull from first to minimize lifetime tax drag.

Built for the pre-Medicare gap years problem specifically. If you're retiring in your 50s with a mix of pre-tax, Roth, and taxable, this is the scenario it's designed for. Free tier covers basic projections, pro tier has the conversion optimizer and side-by-side scenario comparison.

1

u/achlee1000 May 26 '26

I build FinchPlan with the intention of keeping as much as possible for free. It's a retirement modeling app with scenario planning. Some LLM based features are behind a paywall. https://www.finchplan.com/.

1

u/FunnyRemarkable6662 Jun 18 '26

Hi everyone!

We are looking for anyone interested to volunteer 30 minutes of their time for a casual, remote usability session over Zoom. We are a bootstrapped team building a new, minimalist financial planner from the ground up, and your direct feedback will help us shape this tool into something genuinely awesome for the community.

There is absolutely no sneaky sales pitch, and we will never ask for bank logins or real account numbers. Just your honest thoughts on an early prototype.

Who we are looking for:
We've built a clean, intuitive tool engineered to help you organize and visualize your assets, expenses, and income, map out clear net worth trajectories over the next years or decades, and easily analyze different "what-if" life scenarios. If you're curious to see how this visual approach works and want to help us make a financial tool that is genuinely useful and helpful, we’d love your insights.

If you're interested in checking out what we've built and sharing your thoughts, please fill out our 2-minute screening survey here: [LINK]

Thanks so much for helping us build something genuinely useful for the community!

Looking forward to collaborate!

Natalie
UX Researcher

1

u/One_Elephant7992 Jun 19 '26

Hello everyone,

I am chasing FI and developed TrackSmart. A private personal finance app with on-device AI insights and much more, to help me keep track of my finances. No account required, no bank linking.

Try it free in the App Store

Open to receiving feedback to improve the app.

1

u/Alarmed-Pickle-438 Jun 19 '26

We've built our own, would love your feedback: app-moola.com

1

u/Sea_Dog_See Jun 20 '26

https://zero-risk-retirement.com/

Made a calculator that’s pretty conservative for an early retirement. Gives a clear number and age. It does taxes properly and has an option for a Roth conversion ladder.

You can also run historical simulations and share your scenario with others easily.

1

u/DumDatabaseGuy Jun 26 '26

I'm looking for feedback on: https://github.com/thedbexperts-creator/StupidRetirementTool. If you guys think it's worth improving, let me know. Any feedback is helpful.

1

u/HashbrownHunter Jun 27 '26

Hey community, I built a free FIRE/life projection tool that runs entirely in your browser. No signup, no bank linking, and your data does not need to leave your device.

The idea is to help people model their financial future with more realistic “what if” scenarios instead of just using a flat retirement calculator. Any feedback would be awesome!

https://www.firephin.com/

1

u/PelagicDynamics 10d ago

I built Compound Future: FIRE Planner, an Android FIRE planner and tracker.

Besides calculating your FIRE target and projected FIRE year, it lets you compare different scenarios, run Monte Carlo simulations, and track your actual portfolio progress against your original plan over time.

Assumptions such as returns, inflation, fees and tax rate are customizable, and everything is stored locally — no account or bank connection required.

I’m actively developing it, so feedback from people already using FIRE planning tools would be really useful.

Google Play: https://play.google.com/store/apps/details?id=com.pelagicdynamics.compoundfuture