TypeScript API status
Unsupported embedded packages and local TypeDoc generation.
Not a tested public API
RouteKit's packages are not tested or supported as a public embedded API and carry no compatibility guarantee for that use. The CLI-managed daemon and its authenticated HTTP gateway are the supported integration surface.
Start with the package map. For an application integration, follow the HTTP gateway guide.
Contributors can generate symbol-level Markdown with TypeDoc:
pnpm docs:generate-codeThe generator covers publishable RouteKit package entry points only. Private
test tooling is intentionally excluded. TypeDoc runs in local documentation
mode with TypeScript diagnostics suppressed because the workspace uses
per-package project references and the generated pages are not a public
compatibility contract; package builds and pnpm check remain the source-level
validation gates.
Output lands in apps/docs/generated/api/ and is gitignored. Browse the
generated package README.md files directly from the checkout. These files are
not currently routed or published by this Fumadocs site, so generating them does
not add symbol pages to the public navigation.

