shiply.now
Pricing

Render Pricing 2026: What You’ll Actually Pay

Render pricing is a mixed model — flat instances plus per-seat fees and metered bandwidth. See real monthly costs for four app profiles, the hidden charges, and a flat alternative.

Pricing verified July 2026
Render costs nothing on the free Hobby tier, $19 per user a month on Pro, plus a flat monthly price for each compute instance — from $7 (Starter) to $85+ (Pro) — and $0.15 per GB of bandwidth over the included amount. In practice a small full-stack app with a database and one seat runs roughly $70–$80 a month.

That is the short answer. The longer answer — and the reason Render bills surprise people — is that it is a mixed model: a workspace plan, plus a flat price per instance, plus metered bandwidth, plus a seat for every teammate. Render is more predictable than a pure per-second host, but the lines stack up faster than the sticker price suggests. Below we break down every charge, compute the real monthly cost for four app profiles from Render’s published rates, walk through two worked examples, and cover the flat-price alternative if a predictable all-in bill matters more to you than a managed platform.

How does Render pricing work in 2026?

Render charges for three things: a workspace plan (free Hobby, or Pro at $19 per user a month, or Organization at $29 per user), a flat monthly price for each compute instance by size, and metered features like bandwidth ($0.15 per GB) and storage ($0.25 per GB a month). Every service you run is its own instance.

The three layers, from Render’s own pricing page (render.com/pricing):

  • Workspace plan — Hobby (free, limited), Pro $19/user/month, Organization $29/user/month, Enterprise custom.
  • Compute instances — a flat monthly price by size: Starter $7 (0.5 CPU / 512 MB), Standard $25 (1 CPU / 2 GB), Pro $85 (2 CPU / 4 GB), and larger.
  • Metered features — bandwidth at $0.15/GB over the included amount, persistent disk at $0.25/GB/month, extra custom domains at $0.25 each, dedicated IPs at $100/month.

The key difference from a per-second host: each instance is a flat monthly price, so a single service is predictable — but every service is a separate instance, and every teammate is a separate seat.

What will you actually pay? Cost by app profile

A small always-on service runs about $7 a month, a full-stack app with a Postgres database and one seat about $70, and a busy SaaS with a team $250 or more. The instance prices are predictable; the per-seat fees and metered bandwidth are what people forget to add.

We estimated these from Render’s published rates (instances $7–$85, seats $19–$29/user, bandwidth $0.15/GB over the included amount, storage $0.25/GB) for always-on services.

App profileWhat it runsEst. Render / monthshiply.now (flat)
Side project / small API1 Starter instance, Hobby~$7$8
Full-stack app + Postgres2 Standard instances + 1 Pro seat~$70$8–$24
Busy SaaSPro web + Pro DB + team + bandwidth~$250+$24
Add a 3-person team3 Pro seats+$57 in seats$0 seats
Render bill composed of instance compute, per-user seats and bandwidth charges stacking above the plan price
Render’s instance prices are flat, but seats and metered bandwidth stack on top of them.

Worked example: a full-stack app with a database

Take the second row — a typical full-stack app on Render: a Standard web service, a Standard Postgres database, one Pro seat, plus real traffic:

  • Standard web service (1 CPU / 2 GB) = $25
  • Standard Postgres (1 CPU / 2 GB) = $25
  • Pro workspace, 1 seat = $19
  • Bandwidth — 150 GB, 100 included, 50 over at $0.15 = $7.50
  • Disk — 10 GB at $0.25 = $2.50

That is roughly $79 a month for one modest full-stack app — and it climbs the moment you add a teammate or a second service. The same app on shiply.now is a flat $8–$24, with no seats and no bandwidth meter.

Worked example: a busy SaaS

Scale that up — a Pro web service, a Pro Postgres database, a Redis cache, a three-person team, and heavier traffic:

  • Pro web service (2 CPU / 4 GB) = $85
  • Pro Postgres (2 CPU / 4 GB) = $85
  • Standard Redis = $25
  • 3 Pro seats = $57
  • Bandwidth — 400 GB, 300 over at $0.15 = $45

That is about $297 a month — the kind of bill that grows with every teammate and every gigabyte. On a flat plan, neither moves it.

The hidden costs that inflate a Render bill

The charges that surprise people are per-user seats, metered bandwidth, and the free tier spinning down. Every teammate is a $19–$29 seat, bandwidth is billed at $0.15/GB over the included amount, and free web services sleep after inactivity — so a "free" app cold-starts on every visit.

In order of how often they catch people out:

  • Per-user seats — $19 (Pro) or $29 (Organization) per teammate, before anyone deploys a thing. A five-person team is ~$95–$145 a month in seats alone.
  • Free services spin down — free web services sleep after ~15 minutes idle and cold-start on the next request, so the free tier is for demos, not production.
  • Metered bandwidth — $0.15/GB over the included amount; a site serving images or an API under real traffic adds up.
  • Multiple instances — a web app, a database, and a worker are three separate flat-priced instances, not one.
  • Add-ons — extra custom domains ($0.25 each), dedicated IPs ($100/month), and expandable Postgres storage ($0.30/GB) all stack on top.

None are hidden in Render’s docs. They are just easy to leave out when you quote yourself the $7 or $19 sticker price.

Render vs Railway vs Vercel: which pricing model fits?

