Platform
auth
This is the landing page for the auth subdomain. Add site-specific content or create nested routes such as /builder or /modulesinside app/platforms/auth.
Tip: add a folder to create a new platform
- Create
app/platforms/<subdomain>/page.tsx - (Optional) add nested routes like
/builderfor that platform - Point the
<subdomain>DNS/CNAME to this app; the proxy will rewrite automatically.