Skip to main content

One post tagged with "deployment"

View All Tags

How Vercel's Infrastructure Actually Works Behind a Next.js App

· 16 min read
Pere Pages
Software Engineer
Diagram of Vercel's edge network routing requests to a Next.js app

You write next build, run vercel deploy, and a URL comes back. But between that command and the response your users get, there's a whole distributed system — build pipelines, an edge network, serverless and edge functions, caches at multiple layers. This post opens the box and walks through what Vercel actually does with a Next.js app.