Vercel
Last updated: February 18, 2026
What is Vercel?
A cloud platform for deploying web applications. Connect your GitHub repo, push code, and Vercel automatically builds and deploys your site to a global edge network. Created by the team behind Next.js, so that framework gets first-class treatment, but it works with React, Vue, Svelte, Hugo, and more.
Who is it for?
- Best for: Solo builders deploying web apps, landing pages, or SaaS products
- Not for: Backend-heavy applications or anything needing persistent servers
- Solo builder score: โญโญโญโญโ (4/5)
What does it cost?
| Plan | Price | What You Get |
|---|---|---|
| Hobby | $0 | Personal projects, 100GB bandwidth |
| Pro | $20/mo | Team features, 1TB bandwidth, analytics |
| Enterprise | Custom | SLA, advanced security |
Hidden costs: Serverless function usage can spike unexpectedly. Bandwidth is usually fine for solo projects.
Free tier reality check: Excellent for personal projects and early-stage products. Many solo builders never need to upgrade.
How we’d actually use it
Deploying your Hugo site (like this one):
- Push code to GitHub
- Connect repo to Vercel
- Vercel detects Hugo, builds automatically
- Every push = instant deployment
- Preview URLs for every pull request
Time saved: Server management, CI/CD setup, SSL certificates โ all gone.
What’s good
- Deploy from Git push โ simplest deployment workflow available
- Global edge network โ fast everywhere
- Preview deployments for every branch
- Free tier is genuinely generous
- Supports most frontend frameworks
What’s not
- Next.js-specific features create subtle lock-in
- Serverless functions have cold start times
- Pricing jumps from free to $20/mo with nothing in between
- Vendor lock-in risk if you use Vercel-specific features heavily
- Not suitable for long-running backend processes
vs. the alternatives
| Feature | Vercel | Netlify | Cloudflare Pages | Railway |
|---|---|---|---|---|
| Ease of use | Best | Great | Good | Good |
| Free tier | Generous | Generous | Very generous | Limited |
| Next.js support | Best | Good | Good | Good |
| Edge functions | Yes | Yes | Yes (Workers) | No |
| Backend support | Limited | Limited | Workers | Full |
Bottom line: Vercel for Next.js and the best DX. Netlify for static sites and simplicity. Cloudflare Pages for the most generous free tier.
FAQ
Q: Vercel or Netlify? A: Vercel if you use Next.js. Netlify if you use Hugo, Astro, or other static site generators. Both are excellent. We use Netlify for this site.
Q: Will I get billed unexpectedly? A: Hobby plan has hard limits โ you won’t get surprise bills. Pro plan can incur overages on bandwidth and functions.