Show HN: Trackm, a personal finance web app
11–20 of 25 posts
Re: Show HN: Trackm, a personal finance web app
#12I’m really sorry but anyone can vibe a personal finance app in 2026. Monetizing this is going to be challenging.
(I say this as someone who vibe coded a finance app, and it works!)...now I'm not sure what to do with it, it works for me - do I open it to the world or just keep making it great for me.
Re: Show HN: Trackm, a personal finance web app
#13The privacy angle is interesting. I'm curious how people view the pricing strategy of taking a one-time payment for lifetime access. My first thought was that it encourages the developer to focus more on recruiting new users rather than keeping existing ones happy - makes me wonder what will become of the product if new user growth stalls.
Personally, I don't like subscription-based apps so didn't want to create yet another one.
And I built this around my personal needs so I plan to support it indefinitely.
Regarding long term improvements, there is a number of paying users that once I achieve, any new users are basically profit.
The service was built to be cheap to run and maintain so I could charge a one time fee.
Re: Show HN: Trackm, a personal finance web app
#14I use YNAB. I thought about building my own now that AI coding make this feasible. But the moat that I can't cross is the integration with my bank accounts. Plaid and the like are too expensive and don't cater to one-off users like me. Has anyone been able to find a personal financial data provider that has a reasonable price?
I haven't done it at first because
(1) they all have monthly / yearly costs and I wanted a flat fee;
(2) I can't update the account without the user having logged in because of how the encryption works.
Re: Show HN: Trackm, a personal finance web app
#15I use YNAB. I thought about building my own now that AI coding make this feasible. But the moat that I can't cross is the integration with my bank accounts. Plaid and the like are too expensive and don't cater to one-off users like me. Has anyone been able to find a personal financial data provider that has a reasonable price?
actual budget something similar from what i can see via SimpleFIN Bridge ( https://actualbudget.org/docs/advanced/bank-sync/#supported-... )
Re: Show HN: Trackm, a personal finance web app
#16I use YNAB. I thought about building my own now that AI coding make this feasible. But the moat that I can't cross is the integration with my bank accounts. Plaid and the like are too expensive and don't cater to one-off users like me. Has anyone been able to find a personal financial data provider that has a reasonable price?
Re: Show HN: Trackm, a personal finance web app
#17I use YNAB. I thought about building my own now that AI coding make this feasible. But the moat that I can't cross is the integration with my bank accounts. Plaid and the like are too expensive and don't cater to one-off users like me. Has anyone been able to find a personal financial data provider that has a reasonable price?
Re: Show HN: Trackm, a personal finance web app
#18Re: Show HN: Trackm, a personal finance web app
#19Re: Show HN: Trackm, a personal finance web app
#20[flagged]
Regarding the one-time fee and subscription, 100% agree. I delayed adding account sync because of the monthly / yearly costs. And also, because with the model of recuring rules looking into the future, I tend to use the app on a daily basis to correct things (payment is scheduled on 16th but is cleared on 17th so I need to update it).
When I add bank account sync, I'll have to think how to charge it. I still don't want to have a subscription for it, so need to think about it.
Finally, I don't do client-side encryption. There is encryption in transit (https / tls) and at rest.
I can't open any database without the user's password, so even if someone were able to exfiltrate the user databases, they still would need to know the encryption key used to read the data.