Review Editorially reviewed

Render Review

Worth it when the web process, the worker, and Postgres each have a size you can budget. A poor fit when that worker should cost nothing overnight.

Independently researched. No pay-for-placement. 5 alternatives covered
TL;DR

Render is worth it in 2026 when the app is a web process, a worker, and Postgres, and you want each size fixed before the month starts. A Starter instance is $7/mo for 512 MB and 0.5 CPU. The Pro workspace is $25/mo with unlimited seats, checked on Render's pricing page in September 2026.

Hobby includes 5 GB of outbound bandwidth, then a per-gigabyte rate, so every service in the workspace shares that pool. A paid instance keeps billing when nobody is calling it. Compare Railway when a stopped service should leave the compute line, and Fly.io when the region table sets the price.

Render product screenshot
Founded2019
Free web idle15 min
Pro seatsUnlimited
Free Postgres30 days

Render is the host I would give a Rails or Django app that still runs a web process, a queue worker, and Postgres. Those three pieces are a bill you can name in advance. I would not give it a frontend that never stays warm, or a worker that should vanish from the bill at night.

The workspace plan sets who can log in, how much outbound traffic is included, and whether a pull request can boot the whole stack. That line moves when a teammate needs the dashboard, not when the app needs more RAM.

The compute plan sets RAM and CPU for one service, and it keeps charging while that service is running.

Toolradar data: the hosting and deployment ranking we publish scored 297 tools in September 2026. Render is not among the 10 named at the top.

Heroku and DigitalOcean App Platform sit in the group ranked 11 through 30. The median cheapest paid plan among those 10 is $5.50/mo.

How we compared: Render, Railway, Fly.io, Northflank, DigitalOcean App Platform, and Heroku, priced in USD on September 24, 2026. No vendor paid for a mention. We did not deploy a test app.

A Next.js site with no long-running process belongs on the Vercel review and the serverless platforms roundup.

What is Render?

Render is a Git-connected platform where you pick a size for each service, so the month has a ceiling you can read first. A web service gets a public URL, HTTP/2, and managed TLS, and that URL is what visitors open.

A private service stays off that URL, and a background worker runs with no HTTP port, so the queue is not a public site.

Cron, static sites, Render Postgres, and Key Value (compatible with Redis clients) are their own service types, so each one is its own line. Native builds cover Node.js, Bun, Python, Ruby, Go, Rust, and Elixir, so those stacks ship without a Dockerfile.

Java, .NET, and anything else ship as a Docker image, and that image is still a sized instance.

A blueprint file, render.yaml, describes the web process, the worker, and the database in one pull request. That file is how a team stops staging from drifting away from production. Hobby, Pro, and Scale are self-serve, so you can open the account without a sales call.

Enterprise is a contract and publishes no list price, so you cannot budget it from the page. Custom compute, up to 64 CPU and 512 GB of RAM, is quote-only, so a large box is a sales conversation.

How Render works

You connect a repo, choose a compute plan, and Render runs the build, so the size is the decision. Build commands and pre-deploy commands spend pipeline minutes, and Hobby includes 500 of those minutes. That allowance fits a modest solo app and gets tight if you rebuild all day.

Past it, new builds can be blocked if you have no card, or billed if you do. A free account then stops rather than running up a charge.

A spend cap on pipeline minutes stops new builds while the last good artifact keeps serving. The live site stays up, and the next release waits. A Free web service spins down after 15 minutes without inbound HTTP or WebSocket traffic, then takes about a minute to wake. Browsers see a loading page during that wake, so the first visitor on a cold link waits.

The workspace gets 750 free instance hours each calendar month. Spun-down time does not spend those hours, and leftover hours do not roll over, so a quiet week cannot be saved for later. A second free web service running beside the first will exhaust the pool before the month ends.

Paid web services and workers do not spin down, so sleep is a free-tier behavior only.

The disk on a service is ephemeral, so uploads and a local SQLite file disappear on redeploy, restart, or spin-down, and rows belong in Postgres. A persistent disk keeps those files, and attaching one disables zero-downtime deploys for that service.

Free web services may send private-network requests to a database in the same region, and they cannot receive private traffic.

Hobby can preview a single service, which covers one pull request and not the API beside its database. Full-stack preview environments, the pull request that boots the API and the database together, start on Pro, and so does horizontal autoscaling.

Vertical scaling, moving one service to a larger plan, is available on Hobby, so you can buy RAM without a teammate. Suspend a paid service and the compute clock stops at that second.

Render key features

