Providers / Render
Render
Heroku-style deploys with clearer per-service prices.
render.com · Prices checked 2026-08-01
- Type
- App platform
- Starting cost
- ≈$7/mo
- Free tier
- Yes
- Ease of use
- 4/5
Render deploys web services, static sites, workers, and databases from Git with fixed per-instance prices. On top of per-service compute sits a workspace plan that carries the bandwidth, build minutes, and team seats.
Good to know
- Costs assemble from parts: per-service compute, plus the workspace plan, plus bandwidth overages. The advertised $7 is rarely the whole bill.
- The free Hobby workspace includes only 5 GB of bandwidth; overage bills at $0.15/GB, among the highest rates here.
- The $7 Starter instance is small: half a CPU and 512 MB of RAM.
App platform
Render
- Best for
- Apps and APIs that want git-push deploys with a fixed, understandable instance price.
- How deploys work
- Connect the Git repo; Render builds and deploys on push, with Docker support and instant rollbacks.
- The tradeoff
- The workspace-plus-services model means several line items, and bandwidth overage is pricey.
Why pick it
- Fixed per-instance prices — a $7 Starter service costs $7, not "it depends".
- Static sites, web services, workers, cron jobs, and managed Postgres under one roof.
- Deploys from Git or a Dockerfile with zero-downtime rollouts and instant rollbacks.
- Free static site hosting with a global CDN.
Why look elsewhere
- The bill assembles from parts: instance + workspace plan + bandwidth overage.
- Bandwidth overage at $0.15/GB is among the highest rates on this site.
- The $7 Starter instance is small — half a CPU and 512 MB of RAM.
- Preview environments and autoscaling sit behind paid tiers.
Our ratings
What developers say
First-person reports from the past three years, drawn from public discussions and independent write-ups. These are individual experiences, not our ratings; open the original source for its workload and full context. Critical reports include a follow-up check so you can see whether the problem was fixed, partly addressed, remains current, or has no public resolution.
What people like 10 sources
Production users say paid Render services are fast, reliable, and worth the somewhat higher cost because of the developer experience and fixed costs.
Render.com paid planUsers report Render plus Supabase works well and one says switching from costly Vercel to Render brought no regrets.
Which hosting and database provider do you use for your own projects?A developer names Render their go-to for simpler static sites and APIs while using Hetzner for more complex deployments.
Best hosting for a websiteA user recommends Render to simplify AWS, calling its repo-based deployment dead simple and praising the included static CDN.
What's your current web dev stack in 2025?Users name Render for normal backend deployments and praise the free tier versus Railway's minimum charge.
What are you using for simple backend deploys?A Flask user calls Render really nice for simple Git-driven hosting when frequent redeploys are not required.
How do you guys host your websites?A developer recommends Vercel for the frontend and Render's free tier for the backend as the best option from their experience.
Cheap ways to host a small-to-medium full-stack websiteThe author moved eight personal apps and praises Render's predictable pricing, deployment model, and support resources.
Bye Bye Heroku, Hello Render!A Render user says static hosting with a custom domain and SSL is free and that they have been happy with it.
So if I want to migrate off Netlify to something better, where?A consultancy with production deployments across several hosts calls Render clean and one of the few options it genuinely recommends for suitable workloads.
Hosting n8n on Render.com: Lessons from ProductionCritical reports and follow-ups 10 sources
Customers report broad service outages and criticize the delay before Render's status page reflected the incident.
Render is downA user reports confusing data loss with ephemeral SQLite plus disruptive cold starts on a low-traffic app.
Flask hosting: cold starts and restartsA student observes 30–50 second first requests after Render idles the backend for 15 minutes.
How do I prevent my web application from getting cold starts?A founder says the Render backend failed around launch weekend and that normal support was unavailable when the issue was urgent.
The day my app launches, my backend service crashesThe author calls Render useless for their case because wake-up can take around two minutes and looks to Vercel for lower latency.
Is there cold start on Vercel free tier like Render's?A developer seeks an alternative after Render cold starts add 5–10 seconds to login flows.
Want to host/deploy backend serverA user alleges the free-service signup obscured a charge and says billing support refused to reverse or acknowledge it.
Render.com — don't give your credit cardUsers say API-using apps were suspended without warning and describe feeling betrayed by unclear enforcement.
Render.com users, beware: free-tier apps suspended without guidelinesUsers complain the service sleeps and the first login takes too long; one moved to EC2 and says performance improved.
Recommendations for backend server for small full-stack projectUsers criticize the lack of hard usage limits, low bandwidth allowances, expensive overages, and the always-visible onrender.com hostname.
What do you like and don't like about Render.com?App platform
Render
Hobby workspace: $0 — static sites, 5 GB bandwidth, 500 build minutes, 1 seat.
What you'd realistically pay
| Project stage | Estimate | Based on |
|---|---|---|
| Just starting | ≈$7/mo | Starter — One Starter web service (0.5 CPU, 512 MB) on the free Hobby workspace. |
| Steady traffic | ≈$7/mo | Starter — Move to Standard ($25, 1 CPU / 2 GB) if 512 MB gets tight; a managed database adds more. |
| Growing | ≈$50/mo | Standard + Pro workspace — $25 Standard instance plus the $25 Pro workspace for bandwidth, builds, and team seats. |
Published prices
| Plan | Price | What you get |
|---|---|---|
| Starter web service | $7/mo | 0.5 CPU, 512 MB RAM. |
| Standard web service | $25/mo | 1 CPU, 2 GB RAM. |
| Pro workspace | $25/mo | 25 GB bandwidth, 1,000 build minutes, unlimited seats. |
- Bandwidth beyond the workspace allowance bills at $0.15/GB; build minutes beyond it at $5 per 1,000.
- Managed Postgres and key-value stores bill separately from web services (prices not yet in our checked dataset).
Deploy workflow
| Deploy from Git push Connect a repository and every push deploys automatically. | Yes Connect GitHub, GitLab, or Bitbucket; pushes build and deploy. |
|---|---|
| Preview deploys Each branch or pull request gets its own temporary URL. | Partial Full preview environments exist but require a paid workspace plan. |
| Official CLI A maintained command-line tool for deploys and management. | Yes The render CLI manages services, deploys, and logs. |
| Instant rollbacks Revert to a previous deploy without rebuilding. | Yes One-click rollback to any previous deploy. |
Platform
| Custom domains + HTTPS Bring your own domain with TLS certificates handled. | Yes Custom domains with automatic TLS on all plans. |
|---|---|
| Built-in CDN / edge network Static assets served from locations near your visitors. | Partial Static sites are served from a global CDN; web services run in one region. |
| Serverless functions Run backend code without managing a server process. | No Services are long-running processes, not functions. |
| Docker containers Deploy your own container image. | Yes Deploy from a Dockerfile or a pre-built image. |
| SSH / shell access Open a shell on the machine running your app. | Yes SSH into any running paid instance. |
| EU hosting region Run the app itself in a European data center. | Yes Frankfurt region alongside US regions and Singapore. |
Runtime & operations
| Automatic scaling Capacity grows with traffic without manual resizing. | Partial Horizontal autoscaling is available from the Pro workspace up. |
|---|---|
| Scale to zero Costs stop (or pause) when nobody is using the app. | Partial Free web services spin down when idle; paid instances run (and bill) continuously. |
| Scheduled jobs Run code on a schedule without an external trigger. | Yes Cron jobs are a first-class service type from $1/month. |
| Managed database A database the provider runs, backs up, and updates. | Yes Managed Postgres and key-value stores with backups and metrics. |
| Logs & metrics built in See what the app is doing without wiring up third parties. | Yes Logs, metrics, and alerts in the dashboard; log streams can export. |
Every comparison is pre-calculated from the same hand-checked data as this page — prices, ratings, and all 15 features we track, side by side.
Not sure this is the one? Answer four questions and compare it against the alternatives for your project.