What is Vercel?
Vercel is the frontend cloud built by the team behind Next.js. It gives you an edge network, serverless & edge functions, image optimization, and preview deployments tied to Git.
Short guides, curated links, a glossary and FAQ for Vercel and the surrounding frontend-cloud ecosystem.
Vercel is the frontend cloud built by the team behind Next.js. It gives you an edge network, serverless & edge functions, image optimization, and preview deployments tied to Git.
Both host static sites and edge functions. Vercel wins on Next.js DX and ISR; Netlify wins on price for form-heavy sites (Netlify Forms + Identity save real backend work).
Edge Functions run in V8 isolates at the edge — fast cold start, Web APIs only. Serverless Functions run on AWS Lambda — larger deps, longer runtime, slower cold start.
A green dot means an endpoint is reachable. It doesn't guarantee build queues, function invocation, or region-specific edge health — those run on internal systems we can't probe from a browser.
Vercel, Netlify, Cloudflare, and Render don't return permissive CORS headers on their auth-protected APIs, so browser checks confirm DNS/TCP/TLS handshake only.