Ask HN: What do you use to host side projects?

2 pointsposted 13 hours ago
by ilmak1704

Item id: 49502354

11 Comments

scorpioxy

5 hours ago

A suitably specc'ed VPS from any provider with a good enough reputation. You can start small and upgrade if/when needed. I used to be a fan of Linode, also Hetzner but their recent price hike was unfortunate. Any provider that's been around for a while will probably have similar services.

sejje

10 hours ago

I think it's really worth considering self-hosting these days. Doesn't take much of a machine to run a web app, for instance.

I do a little of that, but for anything public I put it on a VPS.

I use one of the big providers; they're all the same. Empty linux virtual machine with an IP. That's all you need. They start at $4/month or so, maybe cheaper if you shop around.

dannyboland

13 hours ago

I use Hetzner - reasonable prices, EU based and one of the best benefits of AI is that running a pet server is no longer a real burden.

frou_dh

11 hours ago

Back in the day I used an old laptop sitting in my house running with its lid closed and free dynamic-DNS :)

thinkafter

11 hours ago

Used Heroku until they got rid of free

Used Vercel until they banned img tags

Used AWS until they suspended my account (they always do this, new account -> week later suspended, can’t pay them, they don’t want me)

Used GCP until I got the first bill

Every option was a headache, so now I just self host. Forward router ports, install an SSL, npm start

Problem solved. For free

ilmak1704

11 hours ago

Is self-hosting permanent now, or would anything pull you back?

thinkafter

10 hours ago

Need to scale and have deployments in different locations, more guaranteed uptime, more resources that I have at home.

Would be a good problem to have!

For hobbies and even small businesses a home server on residential ISP is a lot of fun

mcsniff

5 hours ago

"fun" is kinda the last thing I want with my (small) business infra.

It should be rock solid, relatively inexpensive, and from a reliable company with some expected longevity. I want it to be boring, no surprises, never think about it because it Just Works (r).

ilmak1704

12 hours ago

I'm building thebay.cloud, so I'm biased - asking cause I want to hear what people actually use

TheJCDenton

11 hours ago

Cloudflare. Free tier, and prices bound to wall time, which is nice for side projects.