Marketing App Spec
apps/marketing is the optional public-facing marketing site for the Continu.dev starter kit.
Use it when a fork needs a separate acquisition, brand, or SEO surface outside the authenticated product app.
Responsibilities
- homepage and marketing landing pages
- public brand and positioning pages
- SEO-focused content and campaign entrypoints
- optional public forms or intake flows that do not require the product shell
Non-responsibilities
- organization staff workflows
- tenant portal workflows
- platform-operator routes
- authored Convex backend modules
Boundaries
- keep public presentation concerns in
apps/marketing/src/** - keep starter-wide config, theme primitives, and shared typed helpers in
packages/* - if a flow becomes authenticated or tenant-aware, move it into
apps/app