Workspace plan versus compute planEssential
The workspace plan sets seats, the outbound pool, and whether a pull request can preview every service, and that fee stays flat when you add people. RAM is not included, so each web service, worker, and private service has its own compute plan. Every running copy bills, including copies a preview creates, so a quiet pull request is not free.
Free sleep, paid uptimeEssential
Free web services stop after 15 idle minutes and take about a minute to wake, which a webhook that must answer now cannot accept. Each workspace gets 750 free instance hours a month, and spun-down time does not spend them, while paid services never get that sleep.
Postgres and Key ValueEssential
Free Postgres is one database per workspace, capped at 1 GB, with no backups, so it fits one prototype and not a second app. It expires 30 days after creation, then you have 14 days to move it to a paid plan before the data is deleted. Free Key Value is 25 MB, keeps nothing on disk, and drops its data on restart, so treat it as a cache.
Bandwidth after the seat fee
On April 23, 2026 Render replaced per-member Professional pricing with a flat Pro fee, so a new teammate does not multiply the platform line. Hobby and Pro each include an outbound pool, and each extra gigabyte is its own charge, which is the meter that replaced the seat. Inbound is free, including traffic Render attributes to a DDoS attack, so a flood aimed at you is not an outbound bill.
Previews, autoscaling, blueprints
A blueprint can declare the web service, the worker, and the database together, so one pull request describes the stack. Hobby previews one service, while Pro previews the whole environment and can autoscale on CPU or memory when the API depends on the database.
Disks, cron, and workflows
Persistent disk is billed per gigabyte and turns off zero-downtime deploys on that service, so the add-on changes the release. Cron bills only while the job runs, at a per-minute rate, so a nightly task should not be an always-on worker. Workflows bill active task compute instead, which keeps a short task off a paid instance all month.

Render pricing

Hobby has no monthly fee and allows one member, 25 services, two custom domains, and two environments per project, which keeps it a solo account. A second person in the dashboard means Pro, the flat fee in the table, and seats stop multiplying.

Twenty people cost the same workspace line as two, until the team needs SSO, SCIM, or a HIPAA workspace, which sit on Scale.

A Starter web service is $7/mo and Basic-256mb Postgres is $6/mo, so the pair is $13/mo on Hobby before bandwidth. A worker cannot use the free plan, so it is a second Starter and stays billed when idle. Five people add the Pro workspace on top of that web service, worker, and database. The sum is $45/mo before outbound traffic, and the headcount is not inside that sum.

The April 23, 2026 changelog is why a 2025 quote will mislead you, because Professional was $19 per member per month. Five members were $95 before any instance, and twenty were $380. Pro replaced that bill with one workspace charge and unlimited members.

Scale replaced Organization, which had been $29 per member per month. Render's post the same day says 75% of paying customers would see the bill fall or stay flat. A small team with heavy bandwidth or many domains could pay more.

An editor's note says every workspace had been moved by August 1, 2026, and compute prices did not change in that rollout. The instance menu is the part of an old quote you can still trust.

Outbound bandwidth is now the seat fee, then $0.15 per GB after the included pools, shared by every service, including static sites and free web services. A marketing site on the same workspace can eat the API's allowance.

Scale includes 1 TB, inbound is free, and extra custom domains and persistent disk are both $0.25 a month, per domain or per GB.

Postgres storage past the included gigabyte is $0.30 per GB, and a paid disk also disables zero-downtime deploys, so storage changes the release. Build pipeline overage, dedicated outbound IPs, and AWS PrivateLink are separate rows in the table.

Adding a card runs a $1 USD authorization that Render refunds, so the card check is not money you keep. If a Pro or Scale workspace has no services, live or suspended, and no activity all month, Render waives that month's workspace fee. Enterprise publishes no list price, so a contract buyer has to ask.

Railway's subscription is a usage credit, and a stopped service drops CPU and memory, unlike an instance that bills while it runs. Fly.io has no workspace fee, and the small shared machine changes with the region, so the city sets the price.

Northflank's sandbox stays awake, so a preview that must not sleep still costs. App Platform's smallest container is a fixed size on an account that may already pay for Droplets. Heroku's always-on dyno matches Starter and does not grow RAM when you buy metrics.

Prices below were read on each vendor's pricing page on September 24, 2026.

