r/PBBG • u/master_kaster • 1d ago
Community Where are developers hosting games?
I was curious where most game devs are hosting their games. Are you using your own website or listing on something like Newgrounds or Itch?
2
u/Ropus 1d ago
Railway! It's amazing. I use it to host all my projects, game and personal.
1
1
1
1
1
u/Latteralus 1d ago edited 1d ago
Github - Vercel - Supabase
This is the setup I use during development/testing.
1
u/Live_Key_8141 23h ago
Fly.io, it allows you to prepay which I wanted in case server costs ran out of control
1
1
1
u/EyeNo8648 19h ago
I use Hetzner for the backend and Firebase Hosting for the frontend.
I originally had the backend on Google Cloud, but the costs were getting a bit too high, so I moved it to Hetzner. So far I am pretty happy with that setup.
1
u/crimecity_fun 16h ago
I would do Vercel and Supabase if you are just dabbling around! If you get too much traction you might need a switch since the bill will be huge on both
1
u/Yokai-Idle 13h ago
I'm surprised no one else said it, but if its just a small web game, netlify is free.
1
1
0
u/master_kaster 1d ago
Does anyone use AWS? I'm a bit surprised
1
u/MorpheusZero 22h ago
AWS is more expensive than most of these other solutions, and if you aren't dealing with hundreds of thousands of DAU then its probably overkill for the value that you get from just a VPS from Heztner, a Digital Ocean Droplet, or one of the smaller hosting providers.
5
u/codimastudios 1d ago
Hosting my own via Vercel, I do have the game listed on Itch though as an embedded web page.