Skip to main content
This Mintlify site is the internal system map for the active runtime surfaces in apps/. Use it to answer three questions fast:
  • What does each app or worker own?
  • How do the runtime surfaces depend on each other?
  • Where is the real code entrypoint when a README is weak or missing?

Start Here

Scope

This site is intentionally narrow:
  • Active v1 runtime apps and workers only
  • Local dev commands, ports, and dependency edges
  • Key code paths worth starting from during implementation or debugging
This site is not the place for:
  • Duplicated OpenAPI endpoint reference
  • Customer-facing docs
  • Deep package or migration docs outside the runtime surfaces

Source Of Truth Order

  1. Code and package.json
  2. README, only when it still matches the code
  3. Generated API docs for endpoint-level detail