2
4 Comments

Tool to calculate how much money to set aside

Hi Indiehackers!

When I worked as a freelancer for a while I had had no real mental model for how much money I needed to set aside for the future and how much of the money I earned was truly mine to spend.

I tried modeling it in Excel as best I could, and was quite surprised both by how complicated it was to get right and how much money I actually needed to set aside!

As my girlfriend also started freelancing last year, I decided to turn my Excel sheet into a little program she could use too, and in the spirit of sharing and helping others I would hereby like to make it available to all of you as well :)

My biggest take-aways so far have been that:

  • most people dramatically underestimate how much they need to set aside
  • very many people forget to plan adequately for getting sick
  • retirement savings is an afterthough for a lot of people

You can find the tool here: https://howmuch.probsteide.com/

Comments, questions, and suggestions are more than welcome!

I wish you all a happy Easter Weekend!

on April 17, 2022
  1. 1

    Hey @spe @dvassallo also has a boostrapping calculator he put on github. Here is the link -
    https://mobile.twitter.com/dvassallo/status/1102036089697517568

    Your calculator looks really good, and clean especially in a website form. What did you use to build it on?

    1. 1

      Thank you @AdamIsaacsRae!

      The tech stack I used is somewhat non-standard! It does use React (which is rather common of course), but I programmed it in the programming language F# using Fable to compile it to JavaScript. And used Elmish for state management (Elmish is a version of the Elm programming model for F#). I used TailwindCSS for the design.

      1. 1

        @spe what a cool little project, I have so many little things like these I’m working on but not the time for them all ☹️

        My focus right now is on selling information 💡

        1. 1

          Yeah, actually finding the time for these side projects is always a challenge!

          This particular one I built over many weeks, a few hours here, a few hours there…

          Good luck!