Hey everyone!
Building my first startup and need to pick a hosting platform.
Currently torn between:
- Vercel (seems popular for Next.js)
- Netlify (been using it for a while)
- AWS (feels overkill but powerful)
- Railway (new but looks cool)
My situation:
- Building a SaaS app with Next.js
- Need PostgreSQL database
- Budget: around /mo to start
- Don’t want to deal with server config
Anyone with real experience? What’s the best pick for a startup MVP?
Thanks in advance! 🙏
Full breakdown from someone who deployed 5 startups to production:
Vercel:
- ✅ Best for Next.js out of the box
- ✅ Amazing DX, zero config
- ✅ Great analytics built-in
- ❌ Gets expensive at scale
- ❌ Limited database options
Railway:
- ✅ Best DX for full-stack
- ✅ Built-in DB (PostgreSQL, MySQL)
- ✅ GPU support now!
- ❌ Smaller ecosystem
My pick for your MVP:
Railway – you need PostgreSQL, it is built-in. $50/mo gets you plenty.
Great answer! Thanks for sharing! 👍