Preview URLs optimized for multi-tenant platforms
Vercel introduces dynamic URL prefixes for preview deployments, letting multi-tenant platforms encode tenant routing context directly in preview URLs, available for Pro and Enterprise teams.
Vercel helps you create multi-tenant platforms, where a single project can be backed by tens of thousands of domains, like , website builders, e-commerce storefronts and more. We're making it even easier to build those styles of apps today by introducing vibe coding platformsdynamic URL prefixes. Dynamic URL prefixes allow you to prefix your existing deployment urls with , for example {data}---tenant-123---project-name-git-branch.yourdomain.dev This will route the traffic to while keeping in the url which your app can extract and route based on it.project-name-git-branch.yourdomain.devtenant-123--- Previously, preview URLs were designed to match a specific preview deployment exactly and Vercel wouldn’t have enough information to route domains to a specific preview deployment.
Now you can: Preview URLs for multi-tenant platforms are available for Pro and Enterprise teams, and require a (a Pro ).Preview Deployment Suffixadd-on Try the or to get started, go to your to set your Preview Deployment Suffix. Then, follow on configuring multi-tenant preview URLs.demoteam's settingsour guide Read more Create unique preview URLs for each tenant Encode metadata, routing context, or…