I have a domain (brandstart.nyc) registered on Namecheap and added to my Vercel Hobby account. My client projects live on a separate Team account.
I want to set up wildcard subdomains (*.brandstart.nyc) so each client project gets its own subdomain (e.g. clientname.brandstart.nyc).
The Problem
- Wildcard domains require Vercel nameservers.
- Vercel nameservers are tied to the Hobby account where the domain currently lives.
- The Team account won’t let me add the wildcard because the domain belongs to a different account.
I tried the NS delegation workaround (_acme-challenge NS records), but I’m still blocked by the domain ownership conflict between accounts.
Questions
- What’s the cleanest way to get wildcard subdomains working on my Team account?
- Do I need to fully remove the domain from the Hobby account first and re-add it on the Team?
- Will that cause downtime for anything currently pointed at the domain?
Any guidance appreciated.