Updated March 2026
Hetzner vs Vercel: The Cheapest Next.js Hosting in 2026
Hetzner Cloud is beloved by developers for its unbeatable pricing: a CX22 with 2 vCPUs, 4GB RAM, and 20TB transfer costs just €4.15/month. Vercel is the gold standard for serverless Next.js deployment but charges $0.15/GB after 1TB. This guide compares real costs, performance (TTFB vs cold starts), and shows how DeployWise bridges the gap — giving you Vercel DX at Hetzner prices.
TL;DR — Quick Summary
- Choose Vercel for side projects on the free tier, or if you need zero-config edge deployment with no server management.
- Choose Hetzner for production apps. The CX22 at €4.15/mo includes 20TB transfer — that same bandwidth would cost $2,850+ on Vercel. The value is absurd.
- Use Hetzner + DeployWise to get Vercel-like DX (git push deploys, SSL, zero-downtime) at €4/month. It's the cheapest production-quality Next.js hosting available.
What is Hetzner Cloud?
Hetzner is a German hosting company founded in 1997, famous for offering some of the cheapest and most reliable cloud servers in the industry. Their Cloud platform launched in 2018 and quickly became a favorite among indie hackers, startups, and cost-conscious developers.
Hetzner Cloud servers (CX series) use shared vCPUs and start at €3.79/month for the CX11 (1 vCPU, 2GB RAM). The sweet spot for most developers is the CX22 at €4.15/month: 2 vCPUs, 4GB RAM, 40GB SSD, and a massive 20TB of outgoing transfer included. For comparison, 20TB of bandwidth on Vercel would cost $2,850+ in overages.
Data centers are located in Falkenstein, Nuremberg, and Helsinki in Europe, plus Ashburn (Virginia) and Hillsboro (Oregon) in the US. Hetzner expanded to the US in 2022, making it viable for US-audience apps too.
Hetzner Pros
- Incredibly cheap (CX22 at €4.15/mo)
- 20TB transfer included on all plans
- Full root access and SSH
- Docker, databases, any software
- No cold starts — always-on server
- Excellent network performance in EU
- US data centers available (Virginia, Oregon)
- Hourly billing — pay only for what you use
Hetzner Cons
- Requires server management knowledge
- No built-in CI/CD or git deploys
- SSL setup is manual (Let's Encrypt)
- No managed PaaS option
- Limited data center locations vs big clouds
- No edge network or CDN included
- Community support only (no phone support)
- Smaller ecosystem than AWS/GCP/DO
What is Vercel?
Vercel is the serverless-first frontend cloud platform created by the team behind Next.js. It provides the best developer experience for deploying web apps: push to Git and your app is live with preview URLs on every PR, instant rollbacks, and zero-config SSL.
Vercel's free Hobby tier works great for personal projects. The Pro plan at $20/seat/month includes 1TB bandwidth, with overages at $0.15/GB. At scale, this pricing model becomes extremely expensive compared to traditional VPS hosting.
Vercel Pros
- Best-in-class developer experience
- Automatic preview deploys on every PR
- Native Next.js support (ISR, edge, etc.)
- Global edge network in 30+ regions
- Zero-config SSL and custom domains
- Generous free tier for side projects
Vercel Cons
- Bandwidth overages at $0.15/GB ($150/TB)
- Serverless cold starts (100-500ms)
- No WebSocket support
- No persistent file storage or Docker
- Vendor lock-in (Next.js optimizations)
- Pro plan costs $20/seat before any usage
Feature Comparison: Hetzner Cloud vs Vercel
| Feature | Hetzner Cloud | Vercel |
|---|---|---|
| Starting Price | €3.79/mo (CX11, 1vCPU, 2GB RAM) | Free (Hobby) / $20/seat (Pro) |
| Bandwidth Included | 20TB outgoing (all plans) | 100GB (Hobby) / 1TB (Pro) |
| Bandwidth Overage | €1.19/TB (~$0.0013/GB) | $0.15/GB ($150/TB) |
| Full Server Access | Yes (root SSH access) | No (managed platform) |
| vCPU / RAM (entry plan) | 2 vCPU / 4GB RAM (CX22, €4.15/mo) | N/A (serverless, no dedicated resources) |
| Cold Starts | None (always-on server) | Yes (100-500ms on serverless functions) |
| Docker Support | Yes (full Docker & Docker Compose) | No |
| WebSockets | Yes (full support) | No (serverless limitation) |
| Git Push Deploys | No (manual, or use DeployWise) | Yes (built-in) |
| Preview Deployments | No (use DeployWise for this) | Yes (automatic on every PR) |
| Edge Network / CDN | Not included (use Cloudflare) | Yes (30+ edge locations) |
| Data Centers | Germany, Finland, US (Virginia, Oregon) | 30+ edge locations globally |
| Build Minutes | Unlimited (your server CPU) | 6,000/mo (Hobby), 24,000 (Pro) |
| Custom Software | Install anything (cron, workers, queues) | Limited to supported runtimes |
Cost Comparison: Hetzner CX22 vs Vercel Pro
Hetzner includes 20TB of outgoing transfer on all plans. Overages are €1.19/TB (~$0.0013/GB). Vercel charges $0.15/GB after 1TB — that's over 115x more expensive per GB. The cost difference at scale is staggering.
Hetzner Cloud Plans
- CX11 (1 vCPU, 2GB RAM)€3.79/mo
- CX22 (2 vCPU, 4GB RAM)€4.15/mo
- CX32 (4 vCPU, 8GB RAM)€7.59/mo
- CX42 (8 vCPU, 16GB RAM)€14.39/mo
- All plans include 20TB outgoing transfer, IPv4, SSD storage, snapshots, and hourly billing. No hidden fees.
Vercel Pricing Tiers
- HobbyFree
- Pro$20/seat/month
- EnterpriseCustom
- Pro includes 1TB bandwidth. Overages at $0.15/GB ($150/TB). Function executions, image optimization billed separately.
Real-World Cost at Different Traffic Levels
Side project (under 100GB/month)
Vercel winsVercel wins here — the free Hobby plan is unbeatable for personal projects with minimal traffic. No reason to pay for a server.
Growing app with ~2TB bandwidth/month
Hetzner winsHetzner is 40x cheaper. The CX22 includes 20TB transfer — 2TB is well within the included amount. On Vercel, 1TB of overages costs $150.
Production SaaS with ~5TB bandwidth/month
Hetzner winsHetzner is 150x cheaper. 5TB is still well under the 20TB included transfer. You're paying $0 in bandwidth vs $600 on Vercel. That's $7,400/year in savings.
High-traffic app with 20TB+ bandwidth/month
Hetzner winsHetzner is 690x cheaper. 20TB is exactly the included transfer. On Vercel, 19TB of overages at $0.15/GB costs $2,850. That's $34,400/year in savings — enough to hire a full-time developer.
Performance: TTFB & Cold Starts
Performance is where always-on servers and serverless architectures differ most. Here's what to expect:
Hetzner (Always-On)
- TTFB (same region)20-40ms
- TTFB (cross-region)100-200ms
- Cold startsNone
- ConsistencyVery consistent
Node.js runs 24/7 via PM2. No cold starts. TTFB is consistent because the process is always warm. Add Cloudflare CDN for global edge caching.
Vercel (Serverless)
- TTFB (cached/static)5-20ms
- TTFB (SSR, warm)50-150ms
- Cold starts (SSR)200-500ms+
- ConsistencyVariable
Static/cached content is fast from edge nodes. But SSR and API routes suffer cold starts. Functions spin down after inactivity, adding 200-500ms+ latency on first request.
How to Deploy Next.js on Hetzner with DeployWise
Setting up Hetzner manually requires configuring Node.js, PM2, Nginx, and SSL. DeployWise automates all of it. Here's the step-by-step process:
Create a Hetzner CX22 server
Sign up at Hetzner Cloud, create a CX22 server (€4.15/mo) with Ubuntu 22.04. Choose the data center closest to your users (Ashburn for US, Falkenstein for EU).
Connect your server to DeployWise
Go to the DeployWise dashboard, add your Hetzner server by providing the IP address and SSH key. DeployWise automatically installs Node.js, PM2, and Nginx.
Connect your GitHub repository
Link your Next.js repository in the DeployWise dashboard. Configure your build command (npm run build) and environment variables.
Deploy with git push
Push to your main branch and DeployWise handles the rest: pulls the code, installs dependencies, builds, starts the app with PM2, configures Nginx as a reverse proxy, and provisions SSL via Let's Encrypt.
Enjoy Vercel-like DX at €4/month
Your Next.js app is live with automatic SSL, zero-downtime deployments, environment variables, and a deployment dashboard — all running on your own Hetzner server.
When to Choose Hetzner
You want the absolute cheapest hosting
No other quality provider matches Hetzner's pricing. 2 vCPUs, 4GB RAM, and 20TB transfer for €4.15/mo. The same resources cost 5-10x more on DigitalOcean or AWS.
You need Docker, databases, or background jobs
Run Postgres, Redis, background workers, cron jobs on the same server. On Vercel, each requires a separate paid third-party service.
You want consistent TTFB without cold starts
Your Node.js process runs 24/7. Every request hits a warm server. No 200-500ms cold start penalty. For APIs and real-time apps, this consistency matters.
You're building for EU users and want GDPR compliance
Hetzner's EU data centers (Germany, Finland) make GDPR compliance simpler. Your data stays in the EU on infrastructure operated by a German company.
When to Choose Vercel
You're building a side project or prototype
Vercel's free Hobby plan is genuinely excellent. Zero cost, zero config, instant deploys. For personal projects with minimal traffic, you can't beat free.
You need global edge performance from day one
Vercel's 30+ edge locations deliver cached content near users worldwide. A Hetzner server is in one region — add Cloudflare CDN for similar global performance.
You don't want to manage servers at all
Push to Git, get a URL. No SSH, no Nginx, no SSL setup. If you value simplicity above cost, Vercel is the simplest option.
Hetzner + DeployWise = Vercel DX at €4/month
The combination of Hetzner's unbeatable pricing and DeployWise's deployment automation is the cheapest way to get production-quality Next.js hosting with Vercel-like developer experience.
DeployWise is free and open source. It connects to your Hetzner server via SSH and automates PM2 process management, Nginx reverse proxy, Let's Encrypt SSL, environment variables, and zero-downtime deploys. You push to Git, DeployWise does the rest.
Hetzner CX22
- 2 vCPUs, 4GB RAM, 40GB SSD
- 20TB transfer included
- €4.15/month flat rate
- EU & US data centers
DeployWise (Free)
- Git push to deploy
- Automatic SSL (Let's Encrypt)
- PM2 + Nginx configured
- Zero-downtime deployments
vs Vercel Pro ($20+)
- No bandwidth overages
- No cold starts
- Docker and any runtime
- Save $7,400+/year at 5TB
Final Verdict: Hetzner vs Vercel in 2026
Hetzner Cloud is the value champion. A €4.15/month CX22 gives you 2 vCPUs, 4GB RAM, and 20TB of transfer — resources that would cost $20-2,870+ on Vercel depending on your traffic.
At 5TB/month, Hetzner costs €4.15. Vercel costs $620+. That's 150x more expensive. At 20TB/month, Hetzner still costs €4.15. Vercel costs $2,870+. These are not hypothetical — any SaaS with a few thousand active users will hit these numbers.
The only thing holding Hetzner back is the DevOps setup. But with DeployWise, you get git push deploys, automatic SSL, and zero-downtime deployments — all the DX that makes Vercel great, at 1% of the cost. Hetzner + DeployWise is the move for developers who care about both quality and cost in 2026.
Frequently Asked Questions
Is Hetzner the cheapest option for hosting Next.js?+
Hetzner is one of the cheapest quality VPS providers. The CX22 at €4.15/mo gives you 2 vCPUs, 4GB RAM, and 20TB transfer. Combined with DeployWise (free), it's the cheapest way to get Vercel-like deployment for Next.js.
Can I deploy Next.js on Hetzner Cloud?+
Yes. You can deploy Next.js using Node.js, PM2, and Nginx. With DeployWise, the entire process is automated — connect your Hetzner server and push to Git.
How does Hetzner's TTFB compare to Vercel?+
Hetzner servers deliver consistent 20-60ms TTFB from the same region because Node.js runs continuously. Vercel's serverless functions can have 100-500ms cold starts, though cached content is served fast from edge nodes.
Does Hetzner have data centers in the US?+
Yes. Hetzner has data centers in Ashburn (Virginia) and Hillsboro (Oregon) in the US, plus locations in Germany and Finland.
What is the cheapest way to host Next.js in 2026?+
Hetzner CX22 (€4.15/mo) with DeployWise (free). You get 2 vCPUs, 4GB RAM, 20TB transfer, git push deploys, SSL, and zero-downtime deployments — all under €5/month.
How much bandwidth does Hetzner include?+
Hetzner includes 20TB of outgoing traffic on all cloud server plans. Incoming traffic is free. Overages are €1.19/TB — compared to Vercel's $150/TB, that's over 115x cheaper.