What You Get
This page summarizes the actual shape of the starter kit so a buyer can tell what is already included before reading implementation docs.
Apps
apps/appThe main product app for org, portal, and platform surfaces.apps/marketingThe public marketing site.apps/docsThe published documentation site.
Backend And Shared Packages
packages/backendConvex backend source and server-side workflows.packages/access,packages/permissions,packages/capabilitiesShared product vocabulary and access-control primitives.packages/config,packages/theme,packages/legal,packages/emailShared typed infrastructure and app support packages.
Core Architectural Decisions
- one Next.js product app with explicit surface boundaries
- Convex backend authored in a dedicated package
- shared packages for cross-app contracts and infrastructure
- a separate docs site and marketing site instead of folding everything into one frontend
What You Should Expect To Customize
- branding, copy, and product-specific content
- auth provider and account lifecycle details
- billing and subscription behavior
- domain workflows inside org, portal, and platform
- integrations that are specific to your product