All three are usage-based, but they meter differently. Render bills a flat price per instance plus per-user seats and metered bandwidth — predictable per service, but it stacks. Railway bills raw compute per second, so idle is cheap. Vercel meters bandwidth and functions on top of a $20 seat. None offer a genuinely flat all-in price.

The practical read: Render suits steady, always-on services that want a predictable instance price and a managed platform; Railway suits spiky, variable workloads where idle time should be near-free; Vercel suits front-end and Next.js apps on its edge network. What none of them offer is one flat number covering compute, database, bandwidth and seats — which is the gap shiply.now fills. We go deeper in the Railway pricing breakdown, the Vercel comparison, and the Netlify comparison.

How to estimate your Render bill before you deploy

Add up the instance price for every service, then layer on seats, bandwidth and storage. The formula is: (each service’s instance price) + ($19–$29 × teammates) + ($0.15 × GB of bandwidth over the included amount) + ($0.25 × GB of disk). Count the database and any worker as their own instances.

A quick sanity-check: count every service that runs 24/7 — web, database, cache, worker — and assume a real full-stack app is two or three instances plus a seat, so ~$70 before traffic. If that number makes you wince, a flat plan is worth a look before you build the bill in.

When Render’s pricing is the right call

Render is a strong choice for steady, always-on services that want predictable per-instance pricing and a managed platform — a production API, a background worker, a Postgres database under steady load. If your team is small and you would rather not pay per seat or watch a bandwidth meter, a flat plan fits better.

None of this makes Render a bad product — it is a genuinely good managed platform. It makes it a mixed-model one, where a predictable per-instance price is bundled with per-seat fees and metered bandwidth. Knowing how many services and seats you will run is the whole decision.

Three ways to cut a Render bill

Most Render overspend comes from three things: too many seats, over-sized instances, and unwatched bandwidth. Keep the workspace to the seats you actually need, right-size instances to real usage, and cache and compress responses to cut billed bandwidth.
  1. Trim seats. Seats are $19–$29 per person a month whether or not they deploy. Keep the workspace to the people who actually need write access.
  2. Right-size instances. A Standard instance is $25 and a Pro is $85 — moving a service to the smallest tier that handles its load is the biggest single lever.
  3. Watch bandwidth. Serving assets straight from your service bills $0.15/GB over the included amount. A CDN in front, aggressive caching and compression take a real bite out of it.

These help, but they are all ongoing maintenance — you are managing a meter and a seat count. The alternative is to have neither.

Is Render worth it? A quick verdict

Render is worth it if you want a managed platform with predictable per-instance pricing and you run a handful of always-on services with a small team. It is a poor fit if you want one flat, all-in bill for a full-stack app, because seats, bandwidth and multiple instances mean the plan price is only ever the starting point.

Put simply: Render gives you predictable instances but bills you per seat and per gigabyte on top. That is the right trade for some teams and the wrong one for others. If you find yourself trimming seats, right-sizing instances, and watching bandwidth to keep costs down, that effort is the real price — and it is the effort a flat plan removes.

The flat-price alternative: shiply.now

shiply.now is flat $0 / $8 / $24 a month with no per-seat fees and no metered bandwidth. A real backend — SQL database, server functions and email — is included, and every site is served from Cloudflare’s edge, so a traffic spike or bot flood moves your traffic, not your invoice.

It is also built for agents: your AI tool publishes in one HTTP call, with no account needed to start and no build step to wait on. If you are weighing metered and mixed-model hosts more broadly, the same logic runs through the flat vs metered pricing guide and our flat pricing.

How to move from Render to shiply in four steps

  1. Export your app from Render — the built output, plus any database schema and seed data.
  2. Create a free account on shiply.now and pick a flat tier.
  3. Publish in one call from your agent or the CLI — you get a live URL, a database, and a custom domain.
  4. Point your domain at the new site and retire the Render services. The bill is now flat.

Frequently asked questions

How much does Render cost?

Render has a free Hobby tier, then a Pro workspace at $19 per user a month. Compute instances are a flat monthly price by size — from $7 (Starter) to $85+ (Pro) — plus $0.15 per GB of bandwidth over the included amount. A small full-stack app with a database and one seat runs roughly $70–$80 a month.

How does Render pricing work?

It is a mixed model. You pay for a workspace plan (free Hobby, or Pro/Organization per user), plus a flat monthly price for each compute instance by size, plus metered bandwidth and storage. Every service — web app, database, worker — is its own instance, so the lines add up.

Does Render have a free tier?

Yes, a free Hobby tier — but free web services spin down after about 15 minutes of inactivity and cold-start on the next request. It is fine for demos, not production. Real apps move to paid instances starting at $7 a month, which stay always on.

How much is Render Postgres?

Render Postgres is a paid instance priced by size like any compute, with expandable storage at $0.30 per GB a month. A small always-on database typically adds $7–$25 a month depending on the instance — and because it runs continuously, it never idles to zero.

Is Render cheaper than Railway?

Often more predictable, not always cheaper. Render bills a flat price per instance with no per-second surprises, but adds per-user seats and metered bandwidth. Railway bills compute per second, so idle is cheaper but always-on can cost more. Steady always-on favours Render; spiky, variable workloads favour Railway.

What is a flat-price alternative to Render?

shiply.now is flat $0 / $8 / $24 a month with no per-seat fees and no metered bandwidth. A real backend — SQL database, server functions and email — is included, and every site is served from Cloudflare’s edge, so a traffic spike moves your traffic, not your invoice.

Publish a site in one call.

No account needed. Live at a real URL in a single request.