A self-driving delivery network

The global CDN optimized for every app and agent.

Deploy once, scale everywhere.

Deliver dynamic content without infrastructure overhead.

Git-driven

Scope to a branch and preview CDN changes before production.

Global network

125+ PoPs and 20 Vercel regions, with built-in request acceleration and high-availability architecture.

Framework-aware, zero-config

CDN configuration and caching is an output of the deployment, with no need to define manual cache-control headers.

'use server'
import { revalidateTag } from 'next/cache';
export default async function submit() {
  await addPost();
  revalidateTag('posts', 'max');
};

Built-in security

Unmetered, always-on network and DDoS mitigations for all.

  • L3/L4 DDoS Protection
  • Global L7 Firewall
  • Bot Management

Build with zero-config overhead.

Incremental Static Regeneration

Serve static content from cache and update only what’s changed on-demand, without rebuilding your entire site.

External origins

Proxy requests to APIs or backends hosted on external origins and cache proxied response.

Content streaming

Stream responses for real-time content so pages feel fast even before the full response is ready.

Tag-based invalidation

Granular control to purge cached content across all frameworks and backends.

Project-level routing

Update routing rules instantly via UI, API, CLI, or SDK without triggering a new deployment.

Full observability

Full visibility into the request lifecycle both natively and with export to third party observability platforms.

Use cases.

Image

AI apps

Stream responses from AI models through streaming functions and cache deterministic results with runtime cache.

Image

E-commerce storefronts

Cache product catalogs with ISR and revalidate in the background when inventory or pricing changes.

Image

Static marketing sites

Pre-render pages at build time and serve them from the CDN.