Providers / Vercel
Vercel
The smoothest deploy for Next.js and frontend apps.
vercel.com · Prices checked 2026-08-01
- Type
- Serverless platform
- Starting cost
- Free
- Free tier
- Yes
- Ease of use
- 5/5
Vercel hosts frontends and full-stack JavaScript apps with git-push deploys, preview URLs for every branch, and a global CDN. It is the company behind Next.js, and Next.js apps work with zero configuration.
Good to know
- The free Hobby plan does not allow commercial projects.
- Pro usage beyond the included $20 monthly credit bills on demand: edge requests from $2 per million, fast data transfer from $0.15/GB after the first 1 TB.
- Every additional team member who deploys costs $20/month.
Serverless platform
Vercel
- Best for
- Next.js and frontend apps where you want deploys and previews to just work.
- How deploys work
- Connect the Git repo; every push builds and deploys with a preview URL per branch.
- The tradeoff
- Usage pricing past the credit can climb fast with real traffic, especially data transfer.
Why pick it
- Zero-config deploys for Next.js and every major frontend framework.
- The best preview-deploy workflow in the business — every push gets a URL.
- Scaling is automatic; you never think about servers or capacity.
- Instant rollbacks to any previous production deploy.
Why look elsewhere
- The free Hobby plan bans commercial projects.
- Usage charges past the $20 Pro credit are hard to predict and add up with real traffic.
- Every deploying team member costs another $20/month.
- No containers and no shell access — you live inside the serverless model.
Our ratings
What developers say
First-person reports from the past three years, drawn from public discussions and independent write-ups. These are individual experiences, not our ratings; open the original source for its workload and full context. Critical reports include a follow-up check so you can see whether the problem was fixed, partly addressed, remains current, or has no public resolution.
What people like 10 sources
A developer says Vercel's ease of use is revolutionary and dramatically simpler than maintaining a server.
From CDNs to Front End CloudsUsers praise near-instant Git deploys, preview links, templates, onboarding, and the ROI of buying operations instead of spending developer time on it.
Ask HN: Why are people paying so much for Vercel?A commenter says Vercel does not get enough credit and praises the platform directly.
The Billable Usage API: programmatic cost visibility for CloudflareThe builder calls Vercel expensive but says it is the most polished and familiar option with the better user experience.
Show HN: CheapFoodMapCommenters praise Vercel as amazing, free for small projects, and able to connect a custom domain in minutes.
What is my best option for hosting Next.js?The discussion includes the direct assessment that Vercel has the best developer experience of any Next.js host.
What Vercel features do you actually use?A commenter reports deploying a client platform made of four websites and says Vercel is still doing a great job.
Can I deploy a small business internal app for free in Vercel?The author publicly thanks Vercel for sponsoring free hosting and praises the team's support; commenters also like the UI.
Thank you so much Vercel!!!Several experienced users call it the best or easiest Next.js host, citing simple deployment, autoscaling, edge caching, and a generous free plan.
Is Vercel the best option for hosting Next.js?Users say Vercel's convenience and features are worth the cost, call it the best market option, and note years of stable $20 billing for normal workloads.
Why are people still hosting on Vercel?Critical reports and follow-ups 10 sources
The author argues that putting private-network compliance behind a roughly $600 monthly enterprise add-on blocks startups and drives them to competitors.
Vercel is shooting themselves in the foot with Secure Compute pricingA user characterizes Vercel as expensive, inflexible, gimmicky, and poorly supported because of reliance on AI chatbots over humans.
Input on VercelThe thread criticizes scaling costs and notes that the same workload can be far cheaper on AWS or self-hosted infrastructure despite Vercel's good DX.
Is anyone else frustrated with Vercel pricing once you scale?The author says a traditional VPS or droplet would cost a fraction of the managed stack and avoid surprise bills.
The Vercel + Supabase freemium trap is something I should have watched out forA practitioner calls the offer a bad deal, criticizes heavy AWS markup and lock-in, and advises avoiding Vercel when possible.
Vercel's pricing pageThe author argues Vercel lacks a sensible middle tier and jumps from a small-project plan to five-figure enterprise pricing as projects scale.
Ask HN: Why is Vercel so expensive?Users report a threefold team increase and a $20-to-$500 indie bill, while calling the new model extremely complicated.
Vercel: Improved Infrastructure PricingThe author objects to Vercel's vendor lock-in and open-core direction and worries about future rent extraction.
Ask HN: What happens after Vercel enshittifies?Users describe unpredictable pricing and a severe overage, including one report of losing thousands of dollars.
Vercel pricing is getting out of handThe author wants to migrate ten client projects and describes the platform as more costly than needed for basic SSR and API hosting.
Best way to leave Vercel?Serverless platform
Vercel
Hobby: free for personal, non-commercial projects — 100 GB data transfer, 1M function invocations, and 4 active CPU hours per month.
What you'd realistically pay
| Project stage | Estimate | Based on |
|---|---|---|
| Just starting | Free | Hobby — Personal projects only; commercial use requires Pro at $20/month. |
| Steady traffic | ≈$20/mo | Pro — Includes $20/month of usage credit, which covers modest traffic. |
| Growing | ≈$40/mo | Pro + usage — The $20 fee plus typical usage overages; heavy traffic or extra seats push it higher. |
Published prices
| Plan | Price | What you get |
|---|---|---|
| Hobby | Free | Non-commercial. 100 GB transfer, 1M function invocations, 4 active CPU hours/month. |
| Pro | $20/mo | Per deploying seat. Includes $20 usage credit, 1 TB fast data transfer, 10M edge requests. |
- Hobby has no paid overage — features pause when an allowance runs out.
- Databases come from partners (Neon, Supabase, and others) and bill separately.
Deploy workflow
| Deploy from Git push Connect a repository and every push deploys automatically. | Yes Connect GitHub, GitLab, or Bitbucket; every push deploys. |
|---|---|
| Preview deploys Each branch or pull request gets its own temporary URL. | Yes Automatic preview URL for every branch and pull request. |
| Official CLI A maintained command-line tool for deploys and management. | Yes The vercel CLI deploys, manages env vars, and streams logs. |
| Instant rollbacks Revert to a previous deploy without rebuilding. | Yes Instant rollback to any previous deployment from the dashboard. |
Platform
| Custom domains + HTTPS Bring your own domain with TLS certificates handled. | Yes Unlimited domains with automatic TLS on all plans. |
|---|---|
| Built-in CDN / edge network Static assets served from locations near your visitors. | Yes Global edge network serves static assets and caches responses. |
| Serverless functions Run backend code without managing a server process. | Yes Serverless and edge functions are the core compute model. |
| Docker containers Deploy your own container image. | No No container deploys — code must fit the serverless build. |
| SSH / shell access Open a shell on the machine running your app. | No No shell; debugging happens through logs and tracing. |
| EU hosting region Run the app itself in a European data center. | Yes Function region is selectable, including EU locations. |
Runtime & operations
| Automatic scaling Capacity grows with traffic without manual resizing. | Yes Serverless scales per request with no configuration. |
|---|---|
| Scale to zero Costs stop (or pause) when nobody is using the app. | Yes Functions cost nothing while idle by design. |
| Scheduled jobs Run code on a schedule without an external trigger. | Yes Cron jobs trigger functions; Hobby is limited to 2 daily crons. |
| Managed database A database the provider runs, backs up, and updates. | Partial No own database — the marketplace resells Neon, Supabase, Upstash, and others. |
| Logs & metrics built in See what the app is doing without wiring up third parties. | Yes Runtime logs and Web Analytics built in; deeper observability is a paid add-on. |
Every comparison is pre-calculated from the same hand-checked data as this page — prices, ratings, and all 15 features we track, side by side.
Not sure this is the one? Answer four questions and compare it against the alternatives for your project.