1
Best for: Unmetered bandwidth on a huge network
Pricing: Free tier with unlimited bandwidth and generous build limits. source
Strengths
- Unmetered bandwidth — no overage risk at all
- Enormous global network
- Generous free tier
- Workers for edge compute
Trade-offs
- Next.js support is less seamless than Vercel's
- Build limits on the free tier
- Different mental model for server rendering
Verdict: The strongest answer to a surprise bandwidth bill: there is no bandwidth bill.
2
Best for: Static sites with build pipelines and forms
Pricing: Free tier with generous build minutes and bandwidth, then per-seat team plans. source
Strengths
- Closest equivalent workflow to Vercel
- Good free tier with build minutes
- Forms, functions and edge handlers built in
- Straightforward migration
Trade-offs
- Bandwidth is metered, so overage is still possible
- Next.js support trails Vercel's
- Team seats add up
Verdict: The familiar swap. This site runs on it, which is a reasonable endorsement.
3
Best for: Apps with databases, not just static sites
Pricing: Usage-based billing for compute and storage, with a small monthly minimum. source
Strengths
- Databases, workers and cron alongside the app
- Usage-based pricing that is easy to reason about
- Very fast to deploy
Trade-offs
- No permanently free tier
- Costs scale with always-on services
- Less optimised for static sites
Verdict: The right move when the app outgrew being a front end and needs a real backend.
4
Best for: A managed Heroku-style platform
Pricing: Free tier for static sites, paid instances for services and databases. source
Strengths
- Managed services including Postgres and Redis
- Free static hosting
- Simple, Heroku-like model
Trade-offs
- Free instances sleep when idle
- Slower cold starts
- Less edge presence
Verdict: A sensible managed platform when you want services without running servers.
5
Best for: Self-hosting a PaaS on your own server
Pricing: Free and open source; you pay only for the server it runs on. source
Strengths
- Self-hosted PaaS on any VPS
- One predictable server bill
- Free and open source
- No per-seat pricing
Trade-offs
- You own uptime, updates and backups
- Needs Linux comfort
- No global edge network
Verdict: The cheapest at scale by a wide margin, if you are willing to own the server.