Skip to main content

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/app The main product app for org, portal, and platform surfaces.
  • apps/marketing The public marketing site.
  • apps/docs The published documentation site.

Backend And Shared Packages

  • packages/backend Convex backend source and server-side workflows.
  • packages/access, packages/permissions, packages/capabilities Shared product vocabulary and access-control primitives.
  • packages/config, packages/theme, packages/legal, packages/email Shared 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