Platform registry is in beta
Ship your own
website builderVercel for Platforms lets you build hosted products that create, deploy, and operate web applications for customers or teams.
Customers can use their own domain, a custom wildcard, or a subpath, all on the same Vercel app.
View documentationOne SDK creates multiple isolated projects, each with their own domain.
View documentation| Type | Name | Value | TTL |
|---|---|---|---|
A | example.com | 93.184.216.34 | Auto |
AAAA | example.com | 2606:2800:220:1:248:1893:25c8:1946 | 3600 |
CNAME | www | example.com | 300 |
MX | example.com | 10 mail.example.com. | 600 |
NS | example.com | ns1.dnsprovider.com. | 86400 |
import { deployFiles } from "@repo/components/actions/deploy-files";const example = async () => { await deployFiles([], { domain: "test.com" });};export default example;Customers using Vercel for Platforms
Scaling a powerful documentation platform with Vercel
From idea to acquisition: how Potion shipped 4k sites on Vercel
How Vercel helps MMM page manage over 30,000 custom domains
Hashnode runs the fastest blogs on the web with Vercel
Super serves thousands of domains on one project with Next.js and Vercel
How Dub grew to 3000 active domains with Vercel's multi-tenant SaaS toolkit
import { deployFiles } from "@repo/components/actions/deploy-files";
const example = async () => {
await deployFiles([], { domain: "test.com" });
};
export default example;