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
- System inventory
- Package and app boundaries
- API surface summary
- Authentication and authorization expectations
- Integration-specific guides
Fast Read
If you want the fastest technical summary first, start with the integrations matrix before reading the deeper narrative docs.