Offering Custom Domains to Users with T3

Hi, As part of my app I want to offer users the ability to add their own domain that will serve certain pages on my t3 app. Curious the best way to handle this with the t3 stack? The straightforward method of having a custom express server and intercepting requests to certain domains and rerouting them doesn't seem like it makes sense with this setup.
2 Replies
Neto
Neto14mo ago
you can check a verdel guide
Neto
Neto14mo ago
Vercel Documentation
How to Build a Full-Stack Multi-Tenant App Using Next.js
Learn how to create and deploy a full-stack application with multi-tenancy and custom domain support using Next.js, Prisma, PlanetScale, and Tailwind CSS.