Connect customer external domains to vercel subdomain. #48
-
Hello! I want to be able to allow my customers to connect their own domains eg. I would much appreciate suggestions and any help thank! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 14 replies
-
Hi, You will need a wildcard domain setup and use the domain api along with the alias api. |
Beta Was this translation helpful? Give feedback.
-
@rem4ik4ever I have a similar use case. Did you ever figure this out? I'm a bit stuck on how to do it using the answer provided |
Beta Was this translation helpful? Give feedback.
-
Bump, if anyone has a good example of this |
Beta Was this translation helpful? Give feedback.
-
Hey @rem4ik4ever! We recently rolled out a simple example that allows you to create unique content pages with a multi-tenant infrastructure using edge function rewrites and ISR. Each of your users gets assigned a unique subdomain when they create their account, with the (usually paid) option to add a custom domain. We're also rolling out more complex boilerplates (e-commerce storefront builders, website builders) + supplementary code snippets (static tweets, domains API, OG image generator) in an early access program – feel free to join if you're interested (click "sign up" on the Platforms on Vercel program). |
Beta Was this translation helpful? Give feedback.
Hey @rem4ik4ever! We recently rolled out a simple example that allows you to create unique content pages with a multi-tenant infrastructure using edge function rewrites and ISR. Each of your users gets assigned a unique subdomain when they create their account, with the (usually paid) option to add a custom domain.
We're also rolling out more complex boilerplates (e-commerce storefront builders, website builders) + supplementary code snippets (static tweets, domains API, OG image generator) in an early access program – feel free to join if you're interested (click "sign up" on the Platforms on Vercel program).