Hacker News new | ask | show | jobs
by poitch 1908 days ago
Hi, I've been working on the side for many months on a zero-based budgeting application. I am a team of one and learned many new technologies along the way to build this project:

* Django Backend

* React + Bootstrap in Typescript for the web frontend

* Flutter in Dart for the mobile applications.

* It is running on Digital Ocean with a Postgres database.

InstaBudget is a personal finance tool to budget and track expenses. It's using zero-based budgeting, aka envelope budgeting, methodology.

It supports: * auto-importing transactions from banks thanks to Plaid

* automatically categorizing transactions

* multi-currency

I was a YNAB user for a long time but never liked the latest version, so "naturally" decided I could build something myself.

2 comments

This looks nice, and 10 bucks a month may be OK for many US based people in your target market, but I feel that you are scaring away many potential users by only giving them 14 days to evaluate, which is really not much considering that everyone is busy doing everything else in their lives. Have you thought about adding a permanently free option, or at least giving people several months? The free account can be quite limited in terms of functionality but at least you are giving people more breathing room to test it out before they have to decide.

(This is just an opinion from an outsider. Personally, I have an aversion against anything hosted by third parties, so I am not in your target market anyway.)

Thank you for the feedback.

Interestingly enough I did have a free option before.

As you pointed out, the feature set in the free version felt so limiting and it added a lot of complexity in the application itself as well that I decided to get rid of it. There is also the school of thought about how paying customers are important to validate the idea compared to customers not paying.

I hesitated a while on the duration of the free trial period and you're right 14 days is probably too short to really evaluate a budgeting solution. A budget takes time tailoring anyway.

Pricing was mostly done based on competition, it's difficult to gauge the actual cost per user without any users other than myself. I'm forecasting the main cost to be on Plaid (though right now that'd be for US and CA only)

Out of curiosity, do you use a self-hosted or desktop personal finance solution? If so which one?

This is definitely something I loved about desktop YNAB.

Good job getting the release out the door.
Thank you.