Free SPA hosting · Head to head
Netlify vs Vercel — workflow breadth or framework depth
Updated 2026-09-18 · markdown mirror
Verdict
Vercel if the project is Next.js — nothing else deploys it as well. Netlify if you want the workflow extras: forms, split testing, and identity on a comparable free tier. On price they are effectively twins — both meter the free tier around 100 GB of free bandwidth and about $20 per seat on the paid tier — so the decision is framework fit and workflow, not cost. If it is not a Next.js project, Cloudflare Pages undercuts both on free bandwidth and belongs in the comparison.
| Netlify | Vercel | |
|---|---|---|
| Best for | workflow extras — forms, split testing, and identity in the box | Next.js projects that want framework-native deploys and previews |
| Free tier | Free plan — 300 credits/month allowance Documented at the source Checked 2026-09-18 www.netlify.com /pricing/ | Hobby plan — free, non-commercial use only Documented at the source Checked 2026-09-18 vercel.com /pricing |
| Paid from | $9/mo Documented at the source Checked 2026-09-20 www.netlify.com /pricing/ Verified on page 2026-09-20 — "Personal $9/month, ready for real traffic" | $20/user/mo Documented at the source Checked 2026-09-18 vercel.com /pricing Verified on page 2026-09-18 — "Pro $20 /mo" |
| Free bandwidth | Metered via monthly credits (~100 GB-class) Unconfirmed — in the claim queue Checked 2026-09-18 www.netlify.com /pricing/ | 100 GB/mo (soft) Documented at the source Checked 2026-09-18 vercel.com /pricing |
| Serverless functions | Yes — included, metered via credits Unconfirmed — in the claim queue Checked 2026-09-18 www.netlify.com /pricing/ | Yes — included in Hobby Unconfirmed — in the claim queue Checked 2026-09-18 vercel.com /pricing |
| Git auto-deploy | Yes Unconfirmed — in the claim queue Checked 2026-09-18 www.netlify.com /pricing/ | Yes Unconfirmed — in the claim queue Checked 2026-09-18 vercel.com /pricing |
| AI crawler policy | open Tested by us Checked 2026-09-18 /free-spa-hosting/benchmarks/free-spa-hosting-ai-crawler-access/ Our benchmark (n=6 tools × 3 runs) — methodology on the benchmark page | open Tested by us Checked 2026-09-18 /free-spa-hosting/benchmarks/free-spa-hosting-ai-crawler-access/ Our benchmark (n=6 tools × 3 runs) — methodology on the benchmark page |
● tested by us · ● documented at the source · ● unconfirmed, queued in /confirm.txt — hover or tap a dot for the source and date
The actual difference
Netlify and Vercel are the same product shape — git-push deploys, preview URLs, serverless functions, a free tier, and a ~$20/seat paid tier — which is why every comparison between them collapses into vibes. The real fork is positioning. Vercel is a framework company: its best work assumes Next.js, and deploys of Next.js apps are noticeably better there. Netlify is a workflow company: forms, split testing, and identity ship in the box, and the platform is framework-agnostic. Pick by what your project actually is, not by which free-tier table reads nicer.
The price gap, with numbers
There isn’t one that matters. Both free tiers land around 100 GB-class of bandwidth, both paid tiers sit near $20 per seat, and both charge for overage beyond generous-but-finite free limits. The one asymmetric fact is licensing: Vercel’s Hobby tier is non-commercial, so for monetized projects the effective free-tier winner is Netlify — or Cloudflare Pages, whose free tier carries no such restriction. Verified dates and sources for every number are in the table above.
The license gotcha, spelled out
“Hobby” reads like “for hobbies” but is written as “non-commercial” — a monetized side project, a client site on a free plan, a product with a donation link: all commercial. Teams do get flagged. This is not an argument against Vercel; Pro exists and is good. It is an argument against building on a plan whose terms your success violates.
Our verdict in one line each
Vercel if it is Next.js, or if preview DX carries your team. Netlify if you want forms, splits, and identity in the box — or if the project is commercial and free is the tier. And if neither differentiator moves you, run the numbers on Cloudflare Pages before deciding.
FAQ
Which free tier is more generous, Netlify or Vercel?
On paper they are close — both meter the free tier around 100 GB-class with functions included; Netlify now expresses that cap as a 300-credit monthly allowance. The difference is the license — Vercel's Hobby tier is non-commercial only, while Netlify's free plan carries no such restriction at our last check. For commercial work on free, that makes Netlify the safer of the two.
Is Netlify free for commercial projects?
Yes at our last check — the free plan's limits are usage-based (bandwidth, build minutes), not license-based. Verify on their pricing page before betting a business on it; these terms move quarterly, and our data carries the check date.
Which is faster, Netlify or Vercel?
For a static SPA from a nearby edge node, you will not measure a difference a user cares about. Both serve from global CDNs. If edge latency is the deciding factor for your app, test your actual bundle from your actual markets — and note we plan to publish exactly that benchmark for this cluster.
Can I migrate a SPA between Netlify and Vercel?
Usually in under an hour — point the git repo at the other platform, set the build command, move the DNS. The lock-in is in the platform-specific features you adopted (Netlify forms and split tests, Vercel's Next.js internals), not in the hosting.
Why is Cloudflare Pages mentioned in a Netlify vs Vercel comparison?
Because for a plain SPA it undercuts both where they are weakest — free bandwidth is unlimited under fair use. If you do not need Next.js internals or Netlify's workflow extras, the third option is often the right answer, and comparisons that omit it are usually working around an affiliate gap.