Vercel Made Crystal Clear · chapter 2: The Mental Model: Git Push to Served Request

The big schema

2026-09-15

A push builds one immutable deployment, which fans out into the edge network, functions, and the ISR cache. Domains sit on top as pointers. Five later chapters zoom into one box of this picture at a time.

Below: the paragraph from the book that builds this idea, then the diagram itself (Figure 2.1), and a recap. About a minute of reading.

Figure 2.1 puts the whole chapter on one page: where a deployment comes from, what it fans out into once it is live, and how a domain sits on top of it all as a pointer rather than a part of the deployment itself.

Figure 2.1: The big schema. A push builds one immutable deployment, which fans out into the edge network, functions, and the ISR cache. Domains sit on top as pointers. Five later chapters zoom into one box of this picture at a time.
Figure 2.1: The big schema. A push builds one immutable deployment, which fans out into the edge network, functions, and the ISR cache. Domains sit on top as pointers. Five later chapters zoom into one box of this picture at a time.

Recap

  • The idea: A push builds one immutable deployment, which fans out into the edge network, functions, and the ISR cache.
  • The picture: Figure 2.1, from chapter 2 ("The Mental Model: Git Push to Served Request") of Vercel Made Crystal Clear.
  • Go deeper: the chapter builds this step by step, with recipes and sources at the end.

This diagram is one of many in Vercel Made Crystal Clear.

Every chapter opens with the gist, draws the hard ideas, and ends with recipes and sources.

Get the book

All diagrams