PlanPriceBest for
Render Hobby workspace$0/mo1 seat, 25 services, 5 GB outbound, 2 custom domains, 500 build minutes.
Render Pro workspace$25/moUnlimited seats and services, 25 GB outbound, 15 domains, full-stack previews.
Render Scale workspace$499/moSSO, SCIM, HIPAA at 20% of compute, 1 TB outbound, multiple workspaces.
Render EnterprisePublishes no list priceContract, uptime SLA, technical account manager, support response targets.
Render web Free$0/mo512 MB, 0.1 CPU. Spins down after 15 idle minutes. 750 hours per workspace.
Render web Starter$7/mo512 MB, 0.5 CPU. Same specs for a private service or a background worker.
Render web Standard$25/mo2 GB, 1 CPU. The jump when 512 MB is no longer enough for the process.
Render web Pro$85/mo4 GB, 2 CPU. This is compute, not the workspace plan with the same word.
Render Postgres Basic-256mb$6/mo0.1 CPU, 256 MB, 100 connections, 1 GB storage included. Free expires in 30 days.
Render Key Value Starter$10/mo256 MB, 250 connections, disk persistence. Free is 25 MB and not durable.
Render bandwidth overage$0.15/GBAfter 5 GB on Hobby or 25 GB on Pro. Inbound traffic is not billed.
Render disk or extra domain$0.25/moPer GB of persistent disk, or per custom domain past the included count.
Render Postgres storage$0.30/GBExpansion past the 1 GB included with the database plan.
Render build overage$5 per 1,000 minAfter 500 minutes on Hobby or 1,000 on Pro. A spend cap can halt new builds.
Render cron Starter$0.00016/min512 MB, 0.5 CPU, billed only while the job runs.
Render workflow flex CPU$0.20/active CPU hrMemory is a separate active rate. Provisioned task sizes are a different row.
Render dedicated IP set$100/moPro and above. Outbound addresses unique to the workspace.
Render AWS PrivateLink$30/moIncludes up to 3 links on Pro. Extra outbound on a link is a per-GB rate.
Railway Hobby$5/moThe fee is the usage credit. A stopped service drops CPU and memory.
Railway Pro$20/workspace/moMatching credit. Seats included. Memory on a running service is the next row.
Railway memory$10/GBPer second while running. Service egress is $0.05/GB. Enterprise is a quote.
Fly.io shared-cpu-1x$1.94 to $3.14/mo256 MB. The spread is the region tables. No workspace subscription.
Fly.io NA/EU egress$0.02/GBPublic internet, granular rates. A card is required on the organization.
Northflank nf-compute-10$2.70/mo0.1 shared vCPU, 256 MB. Egress is $0.06/GB. Charges are in USD.
App Platform shared 512 MiBMatches Railway Hobby1 shared vCPU, 50 GiB transfer. Extra outbound is $0.02/GiB, pooled.
App Platform extra static app$3/moThree static-only apps are free. A fourth app with a static site is this fee.
Heroku EcoMatches Railway HobbyPersonal accounts only. Sleeps after 30 minutes. Two process types.
Heroku BasicMatches Render StarterAlways on, 0.5 GB, 10 process types. Team accounts cannot use Eco.
Heroku Standard-1XMatches the Pro workspace feePer dyno. Metrics and preboot. RAM stays 0.5 GB.

Render pros and cons

What we like

  • The smallest paid web plan is half a CPU and 512 MB, so the ceiling is visible before the first deploy.
  • Pro dropped the per-member charge on April 23, 2026, and unlimited seats sit on one workspace fee.
  • Suspend a paid service and compute billing stops at that second, which an idle paid instance will not do on its own.

What could be better

  • Paid web services and workers do not spin down, so a worker left running bills its plan through every quiet hour.
  • Free Postgres expires 30 days after creation, so the free database is a clock and not a home.

Who Render is for

Render fits a developer who will name the instance and keep the worker and Postgres as separate services. Watch outbound traffic after the included pool, because that is what the invoice assumes. Hobby is the solo account, and Pro is the switch when a teammate needs the dashboard. Pro is also the plan when a pull request has to boot more than one service.

Skip it when the process should cost nothing while it is stopped, which is the comparison on the Railway review. Skip it when the city is the reason you are picking a host, which is Fly.io.

Skip it when the rest of the account already pays DigitalOcean, and read the DigitalOcean review before you add App Platform.

A database that has to branch for every preview is a different product. Start with the Neon review and Postgres hosting, and with Supabase if login ships next to the tables.

Leaving dynos is Heroku alternatives and the Heroku review. A static site that should not treat bandwidth as the meter is the Netlify review.

A machine you patch yourself is VPS hosting for developers.

Subscribe free for the next change to this bill.

Best Render alternatives

If Render is not the right fit, these are the closest options.

