---
title: Multi-Project Platforms
product: vercel
url: /docs/platforms/multi-project-platforms
canonical_url: "https://vercel.com/docs/platforms/multi-project-platforms"
last_updated: 2026-06-26
type: conceptual
prerequisites:
  - /docs/platforms
related:
  - /docs/platforms/multi-project-platforms/concepts
  - /docs/platforms/multi-project-platforms/quickstart
  - /docs/platforms/multi-project-platforms/reference
summary: Give each customer its own Vercel project and deployment, created and managed programmatically with the Vercel SDK.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# Multi-Project Platforms

A multi-project platform gives each customer its own Vercel project and deployment. This provides stronger isolation and lets each tenant run custom code, with more projects to create and manage through the Vercel SDK.


<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [How can I serve multiple projects under a single domain?](https://vercel.com/kb/guide/how-can-i-serve-multiple-projects-under-a-single-domain?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — Learn how to serve multiple Vercel projects from a single domain.
- [Multi-Tenant Platforms](https://vercel.com/docs/platforms/multi-tenant-platforms?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — Serve multiple customers from a single codebase and deployment, routing each tenant by subdomain or custom domain.
- [Build a multi-tenant app with Next.js and Vercel](https://vercel.com/kb/guide/nextjs-multi-tenant-application?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — Create a Next.js application with multi-tenancy and custom domain support on Vercel.
- [Examples](https://vercel.com/docs/platforms/examples?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — Clone working multi-tenant and multi-project starters to begin your platform build.
- [Projects](https://vercel.com/docs/projects?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — A project is the application that you have deployed to Vercel.
- [Concepts](https://vercel.com/docs/platforms/multi-tenant-platforms/concepts?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — Understand tenants, domains, routing, and architecture for building multi-tenant applications on Vercel for Platforms.
- [Quickstart](https://vercel.com/docs/platforms/multi-tenant-platforms/quickstart?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=related) — Set up wildcard domains, custom domains, domain verification, and redirects for a multi-tenant application on Vercel.

Full cross-link map for this page: [/docs/platforms/multi-project-platforms.graph.md](/docs/platforms/multi-project-platforms.graph.md?from=related&source_path=%2Fdocs%2Fplatforms%2Fmulti-project-platforms&source_site=vercel-docs&relationship=graph)
<!-- /docsgraph:related -->

**Concepts**: When to choose per-customer projects and how isolation works. [Learn more →](/docs/platforms/multi-project-platforms/concepts)

**Quickstart**: Create and deploy a project per tenant with the Vercel SDK. [Learn more →](/docs/platforms/multi-project-platforms/quickstart)

**Reference**: SDK methods and APIs for managing per-tenant projects. [Learn more →](/docs/platforms/multi-project-platforms/reference)


---

[View full sitemap](/docs/sitemap)
