Render
Reviewed by techflak · July 28, 2026 · Updated August 6, 2026
Cloud hosting for full-stack apps and static sites
Free + Starter $7/mo
QUICK STATS
- Pricing:
- Free + Starter $7/mo
- Open Source:
- No
- Self-hostable:
- No
- Has API:
- Yes
- Reviewed:
- 2026-07-28
SCORE BREAKDOWN
THE HONEST TAKE
What it is
Render is a PaaS that covers the same ground as Railway: web services, static sites, cron jobs, private services, and managed databases, in a single platform. It positions itself as the "Heroku replacement" and largely delivers on that.
Who it's for
- Developers who need free-tier hosting that actually works (Railway's free trial is time-limited)
- Teams with mixed workloads: some static, some dynamic, some background jobs
- Budget-conscious side projects that still need real infrastructure
- NOT for: teams who prioritize DX — Railway's experience is noticeably better
- NOT for: production apps expecting consistent performance on the free tier (sleep-on-idle is real)
The good
The free tier holds up for real projects. Static sites stay free forever. Web services have a free tier with a sleep-on-idle caveat, but it's usable for low-traffic projects. Railway's free trial expires; Render's free tier doesn't.
Managed databases with daily backups. Postgres and Redis, managed, in the same dashboard. Not as slick as Railway's, but functional.
Native Docker support and environment-agnostic builds. If it runs in Docker, it runs on Render.
The bad
DX is a step behind Railway. The dashboard is clunkier. Deployments are slower. The CLI is less polished. You feel the gap when you've used Railway seriously.
Free-tier web services sleep after 15 minutes of inactivity. The spin-down will disappoint users hitting cold URLs. Fine for dev/staging; not for production.
Build times are slow. Cold builds take noticeably longer than Railway or Fly. Not a dealbreaker, but it adds up across a day of iteration.
Postgres on free tier expires after 90 days. After that it requires a paid plan. Read the fine print before you build on it.
Onboarding experience
GitHub connect, auto-detected runtime, first deploy in 5 to 10 minutes. Not as instant as Railway but faster than Fly. No config files required for most standard apps. Free static site hosting activates immediately with no credit card. Web services on the free tier require card verification but don't charge within the allowance. The dashboard is functional if not polished.
Support reality
Free tier gets community forums with limited official response. Paid plans get email support, though response quality is inconsistent based on user reports. For simple configuration questions, the documentation usually covers it. For complex networking or build failures, community answers and GitHub issues are more reliable than official support tickets. Render's support quality has been a recurring criticism in public reviews.
Migration and lock-in
Low lock-in. Docker or buildpack deploys are standard and portable. The only Render-specific config is render.yaml (infrastructure-as-code), which is straightforward to translate to other platforms. Databases are standard Postgres, so dump and restore works. Switching to Railway or Fly is a configuration exercise, not a rewrite.
Pricing reality
Free static hosting is a genuine free tier. Web services start at $7/mo (Starter). Postgres starts at $7/mo. Running a small full-stack app on Render costs around $14 to $21 per month. This is comparable to Railway but with no sleep-on-idle on paid plans. At the same spend level, Railway has better DX; use Render when the free tier durability matters more than polished tooling.
Vendor signals
- Series B funded; changelog and roadmap are public
- Development pace is slower than Railway. Stable but not innovating quickly.
- Pricing has been transparent since launch; no major changes
- Less publicly engaged team vs. Railway; GitHub issue responses are slower
- Free tier terms have been reliable. Static hosting is genuinely free forever as advertised.
Verdict
Render is the honest second choice in PaaS. It's not as polished as Railway, but the free tier is more durable and pricing is more transparent. If you need free-forever hosting that doesn't expire, Render beats Railway. If DX is your priority, Railway wins.
If you're choosing between Render and Railway: start with Railway. If Railway's pricing or time-limited free trial is a problem, Render is a solid backup. Both are significantly better than Heroku at current Heroku pricing.
Would I recommend a colleague start here? Yes, if they need the free tier durability. Otherwise, point them at Railway first.