Multiple vercel.app Subdomains

Vercel allows you to add more than one subdomain of vercel.app to your projects.

Go to your Vercel Dashboard, then to the Domains in your project’s Settings. From there, you can add multiple subdomains in the format subdomain.vercel.app and they’ll resolve to your project e.g.

Taking things further, the Next.js multiple domains demo shows how to serve a different static page for each domain or subdomain associated with your project.