Skip to main content

Integrations and API

This section is the public technical reference for developers evaluating the starter kit.

It should help a technical reviewer understand what external systems are already represented in the repo, where the API boundaries sit, and which parts of the product are designed for extension.

Cover These Topics

  • auth, billing, email, and webhook integration surfaces
  • public or partner-facing API boundaries
  • where Convex, Next.js, and shared packages meet
  • authentication expectations for technical consumers
  • what is already modeled in the starter versus what implementers still define

What To Keep Out

  • internal runbooks
  • recovery procedures meant only for maintainers
  • environment secrets or operational checklists

Those belong in docs/dev.

First-Pass Structure

  1. System inventory
  2. Package and app boundaries
  3. API surface summary
  4. Authentication and authorization expectations
  5. Integration-specific guides

Fast Read

If you want the fastest technical summary first, start with the integrations matrix before reading the deeper narrative docs.