Live data from Hacker News

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

news.ycombinator.com

1–10 of 17 posts

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

#8
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

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

#9

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

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

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

#10

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

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

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

Post reply on HN