Vercel-First SaaS Starter

Marketing at the root. Product on the app subdomain.

This scaffold now assumes a single Next.js codebase deployed on Vercel, with the public marketing experience on slpcc63.com and the actual SaaS product on app.slpcc63.com.

Starter Stack

Built for a single Vercel setup that can still grow cleanly.

Host-aware routing

Requests for the app subdomain are rewritten to internal product routes, so the app can own `/` on `app.slpcc63.com` without disturbing the marketing homepage.

Single codebase

Marketing and product can share components, auth logic, design tokens, and deployment flow while still feeling like separate surfaces to customers.

Environment-first

Placeholders are ready for auth, Stripe, email, and a database once you pick the services that will back the app.

Immediate Next Steps
  1. Buy or transfer `slpcc63.com` into Vercel.
  2. Attach both the apex domain and `app.slpcc63.com` to this project.
  3. Add authentication and make the app root your first protected experience.
  4. Connect billing, email, and the initial product data model.