Remix.run Logo
Show HN: Ifso.io – Personal finance simulator with no sign up required(ifso.io)
8 points by timer_interrupt a day ago | 2 comments

Hey all!

I've been building Ifso.io, it's a personal finance simulator that lets you configure and play out life decisions.

The main philosophy that I built Ifso around is decision-making. I personally wanted to see what it would look like if I made some key financial decisions (ex: what would it look like if I paid extra on my mortgage principal for just a few years versus putting that money into taxable investments). The existing tools were a bit frustrating however, I felt like I wanted to just tell the simulators "here's what I want to do, how does it end up for me?", but none of the tools really allowed for that. They felt a bit over-complicated for something that I felt should be a bit more straightforward, which is why I ended up building Ifso out.

You start off with entering where your finances are right now, and you configure your plan by listing out your various decisions to see how it all plays out and if your financial plan works or not.

The list of decisions you can make could include the more obvious things like retiring, buying a home, upgrading your car, etc. You can also simulate what it's like to convert a property into a rental or retiring early and relying on your taxable accounts to carry you to retirement age. I also wanted to make it easy to turn certain "knobs", so if you want to update your income, retirement or investment contributions, extra principal payments, etc, you can easily do so by just updating the contribution numbers for a given year and the simulator carries it forward from that point onwards.

Behind the scenes the simulation engine runs through all of the math for you, this includes income taxes, capital gains taxes if you withdraw from a taxable account, retirement account withdrawals, loan amortization schedules (and how extra principal payments might change that), and so on. You can also run Monte Carlo simulations to stress test plans, and create multiple scenarios to compare them side by side.

One of the pieces of feedback I'd received is that people wished they could just use it and try it out without needing to sign up. I made the app usable without any sign in, it ends up storing your plan config locally within your browser and is fully usable. If you do want to have your plan persist across devices (or be resilient to any browser resets), you can always sign in for free if you'd like.

My goal is to create an easy to use interface, and have all of the complexity be handled for you. To that end, if there's ever any UX improvement I could make or if there's any other features that would be helpful to have, let me know and I'd be happy to look into it!

vedk7744 14 hours ago | parent [-]

The UI looks too AI, but the product works! I tired and tested it, the walkthrough is easy and the initial setup is easy as well! Great work just work on the UI a bit as it looks too AI

timer_interrupt 13 hours ago | parent [-]

Appreciate the feedback! I did lean on Claude design for the UI, I'm a SWE by profession so UI work isn't my expertise. That's good to know though, I have some friends that work in UI/UX so I'll see if they can help out on that front.