Skip to content
Dashboard

A deep dive into Vercel’s build infrastructure

Building a compute platform optimized for fast, secure, and reliable builds.

Link to headingInside Hive

Each Hive instance has a dedicated API, control plane, and boxes that spawn cells for running your builds.Each Hive instance has a dedicated API, control plane, and boxes that spawn cells for running your builds.
Each Hive instance has a dedicated API, control plane, and boxes that spawn cells for running your builds.

Link to headingHow Hive components work together

A box daemon handles provisioning, spawning Firecracker processes, and managing cell lifecycles via a socket connection with a cell daemon.A box daemon handles provisioning, spawning Firecracker processes, and managing cell lifecycles via a socket connection with a cell daemon.
A box daemon handles provisioning, spawning Firecracker processes, and managing cell lifecycles via a socket connection with a cell daemon.

Link to headingLife of a build

The Vercel Build Pipeline interfaces with multiple Hive instances globally, each scaling to meet build demands.The Vercel Build Pipeline interfaces with multiple Hive instances globally, each scaling to meet build demands.
The Vercel Build Pipeline interfaces with multiple Hive instances globally, each scaling to meet build demands.

Link to headingThe impact of Hive: before and after

Link to headingStart building with Vercel today