# Cross-link map: Fluid compute (/docs/fluid-compute)

> From the Vercel docs graph (built 2026-09-22T05:27:54.083Z), 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

- [What is Compute?](https://vercel.com/docs/fundamentals/what-is-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=semantic) — Learn how compute works on Vercel with Fluid compute, and how it compares to traditional server and serverless models.
- [Introducing Fluid compute](https://vercel.com/blog/introducing-fluid-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=semantic)
- [How Fluid compute works on Vercel](https://vercel.com/blog/how-fluid-compute-works-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=semantic)
- [Fluid: How we built serverless servers](https://vercel.com/blog/fluid-how-we-built-serverless-servers?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=semantic)
- [How Vercel Services run on Fluid compute](https://vercel.com/kb/guide/vercel-services-fluid-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=semantic) — The backends in a Vercel Services project run as Vercel Functions on Fluid compute by default. Learn how optimized concu

## This page links to (19)

- [Frameworks on Vercel](https://vercel.com/docs/frameworks?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Vercel supports a wide range of the most popular frameworks, optimizing how your application builds and runs no matter w
- [Configuring Functions](https://vercel.com/docs/functions/configuring-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to configure the runtime, region, maximum duration, and memory for Vercel Functions.
- [Configuring Maximum Duration for Vercel Functions](https://vercel.com/docs/functions/configuring-functions/duration?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to set the maximum duration of a Vercel Function.
- [Configuring Memory and CPU for Vercel Functions](https://vercel.com/docs/functions/configuring-functions/memory?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to set the memory / CPU of a Vercel Function.
- [Configuring regions for Vercel Functions](https://vercel.com/docs/functions/configuring-functions/region?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to configure regions for Vercel Functions.
- [@vercel/functions API Reference \\(Node.js\\)](https://vercel.com/docs/functions/functions-api-reference/vercel-functions-package?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn about available APIs when working with Vercel Functions.
- [Vercel Functions Limits](https://vercel.com/docs/functions/limitations?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn about the limits and restrictions of using Vercel Functions.
- [Runtimes](https://vercel.com/docs/functions/runtimes?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Runtimes transform your source code into Functions, which are served by our CDN. Learn about the official runtimes suppo
- [Using the Bun Runtime with Vercel Functions](https://vercel.com/docs/functions/runtimes/bun?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to use the Bun runtime with Vercel Functions to create fast, efficient functions.
- [Edge Runtime](https://vercel.com/docs/functions/runtimes/edge?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn about the Edge runtime, an environment in which Vercel Functions can run.
- [Using the Node.js Runtime with Vercel Functions](https://vercel.com/docs/functions/runtimes/node-js?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to use the Node.js runtime to create functions and deploy Node.js servers on Vercel.
- [Supported Node.js versions](https://vercel.com/docs/functions/runtimes/node-js/node-js-versions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn about the supported Node.js versions on Vercel.
- [Using the Python Runtime with Vercel Functions](https://vercel.com/docs/functions/runtimes/python?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to use the Python runtime to run Python applications on Vercel.
- [Using the Rust Runtime with Vercel functions](https://vercel.com/docs/functions/runtimes/rust?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Build fast, memory-safe serverless functions with Rust on Vercel.
- [Fluid compute pricing](https://vercel.com/docs/functions/usage-and-pricing?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn about usage and pricing for fluid compute on Vercel.
- [What is Compute?](https://vercel.com/docs/fundamentals/what-is-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how compute works on Vercel with Fluid compute, and how it compares to traditional server and serverless models.
- [Project Configuration](https://vercel.com/docs/project-configuration?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to configure your Vercel projects using vercel.json, vercel.toml, vercel.ts, or the dashboard to control build
- [Static Configuration with vercel.json](https://vercel.com/docs/project-configuration/vercel-json?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound) — Learn how to use vercel.json to configure and override the default behavior of Vercel from within your project.
- [Serverless servers: Efficient serverless Node.js with in-function concurrency](https://vercel.com/blog/serverless-servers-node-js-with-in-function-concurrency?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=outbound)

## Pages that link here (162)

By site: ai-sdk (1) · vercel-changelog (33) · vercel-kb (64) · vercel-web (23) · vercel-docs (41)

### From ai-sdk

- [Getting Timeouts When Deploying on Vercel](https://ai-sdk.dev/docs/troubleshooting/timeout-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)

### From vercel-changelog

- [Advanced Remix integration with streaming SSR and multi-runtime support](https://vercel.com/changelog/advanced-remix-integration-with-streaming-ssr-and-multi-runtime-support?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Bun runtime now supports large functions and extended max duration](https://vercel.com/changelog/bun-runtime-now-supports-large-functions-and-extended-max-duration?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Bun runtime for Vercel Functions now accepts Bun.serve as an entrypoint](https://vercel.com/changelog/bun-serve-entrypoint-for-vercel-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Deploy Hono backends with zero configuration](https://vercel.com/changelog/deploy-hono-backends-with-zero-configuration?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Deployment-level configuration for Fluid compute](https://vercel.com/changelog/deployment-level-configuration-for-fluid-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Edge Config is now generally available ](https://vercel.com/changelog/edge-config-is-now-generally-available?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Edge Function metrics now available in Monitoring](https://vercel.com/changelog/edge-function-metrics-now-available-in-monitoring?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Edge Functions are now available in Public Beta](https://vercel.com/changelog/edge-functions-are-now-available-in-public-beta?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Edge Functions are now generally available](https://vercel.com/changelog/edge-functions-are-now-generally-available?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Edge Middleware and Edge Functions are now powered by Vercel Functions](https://vercel.com/changelog/edge-middleware-and-edge-functions-are-now-powered-by-vercel-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Enhanced geolocation information for Vercel Functions](https://vercel.com/changelog/enhanced-geolocation-information-available-for-vercel-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Hydrogen 2 projects can now be deployed with zero configuration](https://vercel.com/changelog/hydrogen-2-remix-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Hydrogen projects can now be deployed with zero configuration](https://vercel.com/changelog/hydrogen-projects-can-now-be-deployed-with-zero-configuration?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Improved Node.js compatibility for Edge Middleware and Edge Functions](https://vercel.com/changelog/improved-node-js-compatibility-for-edge-middleware-and-edge-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Improved performance for Vercel Postgres from Edge Functions](https://vercel.com/changelog/improved-performance-for-vercel-postgres-from-edge-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Improvements and fixes](https://vercel.com/changelog/improvements-and-fixes?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [IP Geolocation now available for all plans](https://vercel.com/changelog/ip-geolocation-now-available-for-all-plans?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Improvements and fixes](https://vercel.com/changelog/january-2023?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [More flexible Environment Variables in Edge Functions and Middleware](https://vercel.com/changelog/more-flexible-environment-variables-in-edge-functions-and-middleware?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [New build and deploy capabilities in Vercel CLI](https://vercel.com/changelog/new-build-and-deploy-capabilities-in-vercel-cli?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [New execution duration limit for Edge Functions](https://vercel.com/changelog/new-execution-duration-limit-for-edge-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Next.js 13.4 on Vercel](https://vercel.com/changelog/next-js-13-4?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [OpenAI will not support the Hong Kong region (hkg1) for Functions](https://vercel.com/changelog/openai-will-not-support-the-hong-kong-region-hkg1-for-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Edge Functions can now be regional or global](https://vercel.com/changelog/regional-edge-functions-are-now-available?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Run scheduled jobs with Vercel Cron Jobs and Vercel Functions](https://vercel.com/changelog/run-scheduled-jobs-with-vercel-cron-jobs-and-vercel-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Support for Remix v2](https://vercel.com/changelog/support-for-remix-v2?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel CLI v28 is now available](https://vercel.com/changelog/vercel-cli-v28?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Cron Jobs are now generally available](https://vercel.com/changelog/vercel-cron-jobs-are-now-generally-available?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Edge Functions are now in public beta](https://vercel.com/changelog/vercel-edge-functions-are-now-in-public-beta?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Functions can now be up to 5GB in package size](https://vercel.com/changelog/vercel-functions-can-now-be-up-to-5-gb-in-package-size?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Queues now in public beta](https://vercel.com/changelog/vercel-queues-now-in-public-beta?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [WebSocket support is now in Public Beta](https://vercel.com/changelog/websocket-support-is-now-in-public-beta?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Workflow steps now support extended function durations](https://vercel.com/changelog/workflow-steps-now-support-extended-function-durations?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)

### From vercel-kb

- [Add structured application logs to Vercel Functions](https://vercel.com/kb/guide/add-structured-application-logs-to-vercel-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to add structured application logs to Vercel Functions to help troubleshoot function issues in real time.
- [Durable agent approval workflows on Vercel](https://vercel.com/kb/guide/agent-approval-workflow-stack-guide?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — How enterprise architects choose a stack and decide where to run durable, human-in-the-loop agent approval workflows on
- [How to architect an AI evaluation dashboard on Vercel](https://vercel.com/kb/guide/ai-evaluation-dashboard-architecture-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Map eval orchestration, traces, and run storage to AI Gateway, Observability, and Marketplace Postgres, and learn when s
- [Astro on Vercel vs Webflow Cloud](https://vercel.com/kb/guide/astro-on-vercel-vs-webflow-cloud?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare running Astro on Vercel Functions with Fluid compute against Webflow Cloud on Cloudflare Workers. Learn how Astr
- [Build with an Express starter template](https://vercel.com/kb/guide/build-with-a-express-starter-template?from=graph&source_path=%2Fdocs%2Ffluid-compute&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%2Ffluid-compute&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%2Ffluid-compute&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%2Ffluid-compute&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.
- [Build with a Nitro starter template](https://vercel.com/kb/guide/build-with-a-nitro-starter-template?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a Nitro app to Vercel from a starter template. Compare the Nitro Starter, route rules, cached HTTP handler, plugi
- [Building an AI chat app with RAG and source citations on Vercel](https://vercel.com/kb/guide/building-ai-chat-app-with-rag-and-citations-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A production stack for AI chat with retrieval, reranking, source citations, and background ingestion on Vercel using Nex
- [Connection Pooling with Vercel Functions](https://vercel.com/kb/guide/connection-pooling-with-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn best practices for connecting to relational databases with Vercel Functions and Fluid compute
- [How to Deploy a TanStack Start app to Vercel](https://vercel.com/kb/guide/deploy-a-tanstack-start-app-to-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a TanStack Start app to Vercel with the Nitro Vite plugin. Covers Git and CLI deployment, Fluid compute defaults,
- [Deploy a Node.js Fastify app on Vercel with Docker](https://vercel.com/kb/guide/deploy-nodejs-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build a Node.js application with Fastify and Docker, then deploy it to Vercel Functions. Learn how to configure environm
- [Deploy PHP on Vercel with Docker](https://vercel.com/kb/guide/deploy-php-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build a PHP application with FrankenPHP and Docker, then deploy it to Vercel Functions with managed configuration, stora
- [Deploy Rust on Vercel with Docker](https://vercel.com/kb/guide/deploy-rust-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build a Rust application with Axum and Docker, then deploy it to Vercel Functions. Learn how to configure environment va
- [How Docker Compose concepts map to Vercel](https://vercel.com/kb/guide/docker-compose-concepts-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Translate your Docker Compose file to Vercel: Compose services become Vercel Services, networks become bindings, and vol
- [Deploy ASP.NET Core on Vercel with Docker](https://vercel.com/kb/guide/dot-net-asp-net-on-vercel-with-docker?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build a .NET application with Docker and deploy it to Vercel Functions. Learn how to configure environment variables, in
- [Efficiently manage database connection pools with Fluid compute](https://vercel.com/kb/guide/efficiently-manage-database-connection-pools-with-fluid-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — How to create high-performance database connection pools without leaking connections
- [How Fluid compute pricing compares to EC2, Fargate, and EKS](https://vercel.com/kb/guide/fluid-compute-vs-cloud-cost?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare Fluid compute with Active CPU pricing to Amazon EC2, AWS Fargate, and Amazon EKS on cost per active vCPU-hour, a
- [Deploy to Vercel with Self-Hosted Git Pipelines \\(GitLab & Bitbucket\\)](https://vercel.com/kb/guide/how-can-i-use-gitlab-pipelines-with-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to use GitLab Pipelines to deploy to Vercel including support for self-managed GitLab.
- [Building AI apps on Vercel: an overview](https://vercel.com/kb/guide/how-to-build-ai-app?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn the key AI concepts and tools for building and scaling AI apps.
- [How to Effectively Load Test Your Vercel Application](https://vercel.com/kb/guide/how-to-effectively-load-test-your-vercel-application?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to safely load test your Next.js app on Vercel. This guide covers realistic, policy-compliant testing of route
- [How to enable CORS on Vercel](https://vercel.com/kb/guide/how-to-enable-cors?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to enable CORS on Vercel with vercel.json, Routing Middleware, framework config, and route handlers, plus how
- [How can I improve function cold start performance on Vercel?](https://vercel.com/kb/guide/improve-function-cold-start-performance-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to confirm whether cold starts cause function latency on Vercel, and how Fluid compute reduces how often they
- [Build a ChatGPT Connector \\(MCP server\\)](https://vercel.com/kb/guide/mcp-server-chatgpt-connector?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build a ChatGPT MCP server with mcp-handler and Fluid compute. Add search, fetch, and OAuth, deploy to Vercel, then vali
- [Migrate a Next.js app from Webflow Cloud to Vercel](https://vercel.com/kb/guide/migrate-a-next-js-app-from-webflow-cloud-to-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Move your Next.js app from Webflow Cloud to Vercel: remove the OpenNext Cloudflare adapter, drop the base path, map stor
- [Migrate a TanStack Start app from Cloudflare to Vercel](https://vercel.com/kb/guide/migrate-a-tanstack-start-app-from-cloudflare-to-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Move your TanStack Start app off Cloudflare Workers and onto Vercel Functions, where Fluid compute scales it automatical
- [Migrate a TanStack Start app from Netlify to Vercel](https://vercel.com/kb/guide/migrate-a-tanstack-start-app-from-netlify-to-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Move your TanStack Start app off Netlify and onto Vercel Functions, where Fluid compute scales it automatically. Swap to
- [Migrate an Astro app from Webflow Cloud to Vercel](https://vercel.com/kb/guide/migrate-an-astro-app-from-webflow-cloud-to-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Move your Astro app from Webflow Cloud to Vercel: swap the @astrojs/cloudflare adapter for @astrojs/vercel, drop the bas
- [Next.js on Vercel vs Cloudflare](https://vercel.com/kb/guide/next-js-on-vercel-vs-cloudflare?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Cloudflare Workers with the OpenNext Cloudflare a
- [Next.js on Vercel vs Webflow Cloud](https://vercel.com/kb/guide/next-js-on-vercel-vs-webflow-cloud?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Webflow Cloud on Cloudflare Workers. Learn how Ne
- [Next.js on Vercel vs Netlify](https://vercel.com/kb/guide/nextjs-on-vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare running Next.js on Vercel Functions with Fluid compute against Netlify Functions and the OpenNext adapter. Learn
- [What is the Nitro Vite plugin?](https://vercel.com/kb/guide/nitro-vite-plugin?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — The Nitro Vite plugin \\(nitro/vite\\) adds SSR, API routes, and deploy-anywhere server builds to any Vite app. Learn what
- [Troubleshoot and optimize Active CPU usage on Fluid compute](https://vercel.com/kb/guide/optimize-active-cpu-on-fluid-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Diagnose which routes drive Active CPU usage and learn to optimize it. Separate traffic growth from per-request CPU work
- [Publish and subscribe to realtime data on Vercel](https://vercel.com/kb/guide/publish-and-subscribe-to-realtime-data-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to publish and subscribe to realtime data on Vercel with WebSockets, SSE, Redis, and Queues, and when a manage
- [Production architecture for a RAG chatbot on Vercel](https://vercel.com/kb/guide/rag-chatbot-production-architecture-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Architect a production RAG chatbot on Vercel Functions with Fluid compute, AI Gateway, and a region-pinned vector store.
- [How to send emails from an application on Vercel](https://vercel.com/kb/guide/sending-emails-from-an-application-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Send email from Vercel Functions over an HTTP API instead of SMTP. Match the right Next.js pattern to your trigger and f
- [Can I use SMTP with Vercel?](https://vercel.com/kb/guide/serverless-functions-and-smtp?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Vercel Functions can open SMTP connections on the Node.js runtime. Learn which ports are open, why you must await the se
- [How to ship an Elysia app on Vercel](https://vercel.com/kb/guide/ship-a-elysia-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a Elysia app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and co
- [How to ship an Express app on Vercel](https://vercel.com/kb/guide/ship-a-express-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&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%2Ffluid-compute&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 Fastify app on Vercel](https://vercel.com/kb/guide/ship-a-fastify-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a Fastify app to Vercel with zero configuration, then add streaming, lifecycle hooks, cron jobs, and observabilit
- [How to ship a Flask app on Vercel](https://vercel.com/kb/guide/ship-a-flask-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&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%2Ffluid-compute&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%2Ffluid-compute&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
- [How to ship a Koa app on Vercel](https://vercel.com/kb/guide/ship-a-koa-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a Koa app to Vercel with zero configuration. Learn how to ship from the Vercel CLI or Git, and configure response
- [How to ship a NestJS app on Vercel](https://vercel.com/kb/guide/ship-a-nestjs-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a NestJS app to Vercel with zero configuration. Learn how to ship from a template, the Nest CLI, or Git, and conf
- [How to ship a Nitro app on Vercel](https://vercel.com/kb/guide/ship-a-nitro-app-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy a Nitro app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and con
- [TanStack Start on Vercel vs Cloudflare](https://vercel.com/kb/guide/tanstack-start-on-vercel-vs-cloudflare?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare running TanStack Start on Vercel Functions with Fluid compute against Cloudflare Workers. Learn how the runtimes
- [TanStack Start on Vercel vs Netlify](https://vercel.com/kb/guide/tanstack-start-on-vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare running TanStack Start on Vercel Functions with Fluid compute against Netlify Functions. Learn how the compute m
- [Troubleshooting Build Error: "Serverless Function has exceeded the unzipped maximum size of 250 MB"](https://vercel.com/kb/guide/troubleshooting-function-250mb-limit?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to troubleshoot builds failing due to exceeding the maximum function size limit on Vercel.
- [Using xmcp with Next.js](https://vercel.com/kb/guide/using-xmcp-with-nextjs?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Add an MCP server to an existing Next.js app with xmcp. Create typed tools, add authentication, and deploy to Vercel as
- [The Complete Guide to Vercel Services](https://vercel.com/kb/guide/vercel-services?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Vercel Services let you deploy multiple frontends and backends in one project on a shared domain. Learn how to define se
- [How Vercel Services run on Fluid compute](https://vercel.com/kb/guide/vercel-services-fluid-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — The backends in a Vercel Services project run as Vercel Functions on Fluid compute by default. Learn how optimized concu
- [Vercel vs Akamai](https://vercel.com/kb/guide/vercel-vs-akamai?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Akamai: compute models, AI infrastructure, framework support, media streaming, CDN capabil
- [Vercel vs Fastly](https://vercel.com/kb/guide/vercel-vs-fastly?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Fastly: full-stack application platform vs edge infrastructure layer, covering framework s
- [Vercel vs Kubernetes](https://vercel.com/kb/guide/vercel-vs-kubernetes?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare Vercel and Kubernetes on operational ownership, deployment workflow, scaling, and cost model to decide which pla
- [Vercel vs Netlify](https://vercel.com/kb/guide/vercel-vs-netlify?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Netlify: runtimes, compute architecture, AI infrastructure, security, and when to choose e
- [Vercel vs Northflank](https://vercel.com/kb/guide/vercel-vs-northflank?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Northflank: Fluid compute, CDN and caching, container image functions, security defaults,
- [Vercel vs Railway](https://vercel.com/kb/guide/vercel-vs-railway?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A detailed guide to Vercel vs Railway: serverless vs always-on containers, container images via Dockerfile.vercel, frame
- [Vercel vs Webflow Cloud](https://vercel.com/kb/guide/vercel-vs-webflow-cloud?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Compare Vercel and Webflow Cloud for deploying Next.js and Astro apps, including runtime, framework support, storage, pr
- [How to Build a Weather API with Express and Vercel](https://vercel.com/kb/guide/weather-api-with-express?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Provide real-time weather data to apps and websites with a single Express route.
- [Build a Weather API on Vercel: Express, FastAPI, and Nitro](https://vercel.com/kb/guide/weather-api-with-fastapi?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build a weather API on Vercel with FastAPI, Express, or Nitro. Compare the three runtimes, add caching and Observability
- [How to Build a Weather API with Nitro and Vercel](https://vercel.com/kb/guide/weather-api-with-nitro?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Provide real-time weather data to apps and websites with a single Nitro route, Vercel cache storage, and Observability.

### From vercel-web

- [A new programming model for durable execution](https://vercel.com/blog/a-new-programming-model-for-durable-execution?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Anyone can build agents, but it takes a platform to run them](https://vercel.com/blog/anyone-can-build-agents-but-it-takes-a-platform-to-run-them?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Behind the scenes of Vercel's infrastructure: Achieving optimal scalability and performance](https://vercel.com/blog/behind-the-scenes-of-vercels-infrastructure?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Announcing the Build Output API](https://vercel.com/blog/build-output-api?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Build your own web framework](https://vercel.com/blog/build-your-own-web-framework?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Deploying AI-driven apps on Vercel](https://vercel.com/blog/deploying-ai-applications?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Introducing Edge Config: Globally distributed, instant configuration](https://vercel.com/blog/edge-config-public-beta?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Edge Config: Ultra-low latency data at the edge](https://vercel.com/blog/edge-config-ultra-low-latency-data-at-the-edge?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Edge Functions are now generally available](https://vercel.com/blog/edge-functions-generally-available?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [New features for SvelteKit: Optimize your application with ease](https://vercel.com/blog/feature-complete-sveltekit?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Building a GPT-3 app with Next.js and streaming (historical)](https://vercel.com/blog/gpt-3-app-next-js-vercel-edge-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Introducing support for WebAssembly at the Edge](https://vercel.com/blog/introducing-support-for-webassembly-at-the-edge?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Introducing the Vercel AI SDK](https://vercel.com/blog/introducing-the-vercel-ai-sdk?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Regional execution for ultra-low latency rendering at the edge](https://vercel.com/blog/regional-execution-for-ultra-low-latency-rendering-at-the-edge?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [The developer experience of the Frontend Cloud](https://vercel.com/blog/the-developer-experience-of-the-frontend-cloud?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [The real serverless compute to database connection problem, solved](https://vercel.com/blog/the-real-serverless-compute-to-database-connection-problem-solved?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Using SvelteKit 1.0 on Vercel](https://vercel.com/blog/using-sveltekit-1-0-on-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&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%2Ffluid-compute&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%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Vercel Edge Middleware: Dynamic at the speed of static (historical)](https://vercel.com/blog/vercel-edge-middleware-dynamic-at-the-speed-of-static?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [Remix without limits (historical)](https://vercel.com/blog/vercel-remix-integration-with-edge-functions-support?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [What does Vercel do? ](https://vercel.com/blog/what-is-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)
- [How to build zero-CLS A/B tests with Next.js and Vercel Edge Config](https://vercel.com/blog/zero-cls-experiments-nextjs-edge-config?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound)

### From vercel-docs

- [Managing Builds](https://vercel.com/docs/builds/managing-builds?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Vercel allows you to increase the speed of your builds when needed in specific situations and workflows.
- [Concepts](https://vercel.com/docs/eve/concepts?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how eve agents, sessions, channels, tools, skills, connections, and sandboxes fit together.
- [Backends on Vercel](https://vercel.com/docs/frameworks/backend?from=graph&source_path=%2Fdocs%2Ffluid-compute&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
- [Elysia on Vercel](https://vercel.com/docs/frameworks/backend/elysia?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build fast TypeScript backends with Elysia and deploy to Vercel. Learn the project structure, plugins, middleware, and h
- [Express on Vercel](https://vercel.com/docs/frameworks/backend/express?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy Express applications to Vercel with zero configuration. Learn about middleware and Vercel Functions.
- [Fastify on Vercel](https://vercel.com/docs/frameworks/backend/fastify?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy Fastify applications to Vercel with zero configuration.
- [Hono on Vercel](https://vercel.com/docs/frameworks/backend/hono?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy Hono applications to Vercel with zero configuration. Learn about observability, ISR, and custom build configurati
- [Koa on Vercel](https://vercel.com/docs/frameworks/backend/koa?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy Koa applications to Vercel with zero configuration.
- [NestJS on Vercel](https://vercel.com/docs/frameworks/backend/nestjs?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy NestJS applications to Vercel with zero configuration.
- [Nitro on Vercel](https://vercel.com/docs/frameworks/backend/nitro?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy Nitro applications to Vercel with zero configuration. Learn about observability, ISR, and custom build configurat
- [React Router on Vercel](https://vercel.com/docs/frameworks/frontend/react-router?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy React Router applications with SSR or SPA mode, then configure the Vercel preset, streaming, caching, and analyti
- [TanStack Start on Vercel](https://vercel.com/docs/frameworks/full-stack/tanstack-start?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Deploy TanStack Start applications to Vercel with Nitro and configure Vercel Functions.
- [Vite + Nitro on Vercel](https://vercel.com/docs/frameworks/full-stack/vite-with-nitro?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Add a backend to any Vite app with Nitro and deploy to Vercel with zero configuration.
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build API routes, webhooks, and agent request handlers with Vercel Functions, then test and debug them with Vercel CLI.
- [Configuring Maximum Duration for Vercel Functions](https://vercel.com/docs/functions/configuring-functions/duration?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to set the maximum duration of a Vercel Function.
- [Configuring Memory and CPU for Vercel Functions](https://vercel.com/docs/functions/configuring-functions/memory?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to set the memory / CPU of a Vercel Function.
- [@vercel/functions API Reference \\(Node.js\\)](https://vercel.com/docs/functions/functions-api-reference/vercel-functions-package?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn about available APIs when working with Vercel Functions.
- [Vercel Functions Limits](https://vercel.com/docs/functions/limitations?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn about the limits and restrictions of using Vercel Functions.
- [Using the Bun Runtime with Vercel Functions](https://vercel.com/docs/functions/runtimes/bun?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to use the Bun runtime with Vercel Functions to create fast, efficient functions.
- [Edge Runtime](https://vercel.com/docs/functions/runtimes/edge?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn about the Edge runtime, an environment in which Vercel Functions can run.
- [Using the Node.js Runtime with Vercel Functions](https://vercel.com/docs/functions/runtimes/node-js?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to use the Node.js runtime to create functions and deploy Node.js servers on Vercel.
- [Using the Rust Runtime with Vercel functions](https://vercel.com/docs/functions/runtimes/rust?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Build fast, memory-safe serverless functions with Rust on Vercel.
- [Using WebAssembly \\(Wasm\\)](https://vercel.com/docs/functions/runtimes/wasm?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to use WebAssembly \\(Wasm\\) to enable low-level languages to run on Vercel Functions and Routing Middleware.
- [Streaming](https://vercel.com/docs/functions/streaming-functions?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to stream responses from Vercel Functions.
- [Fluid compute pricing](https://vercel.com/docs/functions/usage-and-pricing?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn about usage and pricing for fluid compute on Vercel.
- [Legacy Usage & Pricing for Functions](https://vercel.com/docs/functions/usage-and-pricing/legacy-pricing?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn about legacy usage and pricing for Vercel Functions.
- [WebSockets](https://vercel.com/docs/functions/websockets?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Serve WebSocket connections in Vercel Functions for realtime features like chat, collaboration, and AI streaming.
- [How requests flow through Vercel](https://vercel.com/docs/fundamentals/infrastructure?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how Vercel routes, secures, and serves requests from your users to your application.
- [What is Compute?](https://vercel.com/docs/fundamentals/what-is-compute?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how compute works on Vercel with Fluid compute, and how it compares to traditional server and serverless models.
- [Glossary](https://vercel.com/docs/glossary?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn about the terms and concepts used in Vercel's products and documentation.
- [Deploy MCP servers to Vercel](https://vercel.com/docs/mcp/deploy-mcp-servers-to-vercel?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to deploy Model Context Protocol \\(MCP\\) servers on Vercel with OAuth authentication and efficient scaling.
- [Production checklist for launch](https://vercel.com/docs/production-checklist?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Ensure your application is ready for launch with this comprehensive production checklist by the Vercel engineering team.
- [Static Configuration with vercel.json](https://vercel.com/docs/project-configuration/vercel-json?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to use vercel.json to configure and override the default behavior of Vercel from within your project.
- [Programmatic Configuration with vercel.ts](https://vercel.com/docs/project-configuration/vercel-ts?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Define your Vercel configuration in vercel.ts with @vercel/config for type-safe routing and build settings.
- [Projects overview](https://vercel.com/docs/projects?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — A project is where you deploy and operate frontend apps, APIs, backends, containers, and agent workloads on Vercel.
- [Queues concepts](https://vercel.com/docs/queues/concepts?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn delivery, retries, visibility timeouts, and deployment isolation in Vercel Queues.
- [Poll Mode](https://vercel.com/docs/queues/poll-mode?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Consume messages from Vercel Queues by polling on your own schedule, from any environment.
- [Routing Middleware](https://vercel.com/docs/routing-middleware?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how you can use Routing Middleware, code that executes before a request is processed on a site, to provide speed a
- [Services Pricing and Limits](https://vercel.com/docs/services/pricing?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Understand how billing works for Vercel Services, what's charged, and which limits apply.
- [@vercel/blob](https://vercel.com/docs/vercel-blob/using-blob-sdk?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Learn how to use the Vercel Blob SDK to access your blob store from your apps.
- [Workflow Pricing and Limits](https://vercel.com/docs/workflows/pricing?from=graph&source_path=%2Fdocs%2Ffluid-compute&source_site=vercel-docs&relationship=inbound) — Understand how Vercel Workflows billing works and the limits that apply to runs, streams, and platform resources.
