# Cross-link map: Vercel CDN overview (/docs/cdn)

> From the Vercel docs graph (built 2026-08-29T06:32:40.963Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json

## Semantically closest pages

- [How Vercel CDN works](https://vercel.com/docs/how-vercel-cdn-works?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=semantic) — Learn how Vercel's CDN processes requests through routing, caching, and compute layers to deliver your content with low
- [Using Vercel as a Standalone CDN](https://vercel.com/kb/guide/using_vercel_as_a_cdn?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=semantic) — Use Vercel's external rewrites to proxy and cache content from external websites or APIs through Vercel's global edge ne
- [CDN security](https://vercel.com/docs/cdn-security?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=semantic) — Learn how Vercel's CDN secures every request with HTTPS, TLS, DDoS mitigation, firewall protection, and security headers
- [CDN pricing and usage](https://vercel.com/docs/manage-cdn-usage?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=semantic) — Understand CDN pricing resources, monitor usage from your dashboard, and optimize Fast Data Transfer, Fast Origin Transf
- [How requests flow through Vercel](https://vercel.com/docs/fundamentals/infrastructure?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=semantic) — Learn how Vercel routes, secures, and serves requests from your users to your application.

## This page links to (28)

- [Caching](https://vercel.com/docs/caching?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel caches content across multiple layers to deliver fast responses and reduce load on your backend.
- [Cache-Control headers](https://vercel.com/docs/caching/cache-control-headers?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn about the cache-control headers sent to each Vercel deployment and how to use them to control the caching behavior
- [Vercel CDN Cache](https://vercel.com/docs/caching/cdn-cache?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel's CDN cache stores your content across a global network to reduce latency and origin load.
- [Purging Vercel CDN Cache](https://vercel.com/docs/caching/cdn-cache/purge?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to invalidate and delete cached content on Vercel's CDN, including cache keys and manual purging options.
- [Runtime Cache](https://vercel.com/docs/caching/runtime-cache?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Vercel Runtime Cache is a specialized cache that stores responses from data fetches in Vercel functions
- [CDN security](https://vercel.com/docs/cdn-security?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel's CDN secures every request with HTTPS, TLS, DDoS mitigation, firewall protection, and security headers
- [Encryption and TLS](https://vercel.com/docs/cdn-security/encryption?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel encrypts data in transit and at rest.
- [Content Security Policy](https://vercel.com/docs/cdn-security/security-headers?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how the Content Security Policy \\(CSP\\) offers defense against web vulnerabilities, its key features, and best pra
- [Custom error pages](https://vercel.com/docs/custom-error-pages?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to configure custom error pages for 5xx server errors on Vercel.
- [Environments](https://vercel.com/docs/deployments/environments?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Environments are for developing locally, testing changes in a pre-production environment, and serving end-users in produ
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Run server-side code on Vercel without managing a server.
- [Streaming](https://vercel.com/docs/functions/streaming-functions?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to stream responses from Vercel Functions.
- [Request headers](https://vercel.com/docs/headers/request-headers?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn about the request headers sent to each Vercel deployment and how to use them to process requests before sending a
- [Response headers](https://vercel.com/docs/headers/response-headers?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn about the response headers sent to each Vercel deployment and how to use them to process responses before sending
- [How Vercel CDN works](https://vercel.com/docs/how-vercel-cdn-works?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel's CDN processes requests through routing, caching, and compute layers to deliver your content with low
- [Vercel CDN Compression](https://vercel.com/docs/how-vercel-cdn-works/compression?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Vercel helps reduce data transfer and improve performance by supporting both Gzip and Brotli compression
- [Image Optimization with Vercel](https://vercel.com/docs/image-optimization?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Transform and optimize images to improve page load performance.
- [Incremental Static Regeneration \\(ISR\\)](https://vercel.com/docs/incremental-static-regeneration?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — ISR serves cached static pages while regenerating content in the background. Vercel\\\\
- [ISR Usage and Pricing](https://vercel.com/docs/incremental-static-regeneration/limits-and-pricing?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn about ISR costs, usage metrics, and strategies to optimize your ISR reads and writes.
- [Getting started with ISR](https://vercel.com/docs/incremental-static-regeneration/quickstart?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to set up Incremental Static Regeneration \\(ISR\\) with time-based and on-demand revalidation.
- [Request Collapsing](https://vercel.com/docs/incremental-static-regeneration/request-collapsing?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel's CDN shields your origin during traffic surges for uncached routes.
- [CDN pricing and usage](https://vercel.com/docs/manage-cdn-usage?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Understand CDN pricing resources, monitor usage from your dashboard, and optimize Fast Data Transfer, Fast Origin Transf
- [Global network and regions](https://vercel.com/docs/regions?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — View the list of regions supported by Vercel's CDN and learn about our global infrastructure.
- [Routing](https://vercel.com/docs/routing?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel's CDN routes requests through firewall, project routes, and deployment routes before reaching your appl
- [Redirects](https://vercel.com/docs/routing/redirects?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to use redirects on Vercel to instruct Vercel's platform to redirect incoming requests to a new URL.
- [Rewrites on Vercel](https://vercel.com/docs/routing/rewrites?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to use rewrites to send users to different URLs without modifying the visible URL.
- [Vercel Firewall](https://vercel.com/docs/vercel-firewall?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how Vercel Firewall helps protect your applications and websites from malicious attacks and unauthorized access.
- [Vercel WAF](https://vercel.com/docs/vercel-firewall/vercel-waf?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=outbound) — Learn how to secure your website with the Vercel Web Application Firewall \\(WAF\\)

## Pages that link here (65)

By site: nextjs (1) · vercel-changelog (3) · vercel-kb (19) · vercel-web (3) · vercel-docs (39)

### From nextjs

- [How to use and optimize videos](https://nextjs.org/docs/app/guides/videos?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Recommendations and best practices for optimizing videos in your Next.js application.

### From vercel-changelog

- [Caching details now available in Runtime Logs](https://vercel.com/changelog/caching-details-now-available-in-runtime-logs?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound)
- [Python projects now support routing rules](https://vercel.com/changelog/python-projects-now-support-routing-rules?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound)
- [Vercel CDN gets a new dashboard experience](https://vercel.com/changelog/vercels-cdn-gets-a-new-dashboard-experience?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound)

### From vercel-kb

- [Can I use my domain on Vercel with A records?](https://vercel.com/kb/guide/a-record-and-caa-with-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Point your apex domain to Vercel with an A record \\(76.76.21.21 or your domain card's value\\), pair it with a www CNAME,
- [Build with an Express starter template](https://vercel.com/kb/guide/build-with-a-express-starter-template?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy an Express app to Vercel from a template. Browse Express starters from Vercel and the community, then run them lo
- [Build with a FastAPI starter template](https://vercel.com/kb/guide/build-with-a-fastapi-starter-template?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Browse FastAPI starter templates for Vercel and deploy one in a few steps. Compare minimal, AI, agent, and full-stack Fa
- [Build with a Flask starter template](https://vercel.com/kb/guide/build-with-a-flask-starter-template?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a Flask app to Vercel from a starter template. Compare the Flask Hello World starter, AI SDK, alt text generator,
- [Build with a Hono starter template](https://vercel.com/kb/guide/build-with-a-hono-starter-template?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a Hono app to Vercel from a starter template. Compare the Hono API starter, MCP server, AI SDK, Slack Bolt, Next.
- [Can I get a fixed IP address for my Vercel deployments?](https://vercel.com/kb/guide/can-i-get-a-fixed-ip-address?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel deployments use dynamic IPs by default. Learn how Static IPs, Secure Compute, and AWS PrivateLink give you a fixe
- [Can I use a proxy on top of my Vercel Deployment?](https://vercel.com/kb/guide/can-i-use-a-proxy-on-top-of-my-vercel-deployment?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — General information about using an external proxy to serve a Vercel Deployment.
- [Should I use Cloudflare in front of Vercel?](https://vercel.com/kb/guide/cloudflare-with-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Information on using Cloudflare together with Vercel.
- [How do I reduce my build time with Next.js on Vercel?](https://vercel.com/kb/guide/how-do-i-reduce-my-build-time-with-next-js-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Reduce Next.js build times on Vercel by pre-rendering fewer pages at build time, deferring generation with ISR and image
- [How to improve Core Web Vitals](https://vercel.com/kb/guide/how-to-improve-core-web-vitals?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Improve Core Web Vitals \\(INP, LCP, CLS\\) with metric-specific fixes, field-data measurement, and Next.js/Vercel perform
- [How to migrate from Fastly to Vercel with zero downtime](https://vercel.com/kb/guide/how-to-migrate-from-fastly-to-vercel-with-zero-downtime?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Consolidate your CDN infrastructure on Vercel to reduce latency, simplify your configuration, and improve your developer
- [How to ship an Express app on Vercel](https://vercel.com/kb/guide/ship-a-express-app-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy an Express app to Vercel with zero configuration. Configure response streaming, middleware, cron jobs, the Bun ru
- [How to ship a FastAPI app on Vercel](https://vercel.com/kb/guide/ship-a-fastapi-app-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a FastAPI app to Vercel with zero configuration. Learn how the Python runtime, Vercel Functions, streaming, middl
- [How to ship a Flask app on Vercel](https://vercel.com/kb/guide/ship-a-flask-app-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a Flask app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and con
- [How to ship an H3 app on Vercel](https://vercel.com/kb/guide/ship-a-h3-app-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy an H3 app to Vercel with zero configuration. Learn to configure streaming, middleware, cron jobs, the Bun runtime
- [How to ship a Hono app on Vercel](https://vercel.com/kb/guide/ship-a-hono-app-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a Hono app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and conf
- [Troubleshooting Build Error: "Build step did not complete within the maximum of 45 minutes"](https://vercel.com/kb/guide/troubleshooting-build-error-build-step-did-not-complete-within-45-minutes?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn common reasons Vercel builds hit the 45-minute limit and how to reduce build times so your deployments stay fast a
- [Can I use Vercel as a reverse proxy?](https://vercel.com/kb/guide/vercel-reverse-proxy-rewrites-external?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to use rewrites to proxy requests from Vercel to other deployments.
- [Vercel vs Railway](https://vercel.com/kb/guide/vercel-vs-railway?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Railway: serverless vs always-on containers, container images via Dockerfile.vercel, frame

### From vercel-web

- [Build your own web framework](https://vercel.com/blog/build-your-own-web-framework?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound)
- [Using the latest Next.js 12.3 features on Vercel](https://vercel.com/blog/using-the-latest-next-js-12-3-features-on-vercel?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound)
- [Replacing Google Optimize with the Vercel Edge Network](https://vercel.com/blog/vercel-edge-google-optimize?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound)

### From vercel-docs

- [Vercel Primitives](https://vercel.com/docs/build-output-api/primitives?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn about the Vercel platform primitives and how they work together to create a Vercel Deployment.
- [Managing Builds](https://vercel.com/docs/builds/managing-builds?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel allows you to increase the speed of your builds when needed in specific situations and workflows.
- [Deploying & Redirecting Domains](https://vercel.com/docs/domains/working-with-domains/deploying-and-redirecting?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to deploy your domains and set up domain redirects with this guide.
- [Frameworks on Vercel](https://vercel.com/docs/frameworks?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel supports a wide range of the most popular frameworks, optimizing how your application builds and runs no matter w
- [Express on Vercel](https://vercel.com/docs/frameworks/backend/express?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy Express applications to Vercel with zero configuration. Learn about middleware and Vercel Functions.
- [Deploy a FastAPI app on Vercel](https://vercel.com/docs/frameworks/backend/fastapi?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a FastAPI app on Vercel. Learn how the Python runtime, ASGI, static assets, and Vercel Functions work together.
- [Deploy a Flask app on Vercel](https://vercel.com/docs/frameworks/backend/flask?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a Flask app on Vercel. Learn how the Python runtime, WSGI, static assets, and Vercel Functions work together.
- [Hono on Vercel](https://vercel.com/docs/frameworks/backend/hono?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy Hono applications to Vercel with zero configuration. Learn about observability, ISR, and custom build configurati
- [Frontends on Vercel](https://vercel.com/docs/frameworks/frontend?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel supports a wide range of the most popular frontend frameworks, optimizing how your application builds and runs no
- [Astro on Vercel](https://vercel.com/docs/frameworks/frontend/astro?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy Astro sites to Vercel and configure server-side rendering, ISR, Web Analytics, Image Optimization, and Routing Mi
- [Full-stack frameworks on Vercel](https://vercel.com/docs/frameworks/full-stack?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel supports a wide range of the most popular backend frameworks, optimizing how your application builds and runs no
- [Deploy a Django app on Vercel](https://vercel.com/docs/frameworks/full-stack/django?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy a Django app on Vercel. Learn how the Python runtime, WSGI, ASGI, static assets, and Vercel Functions work togeth
- [Next.js on Vercel](https://vercel.com/docs/frameworks/full-stack/nextjs?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel is the native Next.js platform, designed to enhance the Next.js experience.
- [Nuxt on Vercel](https://vercel.com/docs/frameworks/full-stack/nuxt?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy Nuxt applications to Vercel and configure rendering, functions, middleware, routing, image optimization, and cach
- [SvelteKit on Vercel](https://vercel.com/docs/frameworks/full-stack/sveltekit?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy SvelteKit applications to Vercel and configure the adapter, rendering, streaming, ISR, analytics, and Routing Mid
- [Vite + Nitro on Vercel](https://vercel.com/docs/frameworks/full-stack/vite-with-nitro?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Add a backend to any Vite app with Nitro and deploy to Vercel with zero configuration.
- [Supported Frameworks on Vercel](https://vercel.com/docs/frameworks/more-frameworks?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn about the frameworks that can be deployed to Vercel.
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Run server-side code on Vercel without managing a server.
- [Runtimes](https://vercel.com/docs/functions/runtimes?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Runtimes transform your source code into Functions, which are served by our CDN. Learn about the official runtimes suppo
- [How Vercel builds your application](https://vercel.com/docs/fundamentals/builds?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how Vercel transforms your source code into optimized assets ready to serve globally.
- [Using Global Config](https://vercel.com/docs/global-config/using-global-config?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to use Global Configs in your projects.
- [Managing Global Configs with Vercel REST API](https://vercel.com/docs/global-config/vercel-api?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to use the Vercel REST API to create and update Global Configs. You can also read data stored in Global Config
- [Glossary](https://vercel.com/docs/glossary?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn about the terms and concepts used in Vercel's products and documentation.
- [Image Optimization with Vercel](https://vercel.com/docs/image-optimization?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Transform and optimize images to improve page load performance.
- [Legacy Pricing for Image Optimization](https://vercel.com/docs/image-optimization/legacy-pricing?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — This page outlines information on the pricing and limits for the source images-based legacy option.
- [Limits and Pricing for Image Optimization](https://vercel.com/docs/image-optimization/limits-and-pricing?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — This page outlines information on the limits that are applicable when using Image Optimization, and the costs they can i
- [Getting started with Image Optimization](https://vercel.com/docs/image-optimization/quickstart?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how you can leverage Vercel Image Optimization in your projects.
- [Integrating Vercel and Kubernetes](https://vercel.com/docs/integrations/external-platforms/kubernetes?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Deploy your frontend on Vercel alongside your existing Kubernetes infrastructure.
- [CDN pricing and usage](https://vercel.com/docs/manage-cdn-usage?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Understand CDN pricing resources, monitor usage from your dashboard, and optimize Fast Data Transfer, Fast Origin Transf
- [Calculating usage of resources](https://vercel.com/docs/pricing/how-does-vercel-calculate-usage-of-resources?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Understand how Vercel measures and calculates your resource usage based on a typical user journey.
- [Legacy Metrics](https://vercel.com/docs/pricing/legacy?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn about legacy usage metrics, including Bandwidth, Requests, Vercel Function Invocations, and Vercel Function Execut
- [Products](https://vercel.com/docs/products?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Browse Vercel products for building, deploying, securing, observing, and scaling web applications.
- [Vercel Documentation Sitemap](https://vercel.com/docs/sitemap.md?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Browse Vercel documentation pages with summaries, prerequisites, and topics.
- [Getting started with Speed Insights](https://vercel.com/docs/speed-insights/quickstart?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel Speed Insights provides you detailed insights into your website's performance. This quickstart guide will help yo
- [Vercel Blob](https://vercel.com/docs/vercel-blob?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Vercel Blob is a scalable, cost-effective object storage service with private and public access modes for files up to 5
- [Private Storage](https://vercel.com/docs/vercel-blob/private-storage?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to use private Vercel Blob storage to serve files with authentication
- [Public Storage](https://vercel.com/docs/vercel-blob/public-storage?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to use public Vercel Blob storage to serve files accessible to anyone with the URL
- [Vercel Blob Pricing](https://vercel.com/docs/vercel-blob/usage-and-pricing?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn about the pricing for Vercel Blob.
- [WAF Custom Rules](https://vercel.com/docs/vercel-firewall/vercel-waf/custom-rules?from=graph&source_path=%2Fdocs%2Fcdn&source_site=vercel-docs&relationship=inbound) — Learn how to add and manage custom rules to configure the Vercel Web Application Firewall \\(WAF\\).
