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

**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)
