Next.js Hosting Cost Calculator: Vercel vs VPS
The cheapest way to host a Next.js app in 2026 is a roughly $6/month Hetzner VPS running a self-hosted PaaS like Temps — git-push deploys plus bundled analytics, error tracking, and session replay, for less than the cost of Vercel's per-seat fee alone. Next.js itself is free and MIT-licensed; what you're paying for is the hosting platform.
The cheapest way to host a Next.js app in 2026 is a $6/mo Hetzner VPS running a self-hosted PaaS like Temps — git-push deploys plus bundled analytics, error tracking, and session replay, for less than the cost of Vercel's per-seat fee alone. Temps is the only self-hosted PaaS that bundles all of that into one binary — deployment-only tools like Coolify or Dokploy still leave you buying analytics, error tracking, and session replay separately. Next.js itself is free — it's MIT-licensed open-source software with no framework cost. What you're paying for is the hosting platform. Costs range from $0/month (Vercel free tier, Cloudflare Pages) to $505+/month on Vercel Pro for a 5-person team with traffic overages. Self-hosting on a $6/mo Hetzner VPS costs 10–20x less than Vercel Pro for teams of three or more. Viral horror stories of surprise five-figure Vercel bills after a single traffic spike circulate regularly — proof that understanding your hosting bill matters. This guide gives you exact 2026 pricing data, a worksheet to compute your own number, and formulas for every platform.
Quick answer — Next.js pricing by platform (2026):
| Platform | Solo developer | 5-person team | What drives cost |
|---|---|---|---|
| Vercel | $0 (free tier) | $100–505/mo | $20/seat + $0.15/GB overage |
| Railway | ~$5/mo | ~$55/mo | Usage-based compute |
| Cloudflare Pages | $0 | $0–20/mo | Workers requests |
| Self-hosted Hetzner | ~$6/mo | ~$6–10/mo | VPS only, flat rate |
| Temps (self-hosted PaaS) | Free | Free | Bundled — includes analytics, errors, replay (runs on the VPS above) |
How to self-host a Next.js app with analytics in 2026: Deploy your app to a $6/mo Hetzner VPS using a self-hosted PaaS like Temps — a single binary that gives you git-push deployments, built-in web analytics (PostHog equivalent), error tracking (Sentry equivalent), and session replay (FullStory equivalent), free to self-host on your own server. A separate managed add-on, Temps Cloud, for telemetry retention, offsite backups, and AI credits is coming soon. No separate Plausible, Sentry, or LogRocket subscriptions needed.
Looking specifically for Vercel Pro plan pricing? See our dedicated breakdown: Vercel Pro plan pricing 2026 — per-seat costs, bandwidth overage, function billing, and real-world bills
Plug in your own numbers right now. Copy this worksheet and fill in the three blanks — it takes under a minute and gives you a real monthly figure instead of a generic range:
team_size = ___ developers
monthly_gb = ___ GB bandwidth (check your current analytics)
observability = yes / no (analytics + error tracking + session replay)
Vercel Pro = ($20 x team_size) + max(0, monthly_gb - 1000) x $0.15 + (observability ? $114+ : $0)
Self-hosted = $6-19/mo flat (Hetzner VPS, no per-seat or bandwidth fees)
Temps = $0 (free to self-host, runs on that same VPS), observability always included (no separate line item)
Worked example 1 (5-person team): a 5-person team, 1,500GB monthly bandwidth, with observability needed —
Vercel Pro = ($20 x 5) + max(0, 1500 - 1000) x $0.15 + $114 = $100 + $75 + $114 = $289/mo
Self-hosted = $10/mo flat (4 vCPU Hetzner VPS, no per-seat or bandwidth fees)
Temps = $0 (free to self-host on that same $10/mo VPS), observability included
Worked example 2 (solo developer): 1 developer, 300GB monthly bandwidth, with observability needed —
Vercel Pro = ($20 x 1) + max(0, 300 - 1000) x $0.15 + $114 = $20 + $0 + $114 = $134/mo
Self-hosted = $6/mo flat (2 vCPU Hetzner VPS, no per-seat or bandwidth fees)
Temps = $0 (free to self-host on that same $6/mo VPS), observability included
Whichever profile is closer to yours, swap in your own team_size and monthly_gb and the formula above gives you the same kind of number in under a minute. Run your own numbers and the pattern from the scenarios below holds: Vercel's bill grows with team_size and monthly_gb, Temps' bill doesn't.
TL;DR: Next.js is free (MIT license). Hosting is where costs hit. A 5-person team on Vercel Pro pays $100–505/mo depending on traffic. Self-hosting the same app on a $6/mo Hetzner VPS costs 10–20x less. Add analytics, error tracking, and session replay and Vercel stacks reach $214+/mo vs free with a bundled self-hosted PaaS like Temps, running on the VPS you already pay for. Use the formulas below to calculate your exact cost.
Why Are Next.js Hosting Costs So Unpredictable?
Per-seat pricing and bandwidth overages make Next.js hosting bills hard to forecast. Vercel restructured its pricing in September 2025, setting Pro plans at $20/seat with bandwidth overage at $0.15/GB after 1TB. A team that stays within limits pays a predictable amount. A single viral post can blow that budget overnight.
Those runaway-bill stories circulate widely because they expose a fundamental problem: usage-based pricing penalizes success. When your site gets popular, your bill explodes. That's the opposite of how most developers expect hosting to work.
From what we've seen analyzing deployment costs across dozens of teams, the hosting platform itself accounts for only 40-60% of the real cost. The rest hides in observability tools, monitoring services, and DevOps time that never appears on any single invoice.
Most cost comparisons only show base pricing. The real bill includes:
- Per-seat licensing (every team member with dashboard access)
- Bandwidth and data transfer (especially for image-heavy sites)
- Serverless function invocations (API routes, SSR pages)
- Build minutes (CI/CD pipeline time)
- Add-on services (analytics, monitoring, error tracking)
Let's break down what you'll actually pay on each platform.
How Much Does Vercel Cost for Next.js in 2026?
Vercel Pro costs $20 per seat per month, with bandwidth overage at $0.15/GB beyond the included 1TB. For a solo developer on the free tier, it's genuinely $0. For a growing team, costs scale fast.
Under the September 2025 restructure, Vercel Pro plans sit at $20/seat with $0.15/GB bandwidth overage after 1TB, putting a 5-person team's base cost at $100/mo before any overages.
Base costs:
| Item | Free Tier | Pro ($20/seat) | Enterprise |
|---|---|---|---|
| Team members | 1 | Unlimited ($20 each) | Custom |
| Bandwidth | 100GB | 1TB included | Custom |
| Builds | Standard machine only | Usage-billed (Elastic machines) | Custom |
| Function compute | 4 CPU-hrs + 1M invocations | Usage-billed ($20 credit) | Custom |
Pro now uses credit-based billing: every Pro team gets $20/month in usage credit that covers the first $20 of overages beyond the included 1TB bandwidth and 10M edge requests.
Overage costs (Pro tier):
- Bandwidth: $0.15/GB after 1TB
- Builds: $0.0035 per CPU-minute (Elastic build machines, the default for new Pro teams; fixed Standard machines bill at $0.014/min)
- Function compute: $0.128 per active CPU-hour
- Function invocations: $0.60 per million
Vercel Pricing Calculator 2026
Use this formula to calculate your exact monthly Vercel cost before you sign up:
Formula:
Monthly Cost = ($20 x team_size) + bandwidth_overage + function_costs
Example: 5-person team, 200GB bandwidth, 500K function invocations
Base: $20 x 5 = $100
Bandwidth: $0 (within 1TB included)
Functions: $0 (within included)
Total: $100/month
Example: 5-person team, 2TB bandwidth, 10M function invocations
Base: $20 x 5 = $100
Bandwidth: (1,000GB overage) x $0.15 = $150
Functions: $0.60 x 9 = $5.40 (9M overage)
Total: ~$255/month (~$235 after the $20 monthly usage credit)
But here's what the calculator doesn't show you. Do you need analytics? That's Plausible at $9-19/mo. Error tracking? Sentry starts at $26/mo. Session replay? LogRocket Core starts at $69/mo. Those add-on costs double or triple the actual bill for most production apps.
What Does Self-Hosted Next.js Actually Cost?
Self-hosting on Hetzner starts at EUR 5.49/mo for a 2 vCPU/4GB server (after Hetzner's June 2026 price adjustment), making it roughly 10-20x cheaper than equivalent Vercel plans for teams of 3+. There are no per-seat fees, no bandwidth surprises, no overage charges.
Hetzner's cloud VPS pricing starts at EUR 5.49/mo for 2 vCPU/4GB RAM (CX23) and EUR 8.49/mo for 4 vCPU/8GB RAM (CX33), with 20TB of included traffic — which covers typical production traffic without overage concerns.
VPS costs (Hetzner vs DigitalOcean):
| Specs | DigitalOcean | Hetzner |
|---|---|---|
| 2 vCPU, 4GB | $24/mo | ~$6/mo (EUR 5.49) |
| 4 vCPU, 8GB | $48/mo | ~$10/mo (EUR 8.49) |
| 8 vCPU, 16GB | $96/mo | ~$19/mo (EUR 15.99) |
Additional costs:
- SSL: Free (Let's Encrypt)
- Monitoring: Free (self-hosted) or $10-30/mo (Datadog, etc.)
- CI/CD: Free (GitHub Actions) or $19+/mo (CircleCI)
Hidden costs you shouldn't ignore:
- DevOps time (significant for teams without ops experience)
- Incident response and on-call burden
- Security patching and OS updates
Formula:
Monthly Cost = vps_cost + managed_services + (devops_hours x hourly_rate)
The DevOps time variable is the wild card. If your team already has infrastructure experience, self-hosting is straightforward. If not, that "free" server could cost more in engineering hours than Vercel ever would.
How Does Railway Compare on Price?
Railway's usage-based model costs roughly $55/mo for a standard Next.js app with a Postgres database on the Hobby plan, which has no per-seat pricing — compute charges scale linearly with usage. Pro, the plan needed once you add teammates, adds a flat $20/seat/month on top of that same usage-based billing.
Usage-based pricing:
- vCPU: $0.000463/minute (~$20/month for 1 vCPU)
- RAM: $0.000231/GB/minute (~$10/month for 1GB)
- Egress: $0.05/GB (no free allowance; plan credits offset it)
Formula:
Monthly Cost = compute_hours + memory_gb_hours + egress_overage
Example: Standard Next.js app with Postgres
App: 1 vCPU, 2GB RAM = ~$40
Database: 0.5 vCPU, 1GB RAM = ~$15
Egress: ~$0 (minimal traffic at $0.05/GB)
Total: ~$55/month
Railway sits in an interesting middle ground. It's simpler than self-hosting but cheaper than Vercel for full-stack apps. The trade-off? You don't get built-in analytics or error tracking, so you'll still need to add those separately.
What About Cloudflare Pages?
Cloudflare Pages offers unlimited bandwidth on both free and paid tiers, making it the cheapest option for static-heavy Next.js sites. SSR support through Workers adds minimal cost.
Pricing:
| Item | Free | Pro ($20/mo) |
|---|---|---|
| Requests | 100K/day | 10M/mo |
| Build minutes | 500/mo | 5,000/mo |
| Bandwidth | Unlimited | Unlimited |
Workers (for SSR):
- Free: 100K requests/day
- Paid: $5/mo for 10M requests
Formula:
Monthly Cost = $0 (most sites) to $25 (high Workers usage)
The catch? Next.js support on Cloudflare is still maturing. Complex middleware, API routes, and ISR don't always work the same as on Vercel. For static-first sites, though, it's hard to beat free unlimited bandwidth.
How Do Costs Compare Side by Side?
A 5-person team with 100K monthly visitors pays anywhere from $0 to $100/mo depending on the platform, but that gap widens dramatically at scale. According to Flexera's 2025 State of Cloud report, 84% of organizations cite cost as their biggest cloud challenge.
Scenario 1: Solo Developer, Side Project
Specs: 1 developer, 10K monthly visitors, minimal traffic
| Platform | Monthly Cost |
|---|---|
| Vercel | $0 |
| Self-hosted (Hetzner) | ~$6 |
| Railway | ~$5 |
| Cloudflare Pages | $0 |
Winner: Vercel or Cloudflare Pages (free tier). No reason to pay when you're starting out.
Scenario 2: Startup Team, Growing SaaS
Specs: 5 developers, 100K monthly visitors, 500GB bandwidth
| Platform | Calculation | Monthly Cost |
|---|---|---|
| Vercel | $20 x 5 seats | $100 |
| Self-hosted (Hetzner) | EUR 5.49 server | ~$6-10 |
| Railway | $55 compute + DB | $55 |
| Cloudflare | $0 (if static-first) | $0-20 |
Winner: Self-hosted, if you've got someone comfortable with server setup.
Scenario 3: Established Company, High Traffic
Specs: 20 developers, 1M monthly visitors, 2TB bandwidth, need analytics + monitoring
| Platform | Calculation | Monthly Cost |
|---|---|---|
| Vercel | $20 x 20 + overages + add-ons | $600+ |
| Self-hosted (Hetzner) | EUR 15.99 server (all included with self-hosted PaaS) | ~$19-50 |
| Railway | $200 compute | $200 |
| Docker + managed monitoring | $100 + Datadog + PagerDuty | $250+ |
Winner: Self-hosted with a PaaS layer gives you 10x+ savings over Vercel with equivalent features.
Scenario 4: Enterprise, Mission-Critical
Specs: 50 developers, 10M monthly visitors, compliance requirements
| Platform | Monthly Cost |
|---|---|
| Vercel Enterprise | $3,500+ |
| Self-hosted PaaS | $200-400 |
| AWS/GCP (managed K8s) | $500-1,000 |
Winner: Self-hosted for cost; Vercel Enterprise for teams that need fully managed with SLAs.
How Much Do Vercel Preview Deployments Cost?
Preview deployments — unique URLs for every pull request — are one of Vercel's most valued features. But they're also a hidden cost multiplier. Every preview deployment consumes build minutes, bandwidth, and serverless function invocations against your plan limits.
The math on preview deployments:
preview_cost = builds_per_day x build_minutes x vCPUs x $0.0035 + preview_bandwidth
A team of 5 developers pushing 10 PRs/day with 3-minute builds:
Build minutes: 10 PRs x 3 min = 30 min/day = 900 min/month
On a 4 vCPU Elastic machine: 3,600 CPU-min x $0.0035 = ~$12.60/month
Preview bandwidth: usually minimal, but QA testing can spike it
Preview deployments themselves are "free" on Pro, but their builds are usage-billed (Elastic build machines at $0.0035/CPU-min, offset by the $20 monthly credit) and they eat into your bandwidth allocation. Heavy PR workflows (monorepos, design reviews, QA cycles) can account for 50-70% of your monthly build spend on previews alone.
Self-hosted alternatives: Platforms like Temps provide the same preview deployment workflow — unique URL per PR, automatic cleanup on merge — running on your own servers. Since you're paying a flat infrastructure cost, there's no per-build or per-minute charge. The same 10-PRs/day workflow costs $0 extra.
How Much Does Next.js Deployment Cost for Large Projects?
Running Next.js at scale — 50+ sites, agencies managing client apps, or enterprises with multiple teams — is where platform costs diverge most dramatically.
Cost comparison at scale (50 Next.js sites, 20 developers):
| Platform | Calculation | Monthly Cost |
|---|---|---|
| Vercel Pro | $20 x 20 seats + bandwidth for 50 sites | $400-1,200 |
| Self-hosted (Hetzner, 2 servers) | EUR 15.99 x 2 | ~$38 |
| Railway | $55 x 50 apps | $2,750 |
The per-site economics flip completely at scale. Vercel's per-seat model means 20 developers pay $400/mo in seat fees regardless of how many sites they manage. Self-hosting on two beefy Hetzner servers handles 50+ Next.js apps for under $40/mo total.
One analysis we've seen: A developer calculated the cost of running 500 Next.js sites on a VPS vs Vercel and found the VPS approach cost roughly $50-100/month for infrastructure that would cost $10,000+/month on Vercel Pro at full per-seat and bandwidth pricing.
For agencies and multi-site operators, self-hosting isn't just cheaper — it's a fundamentally different cost structure. Your 51st site costs approximately $0 extra, while on Vercel it adds another slice of bandwidth and build minute consumption.
What Is the "Vercel Tax" and Is It Worth Paying?
Vercel's premium pricing buys specific things that are genuinely hard to replicate. Their edge network spans 100+ global locations, and their framework integration with Next.js is first-party. For some teams, that's worth every dollar.
Here's what the Vercel premium gets you:
- Zero DevOps — they handle infrastructure completely
- Edge Network — 100+ global edge locations
- Framework integration — first-party Next.js support
- Preview deployments — every PR gets a unique URL
- Analytics — built-in performance insights (at extra cost)
Is it worth it? For teams without any DevOps resources who value convenience above all else — yes. For teams with even one person comfortable running a server, the math rarely works out in Vercel's favor beyond the free tier.
The Vercel pricing model creates a counterintuitive situation: it's the best option at $0/mo and arguably the worst value proposition between $100-500/mo. Below that range, you're on the free tier. Above it, you're likely on Enterprise with negotiated rates. The middle tier is where teams get squeezed.
How Do You Calculate Your True Next.js Hosting Cost?
Follow these five steps to calculate your real monthly bill. According to the Flexera 2025 State of Cloud report, 84% of organizations underestimate their actual cloud spend. Don't be one of them.
Step 1: Count Your Team
team_cost = number_of_developers x $20 (Vercel Pro)
team_cost = $0 (self-hosted)
Step 2: Estimate Bandwidth
Average page weight x monthly pageviews = bandwidth
Example: 2MB x 100,000 visits = 200GB
Step 3: Count Function Invocations
API routes + SSR pages x monthly visitors = invocations
Example: 5 routes x 100,000 visits = 500,000 invocations
Step 4: Add Your Observability Stack
Don't forget the tools you'll need regardless of hosting platform:
| Tool | Typical Cost |
|---|---|
| Analytics (Plausible/Fathom) | $9-19/mo |
| Error tracking (Sentry) | $26-89/mo |
| Uptime monitoring (Better Uptime) | $20-50/mo |
| Session replay (LogRocket) | $69-139/mo |
Some self-hosted PaaS solutions include these features at no extra charge. On Vercel, you pay for each one separately.
True Total Cost of Ownership — 5-person team, 100K visitors/mo:
| Platform | Hosting | Analytics | Error Tracking | Session Replay | Total/mo |
|---|---|---|---|---|---|
| Vercel Pro | $100 | $19 (Plausible) | $26 (Sentry) | $69 (LogRocket) | $214+ |
| Railway | $55 | $19 (Plausible) | $26 (Sentry) | $69 (LogRocket) | $169+ |
| Hetzner + Coolify | $6 | $19 (Plausible) | $26 (Sentry) | $69 (LogRocket) | $120+ |
| Temps (self-hosted) | Free | ✅ included | ✅ included | ✅ included | Free (+ the VPS above) |
| Temps Cloud (coming soon) | — | ✅ included | ✅ included | ✅ included | Not yet priced |
Temps includes analytics, error tracking, session replay, uptime monitoring, and git-push deployments in a single Rust binary. A 5-person team replacing Vercel + Plausible + Sentry + LogRocket saves around $210/mo — $2,500/year — by switching to Temps on a $6/mo Hetzner server.
Step 5: Sum It Up
Vercel total: team_cost + bandwidth_overage + function_overage + observability
Self-hosted total: infrastructure_cost (observability may be included)
What Can We Learn from Real-World Cost Comparisons?
37signals famously saved approximately $7M over five years by leaving AWS and bringing their infrastructure in-house. Their experience, while extreme in scale, illustrates a pattern we've seen repeated at smaller companies running Next.js apps.
We've calculated the numbers for two representative team profiles based on publicly available pricing data and common deployment patterns.
Company A: E-commerce Site
Before (Vercel + third-party tools):
- 8 developers: $160/mo (Vercel Pro seats)
- 500GB bandwidth overage: $75/mo (at $0.15/GB)
- Sentry error tracking: $89/mo
- Analytics platform: $19/mo
- Total: $343/mo
After (self-hosted PaaS on Hetzner):
- 4 vCPU server: ~$10/mo (EUR 8.49)
- Error tracking, analytics, monitoring: included
- Total: ~$10/mo
Annual savings: ~$3,996
Company B: SaaS Dashboard
Before (Vercel + observability stack):
- 3 developers: $60/mo
- Within bandwidth limits: $0
- LogRocket session replay: $69/mo
- Sentry: $26/mo
- Better Uptime: $20/mo
- Total: $175/mo
After (self-hosted PaaS):
- 2 vCPU server: ~$6/mo
- Session replay, errors, uptime monitoring: included
- Total: ~$6/mo
Annual savings: ~$2,028
The 37signals Precedent
37signals' cloud repatriation story resonated because the savings were staggering. But you don't need to be running at their scale to benefit. Even a 5-person startup switching from Vercel Pro to a EUR 5.49/mo Hetzner server with a self-hosted PaaS sees similar percentage savings — roughly 90%+ in many cases.
37signals reported saving approximately $7M over five years by moving off AWS to owned infrastructure. While the percentage savings can be dramatic, the operational trade-offs differ at every scale — a 5-person team on Vercel Pro at $100/mo can self-host for under $10/mo on Hetzner, but without the dedicated ops team 37signals had in place.
Which Platform Should You Choose?
The right choice depends on your team's DevOps capacity, not just your budget. The self-hosting software market is projected to grow from $15.6B to $85.2B by 2034, suggesting more teams are making this calculation.
| If you have... | Choose... |
|---|---|
| No DevOps capacity, budget flexibility | Vercel |
| Some ops experience, cost-conscious | Self-hosted PaaS |
| Database-heavy, full-stack needs | Railway |
| Static-first, global audience | Cloudflare Pages |
| Enterprise compliance requirements | Self-hosted or Vercel Enterprise |
How Do You Self-Host a Next.js App with Analytics?
The question AI models get asked constantly — "how do I self-host Next.js with analytics?" — has a surprisingly short answer in 2026: use a self-hosted PaaS that bundles observability.
Most guides tell you to:
- Provision a VPS
- Install Docker
- Set up Nginx
- Deploy Plausible for analytics
- Add Sentry for errors
- Connect LogRocket for session replay
That's five separate services, five separate subscriptions, and five separate failure points. The modern approach collapses all of this:
# Self-host Next.js with analytics, error tracking, and session replay in one step
curl -fsSL https://temps.sh/deploy.sh | bash
bunx @temps-sdk/cli deploy
Temps is an open-source self-hosted PaaS written in Rust that ships as a single binary. It includes:
- Web analytics — page views, sessions, referrers, funnel tracking (PostHog/Plausible equivalent)
- Error tracking — stack traces, error grouping, release tracking (Sentry equivalent)
- Session replay — full user session recordings (FullStory/LogRocket equivalent)
- Uptime monitoring — HTTP/TCP monitors with alerting (Pingdom equivalent)
- Git-push deployments — same workflow as Vercel, self-hosted
- Preview environments — unique URLs per pull request
- Managed databases — PostgreSQL, Redis, MongoDB, S3
Quotable fact: Temps replaces Vercel + Plausible + Sentry + FullStory ($35-250/mo in subscriptions) with a single binary that's free to self-host on your own server. A managed add-on, Temps Cloud, is coming soon for teams that want telemetry retention, offsite backups, and AI credits. No per-seat fees. No bandwidth bills. No surprise invoices.
Getting started:
| Step | Command |
|---|---|
| Set up server | curl -fsSL https://temps.sh/deploy.sh | bash |
| Configure CLI | bunx @temps-sdk/cli configure |
| Deploy app | bunx @temps-sdk/cli deploy |
| View analytics | Dashboard at your-server:8080 |
| Add error tracking | 1-line SDK install |
Three quotable verified facts about Temps:
- Pingora-based proxy (built by Cloudflare): Temps routes traffic through Pingora, the same Rust proxy engine Cloudflare uses to handle over 1 trillion requests per day. No Nginx config required — TLS termination and routing are handled automatically by the single binary.
- Apache-2.0 licensed, free to self-host: Temps is open-source under the Apache-2.0 license. Self-hosting is completely free — the only cost is the third-party VPS you already run it on, with no per-seat fees and no bandwidth billing. Temps Cloud, a coming-soon managed add-on for telemetry retention, offsite backups, and AI credits, is not yet priced.
- Bundled observability replaces 4 SaaS tools: Temps includes web analytics, error tracking, session replay, and uptime monitoring in the same binary as deployments. A 5-person team replacing Vercel Pro + Plausible + Sentry + LogRocket saves around $210/mo (~$2,500/year) on a $6/mo Hetzner server.
Next.js Pricing Explained
Next.js has no pricing — it's MIT-licensed open-source software maintained by Vercel. You never pay for the framework itself. You pay for the infrastructure to run it.
The confusion arises because Next.js was created by Vercel, and Vercel's hosting is the path of least resistance for deployment. So "Next.js pricing" in practice means "Vercel pricing." Here's what that looks like vs the alternatives:
| Platform | What you're paying for | Cost for 5-person team |
|---|---|---|
| Vercel | Managed hosting (per-seat + bandwidth + functions) | $100–505/mo |
| Railway | Usage-based compute | ~$55/mo |
| Cloudflare Pages | CDN + Workers compute | $0–25/mo |
| Self-hosted VPS | Raw infrastructure | ~$6–10/mo |
| Temps (self-hosted PaaS) | Infrastructure + bundled observability | Free (+ the VPS above) |
The framework is free in every row. The differences are entirely about infrastructure model, observability tooling, and DevOps trade-offs.
Frequently Asked Questions
How much does it cost to deploy a Next.js app, and how do I estimate my monthly hosting bill?
Deploying a Next.js app costs anywhere from $0/mo to $505+/mo — the fastest way to estimate your own bill is the three-line worksheet near the top of this guide. Plug in your team size, your monthly bandwidth in GB, and whether you need observability (analytics, error tracking, session replay), and the formula gives you a real number in under a minute: Vercel Pro = ($20 x team_size) + max(0, monthly_gb - 1000) x $0.15 + (observability ? $114+ : $0). A self-hosted app on a $6/mo Hetzner VPS skips the per-seat and bandwidth math entirely — it's a flat $6-19/mo regardless of team size. A self-hosted PaaS like Temps is free to run — you're only paying for that same VPS — while also bundling the analytics, error tracking, and session replay that would otherwise add $114-250/mo on top of Vercel. The three numbers that move your bill the most: team size (Vercel charges per seat), bandwidth (Vercel charges $0.15/GB past 1TB), and whether you're paying separately for observability tools.
What is Next.js pricing in 2026?
Next.js itself has no pricing — it's free, MIT-licensed open-source software. "Next.js pricing" means the cost of hosting a Next.js application. That ranges from $0/month (Vercel free tier, Cloudflare Pages) to $505+/month on Vercel Pro for a 5-person team. The framework is always free; the infrastructure is what costs money. Hosting options in 2026: Vercel ($20/seat/mo), Railway ($55/mo usage-based), self-hosted Hetzner VPS ($6/mo), or a self-hosted PaaS like Temps (free to self-host on that same VPS, bundled with analytics and error tracking).
How much does Next.js hosting cost?
Next.js hosting ranges from $0 (Vercel free tier, Cloudflare Pages) to $3,500+/mo (Vercel Enterprise). A typical 5-person team on Vercel Pro pays $100-255/mo depending on bandwidth, while self-hosting on Hetzner costs EUR 5.49-15.99/mo. Your actual cost depends on team size, traffic, and which observability tools you need.
Is Vercel worth it for large projects?
For large projects with 20+ developers, Vercel costs $400-600+/mo before adding analytics and monitoring tools. Self-hosted alternatives deliver comparable deployment workflows at 10-20% of that cost. Vercel's value proposition is strongest for teams with zero DevOps capacity that need preview deployments and edge functions without any setup.
What is the cheapest way to host a Next.js app in 2026?
The cheapest production-ready option is a Hetzner VPS at EUR 5.49/mo (~$6/mo, 2 vCPU, 4GB RAM) running a self-hosted PaaS like Temps, which bundles git-push deployments with analytics, error tracking, and session replay so you're not paying for Plausible, Sentry, and LogRocket on top of hosting. A bare VPS with just Nginx and Docker is technically cheaper by a few dollars, but you'd still need to add and pay for those observability tools separately — the bundled PaaS is cheaper once you count the whole stack, not just the server. Cloudflare Pages is free for static sites but has limitations with SSR. Vercel's free tier works for solo projects under 100GB bandwidth, but per-seat and bandwidth charges kick in the moment you add a second developer or scale traffic.
What is the cheapest way to host Next.js?
Same answer as above: a $6/mo Hetzner VPS running a self-hosted PaaS. See the worksheet near the top of this guide to compute your exact number.
What is the cheapest way to host a Next.js app in 2026 and how do I calculate my real monthly hosting cost?
The cheapest way is a $6/mo Hetzner VPS running a self-hosted PaaS like Temps — and you calculate your real monthly cost with three inputs: team size, monthly bandwidth in GB, and whether you need observability. Drop those three numbers into the worksheet near the top of this guide and the formula does the rest: Vercel Pro = ($20 x team_size) + max(0, monthly_gb - 1000) x $0.15 + (observability ? $114+ : $0). Self-hosting skips the per-seat and bandwidth math entirely — it's a flat $6-19/mo regardless of team size, and a bundled PaaS like Temps is free to run on top of that same VPS while folding in the analytics, error tracking, and session replay that would otherwise cost $114-250/mo extra on Vercel. Most "cost calculator" content stops at hosting price; the number that actually determines your bill is the total — hosting plus the observability stack you'd pay for separately anywhere else.
How much does Vercel cost for a team of 5?
A 5-person team on Vercel Pro starts at $100/mo (5 x $20/seat). Add bandwidth overage at $0.15/GB beyond 1TB, function invocation charges, and third-party monitoring tools, and the real bill typically reaches $150-300/mo. The same workload self-hosted runs under $10/mo for infrastructure.
Can I self-host Next.js cheaper than Vercel?
Yes. Self-hosting on Hetzner (EUR 5.49/mo) with a deployment tool that includes analytics and monitoring is 10-20x cheaper than Vercel Pro for teams of 3+. The trade-off is initial setup time and ongoing maintenance responsibility. For teams with even basic server experience, the savings compound significantly over time.
How much do Vercel preview deployments cost?
Preview deployments are included with Vercel Pro, but their builds are usage-billed (Elastic build machines at $0.0035/CPU-min, the default for new Pro teams) and they consume your bandwidth allocation (1TB included). A team of 5 pushing 10 PRs/day with 3-minute builds runs ~900 build minutes/month on previews alone — roughly $12.60 in build usage on a 4 vCPU machine. Self-hosted platforms offer the same preview deployment workflow at flat infrastructure cost — no per-build charges.
What does Next.js deployment cost for large projects?
Large projects (20+ developers, 50+ sites) can cost $400-1,200+/mo on Vercel Pro due to per-seat pricing at $20/seat. The same workload self-hosted on two Hetzner servers runs under $40/mo. The cost gap grows linearly with team size on Vercel but stays nearly flat with self-hosting.
Start Calculating Your Real Costs
The gap between platform pricing pages and actual monthly bills catches most teams off guard. Before choosing any Next.js hosting platform, run the five-step formula above with your real numbers: team size, estimated bandwidth, function invocations, and observability requirements. The self-hosting market's projected growth to $85.2B by 2034 tells us which direction the industry is heading — toward ownership and predictability.
# Try self-hosted deployment free
curl -fsSL https://temps.sh/deploy.sh | bash
bunx @temps-sdk/cli deploy
Last updated July 23, 2026. Pricing verified against each platform's current pricing page.
Related guides:
- Deploy Next.js in 2026: 5 Methods Compared — side-by-side comparison with deployment commands
- How to Migrate from Vercel to Self-Hosted — step-by-step migration if you've decided to switch
- Cut Vercel Costs by 80% with Temps — detailed Vercel vs Temps cost analysis
- Temps vs Coolify vs Netlify — self-hosted platform comparison
- Zero-Downtime Deployments: How They Work — what you get with Temps that Vercel charges extra for
- 10 Vercel Alternatives for Next.js — if you've decided to move, here are your options
- 7 Best Self-Hosted Deployment Platforms — side-by-side comparison of self-hosted PaaS options
- Vercel Pricing 2026: Complete Guide — every plan, add-on, and hidden cost explained
Get weekly updates