---
title: Examples
product: vercel
url: /docs/platforms/examples
canonical_url: "https://vercel.com/docs/platforms/examples"
last_updated: 2026-07-07
type: tutorial
prerequisites:
  - /docs/platforms
related:
  - /docs/platforms/examples/multi-tenant-template
  - /docs/platforms/examples/oss-coding-agent
  - /docs/platforms/examples/platform-template
summary: Clone working multi-tenant and multi-project starters to begin your platform build.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# Examples

Start from a working example instead of a blank project. Each template covers a common platform pattern end to end.


<!-- 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.

- [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%2Fexamples&source_site=vercel-docs&relationship=related) — Create a Next.js application with multi-tenancy and custom domain support on Vercel.
- [Introducing the Vercel Platforms Starter Kit](https://vercel.com/blog/platforms-starter-kit?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=related)
- [Build with an Express starter template](https://vercel.com/kb/guide/build-with-a-express-starter-template?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=related) — Deploy an Express app to Vercel from a template. Browse Express starters from Vercel and the community, then run them lo
- [Multi-Tenant Platforms](https://vercel.com/docs/platforms/multi-tenant-platforms?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=related) — Serve multiple customers from a single codebase and deployment, routing each tenant by subdomain or custom domain.
- [Multi-Project Platforms Concepts](https://vercel.com/docs/platforms/multi-project-platforms/concepts?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=related) — Understand projects, deployments, domains, and architecture for multi-project platforms on Vercel.
- [Multi-Project Platforms](https://vercel.com/docs/platforms/multi-project-platforms?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=related) — Give each customer its own Vercel project and deployment, created and managed programmatically with the Vercel SDK.
- [Multi-Tenant Platform Concepts](https://vercel.com/docs/platforms/multi-tenant-platforms/concepts?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=related) — Understand tenants, domains, routing, and architecture for building multi-tenant applications on Vercel for Platforms.
- [Multi-Tenant Platform Quickstart](https://vercel.com/docs/platforms/multi-tenant-platforms/quickstart?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&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/examples.graph.md](/docs/platforms/examples.graph.md?from=related&source_path=%2Fdocs%2Fplatforms%2Fexamples&source_site=vercel-docs&relationship=graph)
<!-- /docsgraph:related -->

**Multi-tenant template**: A multi-tenant Next.js app with subdomain routing and tenant storage. [Learn more →](/docs/platforms/examples/multi-tenant-template)

**OSS coding agent**: An open-source AI coding platform built on multi-project deployments. [Learn more →](/docs/platforms/examples/oss-coding-agent)

**Platform template**: A claimable platform template for deploying apps on behalf of users. [Learn more →](/docs/platforms/examples/platform-template)

## Live demos

Try a deployed example in the browser before you clone anything.

**Multi-tenant preview URLs**: Tenant subdomains served by one deployment, each with its own preview URL prefix. [Learn more →](https://multi-tenant-preview-urls-k6oodlv4w.vercel.rocks/all)

**Claim deployments**: Deploy an app on a user's behalf, then let them claim it into their Vercel account. [Learn more →](https://claim-deployments-demo.vercel.app/)


---

[View full sitemap](/docs/sitemap)
