What problem does it solve?
Build public landing pages as standalone operator-hosted pages, not as replacements for the main homepage. It preserves / as the canonical operator homepage unless explicitly told otherwise, creates standalone public routes such as /internship, reuses the local UI kit and theme tokens, and adds a public form/API only when the page needs intake.
Core Features & Use Cases
- Create public routes like /internship, /demo, or /founder-name that live under the operator app without modifying the main homepage.
- Reuse the existing UI kit and theme tokens to ensure visual consistency with the operator.
- Add lightweight intake forms or public APIs only when the page requires user input and capture minimal, non-sensitive data.
Quick Start
Create a new public route under nodes/operator/app/src/app/(public)/<slug>/page.tsx and build the page using the existing UI kit and theme tokens.