Vercel pricing in 2026: Hobby, Pro, Enterprise — and what the usage bill adds

Vercel's plan card says $20 per user per month. The invoice says something else, because Pro is a seat price plus metered usage — bandwidth, function invocations and duration, build minutes, image optimisation. Here are the plans, the meters, what a small team ends up paying, and what the same backend costs on a flat plan.

September 8, 2026·3 min read

Vercel and DeployCloud are complementary more often than they are rivals: Vercel for the frontend, a flat PaaS for the API, the workers and the database. This page is about the money side of that decision.

Vercel's plans

Prices checked on vercel's pricing page in September 2026. They change — verify before you budget.

  • Hobby — $0. For personal, non-commercial projects. Generous for a side project: one member, included bandwidth and function allowances, community support. Commercial use is not allowed on Hobby.
  • Pro — $20 per user per month. The plan for teams and commercial sites. Every member is a seat. Includes a usage allowance per month (bandwidth, serverless function execution, edge requests, builds); everything above it is billed per unit.
  • Enterprise — custom. Negotiated contracts with SLAs, SSO/SAML, dedicated support and higher limits. Typically starts in the tens of thousands per year.

The costs that aren't on the plan card

  • Usage overages on Pro. Bandwidth beyond the included allowance, extra function invocations and GB-hours, image optimisations and build minutes are each metered. A traffic spike or a chatty API turns into a line item.
  • Per-seat billing. Every collaborator who needs to deploy is $20 a month. Five developers is $100 before any usage.
  • Spend Management is opt-in. Without a spend limit configured, an incident can produce a surprising invoice — Vercel added caps precisely because it happened to people.
  • Long-running backends don't fit. Serverless functions are time-boxed; a WebSocket server, a queue worker or a cron job that runs for minutes needs another provider — and another bill.

What a three-developer team pays

DeployCloudVercel
Base price$19/mo flat3 seats × $20 = $60/mo
Traffic spike monthSame $19Bandwidth + function overages on top
Background worker + cronIncludedNot supported — needs a second provider
Postgres / RedisAdd-on, included in the planMarketplace partner, billed separately
Adding a 4th developer$0+$20/mo

DeployCloud pricing: flat plans, compute included

DeployCloud has three plans and no usage meter behind them: Free ($0, 1 app) to try it, Pro ($19/month, up to 10 apps) and Business ($99/month, up to 50 apps). The plan includes builds, deploys, HTTPS, logs, metrics, crons, workers and add-ons like Postgres and Redis. The price does not change when you add a teammate or a second environment.

Rule of thumb: if you are estimating your Vercel bill with a calculator, you already know why flat pricing exists. Deploy the same repo to DeployCloud free and compare the invoice you *don't* get.

When Vercel is still the right choice

For a frontend-first team shipping Next.js or static sites that want preview deployments, edge caching and the framework integrations Vercel builds itself, Vercel is excellent and worth the seat price. Put the long-running backend somewhere flat and keep the frontend where it shines.

Frequently asked questions

Is Vercel free?

The Hobby plan is free for personal, non-commercial projects with usage allowances. Any commercial project has to be on Pro, at $20 per user per month plus usage.

How much does Vercel Pro really cost?

$20 per seat per month is the floor. The variable part is usage above the included allowance — bandwidth, function invocations and execution time, builds, image optimisation — so the real number depends on traffic. Prices as of September 2026; check vercel.com/pricing.

Can I run a backend on Vercel?

Serverless and edge functions, yes. Anything that has to stay running — WebSockets, workers, long jobs, crons that take minutes — does not fit and usually ends up on a second platform.

How does DeployCloud pricing compare?

Free for one app, Pro $19 a month for up to 10 apps, Business $99 for up to 50. No per-seat pricing and no usage meter: the plan includes compute, builds, HTTPS, workers, crons and add-ons.

When is Vercel the right choice?

For a frontend-first team shipping Next.js or static sites that want preview deployments, edge caching and the framework integrations Vercel builds itself, Vercel is excellent and worth the seat price. Put the long-running backend somewhere flat and keep the frontend where it shines.

Keep reading

Deploy your first app today.

Point us at a repo and go — free to start, no credit card, cancel anytime.