The platform I host my side project on has replaced its free tier — how do I work out what it will actually cost before the bill arrives?
The hosting platform my hobby project runs on has changed its pricing. What used to be an allowance that covered small apps indefinitely now looks like a trial credit that runs out, after which you pay for what you use.
My app is small: an API, a database and a bit of static content, with very little traffic. Under the old model it cost nothing.
What I cannot tell from the pricing page is what it will actually cost me per month, because the resources are billed by several different measures and I do not know what my app consumes on any of them.
How do I get an honest number before the first real invoice, and how do I decide whether to stay or move?
@bill_watcher · 9h ago
Get the number before you make any decision, because the two outcomes here are wildly different and people usually guess wrong about which one they are in.
Getting the honest number.
The line that surprises people is usually one of these three:
Then the stay-or-move decision, which is mostly about the shape of your app rather than the price.
My actual advice, having done this twice: if the number comes out to less than a couple of coffees a month, pay it and get on with your life. The hours you would spend migrating are worth more, and a paid account tends to be a more stable place for something you care about than a free tier that exists at somebody's discretion.
If the number is genuinely uncomfortable, fix the shape first — scale to zero, right-size the database, move static assets to something that serves them cheaply — and re-measure. That usually closes the gap without a migration at all.
And if you do move: do not move to another free tier. You will be doing this again in eighteen months. Either pay a small amount somewhere stable, or self-host deliberately with your eyes open about the maintenance.
Reply
Report