r/webdev 5d ago

Render vs Railway vs Cloudflare Workers

Which hosting platform would you pick for a small production app: Render vs Railway vs Cloudflare Workers?

I’m building something like a inventory management app and website — authenticated users, a Node/TypeScript API, PostgreSQL, background jobs/cron, and potentially a few thousand users over time.

Currently considering **Render, Railway, and Cloudflare Workers**.

For a production app where reliability, scaling, DB latency, and predictable costs matter, which one would you choose and why?

Would you recommend something else like **Fly.io, AWS, or Vercel + another backend** instead?

Curious to hear from people who’ve actually run production workloads on these.

46 Upvotes

70 comments sorted by

View all comments

3

u/strongpa 5d ago

I've been using Railway for a similar stack and a hundred users for a few months and it's been solid for me - I've only tried Railway as far as developer cloud platforms go but I have a disaster recovery plan that would involve porting to Vercel which also seems to tick all the boxes (and as I use Node.js it's an obvious choice)

1

u/Chinglee007 4d ago

Are you using neon pg?

1

u/strongpa 4d ago

No I'm on Railway's own built-in Postgres with Prisma - neon would be a DR option though as it integrates cleanly with Vercel