Vercel

The Next.js company's platform. Zero-config Next.js deploys, edge runtime, generous DX, premium pricing.

VISIT VERCEL

Key takeaway: If your app is Next.js and your team's time costs more than your hosting bill, Vercel is the default and everything else is a compromise. Pick it over Netlify or Cloudflare Pages when you want new App Router behaviour working on day one rather than through an adapter. Reconsider the moment bandwidth and function invocations, not engineering hours, become your dominant cost.

Quick facts

  • CategoryJamstack
  • PricingFreemium
  • LicenseProprietary
  • Created2015
  • GitHub starsclosed
  • Edge-readyYes
  • Free tierYes
  • Egress billingExpensive

Bundled services: Postgres (via Neon) KV (via Upstash) Blob storage Edge Functions Image optimisation

What it is

Vercel is the canonical Next.js hosting platform, built and maintained by the Next.js team itself. Zero-config Next.js deploys, edge runtime via Edge Functions, image optimisation, on-demand ISR, BAA add-on for HIPAA. Pricing is the trade-off, Pro is real money and Enterprise is enterprise-flavoured. The DX is genuinely leading for Next.js.

Best for

  • Next.js apps where zero-config deploys justify the bill
  • Teams that value DX above hosting cost
  • AI products needing edge runtime + Streaming responses
  • Projects requiring HIPAA, Vercel BAA at $350/month since Sep 2025

When not to pick it

Skip Vercel for cost-sensitive workloads at scale, bandwidth and function-invocation pricing add up. Skip if you are not on Next.js; the value proposition narrows.

My take

Vercel is the default for Next.js teams. The price is the price. For non-Next.js stacks or cost-conscious teams, Cloudflare Pages or Netlify is usually better.

Why the Next.js coupling actually matters

Vercel builds Next.js, so every framework feature lands on Vercel first and works without configuration: App Router, streaming, on-demand ISR, image optimisation, middleware. Other hosts get there through adapters, and adapters lag. That gap is small on a marketing site and large on an app that leans on ISR revalidation or edge middleware. The deploy model is git push, a preview URL per branch, promote to production, and it is fast enough that teams stop treating deployment as a task at all. The cost of that tightness is direction: you are building on one vendor's interpretation of the framework, and behaviours like ISR write accounting or middleware limits are theirs to change. Depend on the framework primitives rather than the dashboard and the exit stays open, which matters more than most teams admit at signup.

Where the bill grows faster than the traffic

The free tier is real for hobby work and the team tier is real money. What surprises people is not the seat cost but the metered lines: bandwidth, function invocations, function duration, image optimisation, and ISR writes. A site that regenerates aggressively can bill more for revalidation than for serving actual visitors. The fix is architectural rather than a plan change: cache more, revalidate on demand instead of on a timer, and push static wherever the content allows. Egress pricing is the weakest part of the offer, and Cloudflare Pages exists in this conversation mostly because of it. Before committing at scale, model your worst month rather than your average one, and check whether the workload is genuinely serverless-shaped. If it runs long, holds state, or needs a persistent disk, Render or Fly.io is the cheaper home.

Frequently asked questions

Is Vercel free?

There is a free hobby tier that covers personal projects and demos, with usage limits and terms that restrict it to non-commercial use. Team and production use lands on paid plans combining a per-seat fee with metered bandwidth, function invocations, and image optimisation. Budget for the metered half, since that is where costs move unpredictably rather than the seats.

Vercel or Netlify?

Vercel if you are on Next.js, because the framework and the platform ship together and adapters never quite catch up. Netlify if you are on Astro, Hugo, Eleventy, or Remix, where the framework-neutral posture is an advantage and the lower tiers are kinder on price. Both get expensive at scale, so neither wins on cost alone.

Is Vercel expensive at scale?

It can be, and bandwidth is the usual culprit. Egress and function invocation charges scale with traffic in a way a flat VPS bill does not, so high-traffic content sites often find the numbers uncomfortable. Cloudflare Pages, with free egress, is the standard escape route. For app workloads rather than content, Render or Hetzner plus Coolify is the cheaper shape.

Links

Compare Vercel side-by-side

Similar tools you should also consider

If Vercel is your pick, the next conversation is short

The 30-min call is where your hosting choice becomes a real architecture, a migration plan if you are switching, and a price range you can take to your stakeholders without surprise bills in month 4. Describe your stack, your traffic shape, your budget. I tell you whether Vercel is genuinely your fit.