Live data from Hacker News

Show HN: Guitos, a free open-source budgeting app

guitos.app

1–10 of 13 posts

Show HN: Guitos, a free open-source budgeting app

#1
Hi HN, I wanted to share an app I've created recently since it might be useful for you:

guitos is a free open-source budgeting app that helps you figure out where your money went and plan your budget ahead of time.

It was initially created to replace a spreadsheet I created based on the budgeting advice given on the r/personalfinance subreddits and as an opportunity to learn React.

The app stores data in your browser's local storage (IndexedDB). Your private financial data doesn't leave your browser.

(If you're wondering what the app's name means: "guitos" is portuguese slang for money/cash. )

source code available @ https://github.com/rare-magma/guitos

Show HN: Guitos, a free open-source budgeting app
guitos.app

Re: Show HN: Guitos, a free open-source budgeting app

#2
Its a little too minimal for my taste, a little into of how it works, and explanation of why multiple budgets exist would be good. I will take a look at your code and maybe fork it to learn a little react. Well done on releasing and getting to to the front page of HN.

Re: Show HN: Guitos, a free open-source budgeting app

#4

Its a little too minimal for my taste, a little into of how it works, and explanation of why multiple budgets exist would be good. I will take a look at your code and maybe fork it to learn a little react. Well done on releasing and getting to to the front page of HN.

thanks for the feedback! guitos allows the creation of multiple budgets so that it is possible to plan the future/review the past.

I'll try to explain with an example: I receive a salary at the end of each month and around that time I create a new budget to plan the expenses/savings goals/etc. I frequently add a new expense before I purchase it so I can see the impact on the budget and plan accordingly. Later, I can compare the budget with previous months to understand where the money is going by hovering on a single item. (A tooltip shows its value in percentage of revenue)

Re: Show HN: Guitos, a free open-source budgeting app

#5

Hi! Thanks for sharing. It will be nice to populate some examples or select templates to see exactly what the app can do.

hey thanks for the feedback! you can find some screenshots in the about section: https://github.com/rare-magma/guitos#about

Re: Show HN: Guitos, a free open-source budgeting app

#7

nice project. it would be great to update currency

thanks! By "update currency" you mean being able to change the currency used in the app? Currently it is set automatically according to your browser's preferred languages. Example: English (United States) browser language displays values in US Dollars. English (India) uses Indian Rupees.

Re: Show HN: Guitos, a free open-source budgeting app

#8

nice project. it would be great to update currency

thanks! By "update currency" you mean being able to change the currency used in the app? Currently it is set automatically according to your browser's preferred languages. Example: English (United States) browser language displays values in US Dollars. English (India) uses Indian Rupees.

What happens in bilingual/trilingual countries where users never bothered to set the exactly right locale or may not even know it exists?

How about people who use the browser in english in principle?

Anecdote: I was once asked to translate a phone app into Chinese (i was just pasting strings from a real Chinese speaker) and the first request that came from the users was to add a language setting instead of just obeying the phone's locale.

Re: Show HN: Guitos, a free open-source budgeting app

#9
post #8

Earlier quoted context omitted.

thanks! By "update currency" you mean being able to change the currency used in the app? Currently it is set automatically according to your browser's preferred languages. Example: English (United States) browser language displays values in US Dollars. English (India) uses Indian Rupees.

What happens in bilingual/trilingual countries where users never bothered to set the exactly right locale or may not even know it exists? How about people who use the browser in english in principle? Anecdote: I was once asked to translate a phone app into Chinese (i was just pasting strings from a real Chinese speaker) and the first request that came from the users was to add a language setting instead of just obeyi…

thanks for sharing your opinion! It would be great if browsers allowed for more flexible locale settings (separate language and country/locale options) to accommodate these cases. I've created an issue (https://github.com/rare-magma/guitos/issues/39) to track this feature, if it gets some traction I'll consider implementing it.

Re: Show HN: Guitos, a free open-source budgeting app

#10
post #8

Earlier quoted context omitted.

What happens in bilingual/trilingual countries where users never bothered to set the exactly right locale or may not even know it exists? How about people who use the browser in english in principle? Anecdote: I was once asked to translate a phone app into Chinese (i was just pasting strings from a real Chinese speaker) and the first request that came from the users was to add a language setting instead of just obeyi…

thanks for sharing your opinion! It would be great if browsers allowed for more flexible locale settings (separate language and country/locale options) to accommodate these cases. I've created an issue ( https://github.com/rare-magma/guitos/issues/39 ) to track this feature, if it gets some traction I'll consider implementing it.

It's not just browsers, mine was a native Android app. At least they allow changing the locale on app startup.
Post reply on HN