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

  1. Create app/platforms/<subdomain>/page.tsx
  2. (Optional) add nested routes like /builder for that platform
  3. Point the <subdomain> DNS/CNAME to this app; the proxy will rewrite automatically.