ToolBest forStarts at
RenderTeams that will name a web process, a worker, and Postgres before the month starts.Starter is the 512 MB row in the tableVisit →
RailwayBackends that should pay for CPU and RAM in use, and drop compute when the process stops.Hobby is $5/mo and that fee is the usage creditVisit →
Fly.ioMachines that have to sit in one city, with CPU charged only while started.shared-cpu-1x at 256 MB is $1Visit →
NorthflankContainers and previews when the sandbox has to stay awake.From $2Visit →
DigitalOcean App PlatformGit deploys when the rest of the stack already lives on DigitalOcean.Smallest shared container matches Railway HobbyVisit →
HerokuTeams that still want a dyno type and managed Postgres on the same invoice.Eco matches Railway Hobby and is personal-onlyVisit →
Lowest published monthly priceRailway$5Fly.io$3.14Northflank$2.70DigitalOcean App Platform$3
Lowest monthly figure each vendor publishes, checked Sep 2026. A tilde marks a figure the vendor states approximately. Per-seat and usage charges can sit on top of it. 2 of 6 do not publish a comparable monthly price and are left out rather than estimated.
Railway
Per-second containers whose subscription is also the monthly usage credit.
Visit →
Fly.io
Region-priced Machines whose CPU line exists only while that Machine is started.
Visit →
Northflank
Second-level container billing on their cloud or yours, and a sandbox that stays awake.
Visit →
DigitalOcean App Platform
Shared containers sold at a fixed size, plus a free tier limited to static sites.
Visit →
Heroku
Salesforce's platform, where the dyno type is the line item and sleep is a personal-plan feature.
Visit →

The bottom line

Pay for Render when you want the instance size written down before the month starts, and someone will suspend staging instead of hoping it sleeps. Start on Hobby with a free web service if a one-minute wake is acceptable.

Move Postgres off the free plan before it expires, and move the workspace to Pro when a teammate needs access.

Leave it when outbound traffic is the product, because the included pool on Hobby is small and every service shares it. Leave it when the worker is idle most of the day, since a paid instance does not spin down.

The closer fit is a credit that follows CPU and RAM, on the Railway page and the Railway review.

Choose Fly.io when the region table is acceptable and a workspace fee is not, and choose Northflank when the sandbox must stay awake.

Choose App Platform when the rest of the account is already on DigitalOcean, and choose Heroku when you still want a dyno name on the invoice.

Subscribe free if you want the next bandwidth note in the Devshot brief.

Cite this: Devshot, "Render Review 2026", September 2026.

Frequently asked questions

Is Render worth it in 2026?
Yes, when you want a web process, a worker, and Postgres as named sizes, and a second teammate should not multiply the platform fee. Pro is a flat workspace charge with unlimited seats, so the platform line does not grow with the team. It is a weak buy when the worker must stay warm and you wanted idle time to cost nothing. That worker will not spin down on its own, so the quiet hours stay on the invoice. It is also a weak buy when outbound traffic will blow past a few gigabytes, because Hobby's included pool is small and every service shares it.
How much does Render cost?
Hobby has no workspace fee, and Starter compute is $7/mo for 512 MB and 0.5 CPU. Basic-256mb Postgres is $6/mo, so that pair is $13/mo before bandwidth, and a worker is another Starter. Five people on Pro, with that web service, worker, and database, come to $45/mo before outbound traffic. Pro itself is $25/mo, and past 5 GB on Hobby or 25 GB on Pro, outbound is $0.15 per GB. Scale is $499/mo, and Enterprise publishes no list price, so the public menu stops at Scale. Rates were checked on Render's pricing page in September 2026.
Does Render have a free plan?
Yes, with hard walls that show up in the first week rather than on a feature grid. A free web service is $0, spins down after 15 idle minutes, and draws on 750 instance hours per workspace each month. One free database and one free Key Value instance are allowed, and the database expires 30 days after creation. You then have 14 days to upgrade before Render deletes it, so move the rows before that clock ends. Static sites have no compute charge and still count against bandwidth and build minutes. Upgrading the workspace to Pro does not remove those free-instance limits, so seats are not free compute.
How does Render compare with Railway?
Render charges for a size you pick, and a paid web process keeps that charge while it is running, requests or not. Railway charges for resources the service holds, and Hobby is $5/mo because that payment is the credit. Pro is $20 per workspace, and stopping the process takes CPU and memory off the bill. Render's small paid database is Basic-256mb at $6/mo, with storage as its own line, while Railway's database is a service plus a volume. Choose Render when you want the month's ceiling before you deploy, and choose Railway when hours with the process stopped should not accrue compute.
What changed in Render pricing in 2026?
On April 23, 2026 Render replaced Professional at $19 per member per month with Pro at a flat rate and unlimited members. Five members on the old rate were $95 before compute, twenty were $380, and Organization at $29 per member became Scale. Bandwidth moved to a per-gigabyte overage, and the old $250 a month HIPAA minimum was removed in favor of 20% of compute on Scale. Render says every workspace was on the new plans by August 1, 2026, and instance prices were not part of that change.
Related guides

Get the Devshot brief

Free daily newsletter, read in 5 minutes.

Subscribe free