Ask HN: Spending Tracking Tools
11–20 of 111 posts
Re: Ask HN: Spending Tracking Tools
#12I've settled for using Projection Lab to keep of my net worth and have monthly targets to hit. There's still work to do. But it's much easier since I only care about the totals.
Re: Ask HN: Spending Tracking Tools
#13I've also heard good things about CoPilot (https://copilot.money/) but have not had the chance to experiment with it yet.
Re: Ask HN: Spending Tracking Tools
#14Re: Ask HN: Spending Tracking Tools
#15In the end, i ended up creating a simple react app. All the data is stored in a single json file that I sync. I load web app/app and just upload this json file.
Uses react-spreadsheet so all fields are editable.
Re: Ask HN: Spending Tracking Tools
#16I highly recommend LunchMoney ( https://lunchmoney.app/ ). It's built by a solo developer who is very responsive and continues to make the app great. Lots of automation and ability to create custom classification rules. I've been happy for the past 3 years. I've also heard good things about CoPilot ( https://copilot.money/ ) but have not had the chance to experiment with it yet.
Re: Ask HN: Spending Tracking Tools
#17Instead of tracking your expenses, create a budget in an Excel sheet, put aside the money for your regular expenses immediately after you get your salary, then invest the rest (create an investment plan) or transfer to a savings account.
Re: Ask HN: Spending Tracking Tools
#18Re: Ask HN: Spending Tracking Tools
#19YNAB generally gets mentioned as one of the de factor budgeting options. I used it a lot a few years ago and it works. Their system is a little wonky if you aren't used to the envelope method but they have great docs, a great little podcast and a healthy community.
Re: Ask HN: Spending Tracking Tools
#20I've settled on good old fashioned spreadsheets. Why? One, I pay cash as much as I possibly can (fuck surveillance finance), so using something that brings in my transactions isn't that much of a time savings. I have a minimal number of monthly scheduled transactions, so bringing those in manually just isn't really that painful. Two, it adds a tiny bit of friction to my spending. This is a good thing (at least for me…
Maybe enter purchases in a linked spreadsheet from your phone to your desktop to track purchases? Might just be better off sucking up purchase information from your bank’s API to your spreadsheet. Smaller bank APIs tend to suck though.