1 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
Vercel has launched a new product called Vercel for Platforms, which allows developers to build customer projects easily. It offers two modes: Multi-Tenant for a single codebase serving multiple customers, and Multi-Project for individual projects per customer. The new Platform Elements library simplifies the building process further.
If you do, here's more
Vercel has launched a new product called Vercel for Platforms, designed to simplify building and managing customer projects. This product offers two distinct modes: Multi-Tenant and Multi-Project. The Multi-Tenant mode allows one codebase to support multiple customers, utilizing wildcard domains for automatic routing and SSL while integrating custom domain support through an SDK. It enables deployments to be made once, applying changes across all customers simultaneously. Developers can quickly add custom domains through a straightforward code snippet, making the process efficient.
The Multi-Project mode takes a different approach by creating a separate Vercel project for each customer. This mode ensures isolation for builds, functions, and settings, allowing for different frameworks to be used per project. Developers can programmatically create projects using the Vercel SDK, streamlining deployment. The code example provided shows how to deploy customer code with automatic framework detection, which simplifies the workflow significantly.
In addition to these modes, Vercel has introduced Platform Elements, a library aimed at facilitating the building process on these platforms. A Quickstart guide is available for both the Multi-Tenant and Multi-Project setups, providing developers with the resources they need to get started quickly. This release addresses the need for flexibility in project management while enhancing the overall deployment process for customer-driven applications.
Questions about this article
No questions yet.