Skip to content
Vercel logo

Vercel Pricing in 2026

Plans, hidden costs, and alternatives compared

Is Vercel worth the price?

8/10

Vercel's free Hobby plan is the best way to deploy a Next.js app — 100GB bandwidth, 1M function invocations, and unlimited deployments at $0.

Pro at $20/user/mo includes generous usage credits and 1TB bandwidth. The real cost trap is usage-based overages: bandwidth at $0.15/GB, function execution at $0.18/GB-hour, and Edge Requests at $2/1M can blow up your bill on high-traffic sites.

A site serving 500K visitors/month can easily cost $50-200/mo on Pro after overages. Vercel is the best platform for Next.js and React — but for static sites or non-Next frameworks, cheaper alternatives (Netlify, Cloudflare Pages, Railway) exist.

Pricing Plans

Hobby

$0

  • Import and deploy in seconds
  • Automatic CI/CD
  • Web Application Firewall
  • Global automated CDN
  • Fluid compute
  • DDoS Mitigation

Pro

$20

  • All Hobby features
  • Advanced spend management
  • Team collaboration
  • Free viewer seats
  • Faster builds, no queues
  • Cold start prevention

Enterprise

Custom

  • Guest & Team access controls
  • SCIM & Directory Sync
  • Managed WAF Rulesets
  • Multi-region compute & failover
  • 99.99% SLA
  • HIPAA, SOC 2, ISO 27001

Hidden Costs & Gotchas

Bandwidth overages

Pro includes 1TB. Beyond that: $0.15/GB. A site with 2TB/mo bandwidth pays $150/mo in overages on top of the $20/user base — 7.5x the sticker price

Serverless Function execution

Pro includes 1,000 GB-hours. Overages at $0.18/GB-hour. Compute-heavy API routes (image processing, AI, data aggregation) burn through this fast

Edge Function invocations

Pro includes 10M. Overage at $2/1M. Sites using Edge Middleware on every request can hit 50M+ invocations/month on moderate traffic

Blob Storage

Hobby gets 1GB free, Pro gets more. Overages at $0.15/GB stored + $0.06/GB transferred. Not a cheap object store compared to S3 or R2

Image Optimization

$5/1,000 source images optimized. A media-heavy site with 10,000 unique images costs $50/mo just for optimization

Analytics and Speed Insights

Pro includes basic analytics. Advanced features and higher limits may require additional spend

DDoS and traffic spikes

Vercel bills for all traffic including bot and DDoS traffic. A traffic spike from a HN front page or DDoS attack can generate hundreds of dollars in bandwidth charges before you notice

Hobby plan is non-commercial

using Hobby for a business project violates Vercel's terms. Any commercial project requires Pro ($20/user minimum)

How Vercel Compares

5-person team deploying a Next.js app, 500K visitors/month, 12 months

Vercel$1,200-2,400/yr (Pro at $20/user × 5, plus potential bandwidth overages)
Netlify$1,140/yr
Cloudflare Pages$240/yr
Railway$600/yr

Which Plan Do You Need?

Developers deploying personal or open-source projectsHobby (Free)

100GB bandwidth, 1M function invocations, unlimited deployments, preview URLs, automatic HTTPS. The best free deployment platform for Next.js, React, and static sites.

Teams building production Next.js applicationsPro ($20/user/mo)

1TB bandwidth, team collaboration, $20/mo usage credits, 12 concurrent builds, 6,000 deployments/day, password-protected deployments, unlimited viewer seats (free).

Enterprises needing SLAs, security, and dedicated infrastructureEnterprise (custom pricing)

99.99% SLA, SAML SSO, audit logs, dedicated infrastructure, custom contracts, priority support. Required for compliance-mandated organizations.

Our Recommendation

Worth it if...

You build with Next.js and want the best deployment experience: preview deployments on every PR, automatic HTTPS, edge network, and server components that just work. The Hobby plan is the best free hosting for personal projects. Pro at $20/user is justified when team features (collaboration, concurrent builds, password protection) save development time.

Skip if...

You deploy static sites (Cloudflare Pages has unlimited free bandwidth), backend APIs without frontend (Railway or Fly.io are cheaper), or non-Next.js frameworks where Vercel's optimizations don't apply. Also reconsider at high traffic volumes — bandwidth at $0.15/GB adds up fast above 1TB.

Negotiation tips

Enterprise pricing is negotiable. Custom bandwidth and compute tiers can significantly reduce per-unit overage costs. Annual commitments and higher seat counts unlock volume discounts. Startups can access Vercel's partner programs for credits.

Team Cost Scenario

Team of 5, 12 months: SaaS startup with 5 developers. Next.js app serving 200K visitors/month. Moderate serverless function usage.

pro Subscription5 × Pro at $20/user/mo = $1,200/yr
total Low Traffic$1,320/yr at 200K visitors
bandwidth Overage~300GB/mo over 1TB included = $0 (within limit for 200K visitors)
function Execution~200 GB-hrs/mo = within included 1,000 GB-hrs = $0
image Optimization~2,000 images/mo = $10/mo = $120/yr
Annual Total$1,320/yr for a 200K visitor/mo site — but scales to $3,000-5,000/yr at 1M visitors

Overage & Usage Pricing

bandwidth

$0.15/GB beyond plan inclusion (Hobby: 100GB, Pro: 1TB)

blob Storage

$0.15/GB stored + $0.06/GB transferred

edge Requests

$2 per 1M requests beyond 10M included on Pro

function Timeout

Hobby: 10s, Pro: 800s with Fluid Compute

concurrent Builds

Hobby: 1, Pro: 12. Cannot buy additional

function Execution

$0.18/GB-hour beyond included allocation

image Optimization

$5 per 1,000 source images

Recent Pricing Changes

2024-2026

Vercel introduced Fluid Compute in 2025, extending function timeout from 300s to 800s on Pro at no extra charge. The $20/user/mo Pro pricing has been stable since 2023.

Vercel added $20/mo usage credits to Pro (effectively subsidizing small-scale usage). Blob Storage was added in 2024 with usage-based pricing.

Vercel v0 (AI code generation) was launched as a separate product with its own pricing. The trend: base subscription is stable but usage-based components (bandwidth, compute, storage) continue to expand.

How Vercel Compares to Competitors

Netlify (Free, Pro $19/user/mo) is the closest competitor with a similar free tier and Pro pricing. Netlify includes 1TB bandwidth on Pro (same as Vercel), 25K form submissions, and serverless functions. The main difference: Vercel has tighter Next.js integration and better Edge Function performance; Netlify has better form handling and identity management. For Next.js apps, Vercel is the clear choice. For Gatsby, Hugo, or general JAMstack, Netlify is equally good. Cloudflare Pages (Free, Pro $20/mo flat — not per user) offers unlimited bandwidth on ALL plans including free. For static sites and simple SSR, Cloudflare Pages is dramatically cheaper. No per-user pricing means a 10-person team pays $20/mo total, not $200/mo.

Railway ($5/user/mo + usage) is cheaper for backend-heavy apps. $5/mo per developer with usage-based compute. Better for Node.js APIs and databases. No built-in CDN or edge network. Fly.io ($5/mo + usage) offers global edge deployment at lower per-VM costs. Better for apps that need persistent servers (databases, WebSockets). Worse for Next.js-specific optimizations.

Alternatives to Vercel