Hetzner Cloud vs Vercel: Which is Better in 2026?
Hetzner Cloud and Vercel sit at opposite ends of the hosting spectrum. Hetzner rents you raw virtual servers with the best price-to-performance in the market and hands you root — you install, secure, monitor, and scale everything yourself, typically pairing it with an open-source PaaS layer like Coolify or Dokku to get git-push deploys back. Vercel is a fully managed, frontend-first platform with global edge infrastructure, zero-config deployments, preview URLs, and first-class Next.js support, billed on usage.
The classic framing is "Vercel costs 5–10x more," and that is directionally still true — self-hosting on Hetzner with Coolify typically runs 10–20% of a comparable Vercel bill. But 2026 complicated the picture: Hetzner raised cloud prices twice, and the second round was severe. Below: what actually changed on price, the operational tax of self-hosting, performance and edge, and how Vercel’s Active CPU billing changes its own math.
Quick verdict
Vercel is worth the money when you’re shipping a Next.js frontend or an early SaaS and your scarcest resource is engineering time — zero-config deploys, preview environments, and a global edge network you never think about. Hetzner plus Coolify is the right call when cost is the binding constraint and you’re comfortable with Linux: a single $20–40/month node can comfortably run your app, Postgres, Redis, and a background worker together, where the same workload on Vercel plus a managed database climbs quickly. The 2026 caveat matters though — Hetzner’s June price increase hit CPX and CCX instances hardest (up to roughly 2.98x in US regions), so re-price your specific instance type rather than trusting older comparisons. Existing servers kept their old pricing; new orders and rescales did not.
Hetzner Cloud vs Vercel — Side by Side
| Hetzner Cloud | Vercel | |
|---|---|---|
| Category | Hosting | Hosting |
| Pricing | From $4/mo | Free · paid from $20/mo |
| Starting price | From $4/mo | Free tier available |
| Free tier | — | |
| Rating | 4.6 | 4.8 |
| Best for | Hosting — cloud, vps | Hosting — frontend, serverless |
Hetzner Cloud vs Vercel: The Details That Matter
01Cost — and what changed in 2026
Hetzner’s headline is still price-performance. Entry-level shared instances remain inexpensive, and a single node running Coolify can host an app, a database, a cache, and a worker for roughly $20–40/month — a bundle that would be several separate billable services elsewhere.
But 2026 brought two increases. On 1 April prices rose roughly 30–50%, and on 15 June a much sharper adjustment landed: CPX (shared AMD) instances went up about 2.44–2.75x in Germany and Finland and up to roughly 2.98x in the US, while CCX (dedicated vCPU) rose about 2.1–2.73x in Germany/Finland and around 2.56x in the US. The cheaper CX and CAX shared lines were far less affected, rising about 1.3–1.4x — for example CX23 moved from €3.99 to €5.49, while CPX22 jumped from €7.99 to €19.49 and CCX13 from €15.99 to €42.99. Hetzner attributed the rises to hardware costs, with DRAM up 171% year over year.
Two important details: the June round applied only to new orders and rescales, so existing servers kept their terms; and the increases were steepest exactly on the dedicated-vCPU tiers that production workloads tend to use. Hetzner is still the cheap option — but "unbeatably cheap" now depends heavily on which instance family you pick.
Hetzner is still far cheaper, but June 2026 raised CPX/CCX by ~2.1–2.98x (CX/CAX only ~1.3–1.4x); existing servers kept old pricing, new orders didn’t.
02The self-hosting tax
Coolify closes most of the experience gap. It is the most popular open-source self-hosted PaaS and gives you git-push deploys, preview URLs for pull requests, automatic SSL, real-time deployment logs, monitoring, and one-click databases — a genuinely Vercel-like workflow on your own box.
What it cannot give you is someone else being on call. On Hetzner you own OS patching, database backups and their restore tests, TLS renewal when it breaks, log retention, capacity planning, and the incident at 2am. That is the self-hosting tax, and it is paid in engineering hours rather than dollars — which is precisely why the calculus flips for teams whose time is more expensive than their infrastructure.
Coolify recreates the Vercel workflow (git-push, previews, auto SSL, one-click DBs); it can’t recreate managed on-call — you own patching, backups, and incidents.
03Performance & edge
Vercel’s architecture is globally distributed by default: static assets and edge functions are served close to users worldwide with no configuration, and Next.js features like ISR and image optimization are wired into that network. For a content-heavy or geographically distributed audience, that is meaningful and hard to replicate.
Hetzner gives you a small set of regions — Germany (Falkenstein/Nuremberg), Finland (Helsinki), the US (Ashburn/Hillsboro), and Singapore — and a single server serves from one of them. You can add a CDN in front, but you are assembling and operating what Vercel includes. Hetzner’s counter is raw capacity per euro: dedicated vCPU and generous RAM at prices that make a single always-on node practical for backend-heavy workloads that Vercel’s serverless model handles less naturally.
Vercel gives a global edge network for free with the platform; Hetzner gives you a few regions and far more raw compute per euro — you bolt on the CDN yourself.
04Vercel’s pricing model
Vercel is free on Hobby and $20/month per seat on Pro, with managed infrastructure metered on top. The important 2026 change is Fluid compute with Active CPU pricing: you are billed for CPU only while your code is actually executing — around $0.128/hr for Active CPU in US regions (rising to about $0.221/hr in some regions) — plus provisioned memory at roughly $0.0106 per GB-hour. Time spent waiting on I/O no longer bills CPU.
That materially helps I/O-bound applications, which is most web backends waiting on databases and APIs. Function invocations run about $0.60 per million and Pro includes 1 TB of Fast Data Transfer before overage at roughly $0.15/GB in US regions. The structural risk is unchanged: usage-based billing scales with traffic, so a viral moment produces a bill, whereas a Hetzner node produces a slow request queue and a fixed invoice.
Active CPU billing (~$0.128/hr US) means I/O wait is free, which helps typical web backends — but usage pricing still scales with traffic where Hetzner stays flat.
Pros & Cons
- Unbeatable price-performance
- Generous RAM/CPU for the money
- Hourly billing
- Now has US regions
- Raw VPS — you manage the stack
- No managed PaaS layer
- Fewer managed services than AWS/Azure
- Several 2026 price increases
- Best-in-class Next.js support
- Zero-config deployments
- Excellent global performance
- Strong developer experience
- Scales from hobby to enterprise
- Usage-based pricing can grow quickly
- Limited backend control compared to IaaS
- Best experience is tightly coupled to Next.js
Key Features Compared
Hetzner Cloud
- Shared/dedicated vCPU VMs
- Hourly or monthly billing
- EU + US locations
- Load balancers, volumes, firewalls
Vercel
- Unlimited personal projects
- Automatic CI/CD from Git
- Global CDN
- Serverless Functions
- Edge Functions
- Web Application Firewall
Choose Hetzner Cloud if…
- Cost is your binding constraint and you’re comfortable administering Linux.
- You want one always-on node running the app, Postgres, Redis, and workers together for a flat $20–40/month.
- You need long-running processes, background workers, or backend-heavy workloads that fit awkwardly in serverless.
- You want predictable fixed billing with no traffic-driven surprises — and you’ll pair it with Coolify for a PaaS workflow.
Choose Vercel if…
- You’re shipping a Next.js app and want best-in-class framework support with zero configuration.
- Engineering time is scarcer than infrastructure budget — you don’t want to own patching, backups, and on-call.
- You need a global edge network, preview deployments, and image optimization without assembling them.
- Your workload is I/O-bound and benefits from Active CPU billing, where waiting on the database costs nothing.
Frequently Asked Questions
Is Hetzner Cloud better than Vercel?⌄
Vercel is worth the money when you’re shipping a Next.js frontend or an early SaaS and your scarcest resource is engineering time — zero-config deploys, preview environments, and a global edge network you never think about. Hetzner plus Coolify is the right call when cost is the binding constraint and you’re comfortable with Linux: a single $20–40/month node can comfortably run your app, Postgres, Redis, and a background worker together, where the same workload on Vercel plus a managed database climbs quickly. The 2026 caveat matters though — Hetzner’s June price increase hit CPX and CCX instances hardest (up to roughly 2.98x in US regions), so re-price your specific instance type rather than trusting older comparisons. Existing servers kept their old pricing; new orders and rescales did not.
What is the difference between Hetzner Cloud and Vercel?⌄
Hetzner Cloud — The price-performance king — cheap, fast cloud VPS from German/Finnish (and US) data centers. Vercel — Frontend-first cloud platform for deploying and scaling web applications with global edge infrastructure. Both are hosting tools; the comparison table above breaks down pricing, free tiers, and what each is best for.
Hetzner Cloud vs Vercel: which is cheaper?⌄
Hetzner Cloud pricing: From $4/mo. Vercel pricing: Free · paid from $20/mo. Confirm current pricing on each tool's official site, as plans change.
Which is rated higher, Hetzner Cloud or Vercel?⌄
In our catalog, Hetzner Cloud rates 4.6 out of 5 and Vercel rates 4.8 out of 5, so Vercel has a slight edge on reviews.
Is Hetzner really cheaper than Vercel?⌄
Yes, usually by a wide margin — self-hosting with Coolify on Hetzner typically costs 10–20% of a comparable Vercel bill, and a single $20–40/month node can run your app, database, cache, and workers together. The gap narrowed in 2026 though: Hetzner raised CPX and CCX prices by roughly 2.1–2.98x in June, so price your specific instance type rather than trusting older comparisons.
Why did Hetzner raise prices in 2026?⌄
Hetzner cited hardware costs, with DRAM prices up about 171% year over year and NAND flash roughly doubling. There were two rounds: approximately 30–50% on 1 April 2026, then a sharper adjustment on 15 June that hit CPX and CCX instances hardest. The June round applied only to new orders and rescales — servers ordered before it kept their previous pricing.
Can Coolify replace Vercel?⌄
For the developer workflow, largely yes — Coolify gives you git-push deploys, preview URLs for pull requests, automatic SSL, deployment logs, and one-click databases on your own server. What it doesn’t replace is the managed layer: Vercel’s global edge network, and the fact that someone else handles patching, backups, scaling, and being on call when something breaks at 2am.
How does Vercel’s Active CPU pricing work?⌄
With Fluid compute, Vercel bills CPU only while your code is actively executing — about $0.128/hr for Active CPU in US regions — and pauses CPU billing while a request waits on I/O, though provisioned memory still bills at roughly $0.0106 per GB-hour. Since most web backends spend their time waiting on databases and APIs, this meaningfully lowers costs for I/O-bound workloads compared with wall-clock serverless billing.
Research & sources · last verified August 2026
See more options in our guide to the best hosting tools for startups.
Still not sure which to pick?
Get a free, AI-powered tech stack — including the best hosting pick for your budget and team — in 60 seconds.
Build my stack free