Blazing-fast TypeScript/JavaScript API doc generator powered by OXC parser. JSDoc extraction, coverage checks, and doc testing in one tool.
Generate docs, check coverage, and test examples — fast
7-10x faster than TypeDoc (measured). Processes 5,000 files in under 1 second via Rust NAPI.
Measures JSDoc coverage of exported symbols. Fail CI builds when coverage drops below threshold.
Executes @example code blocks to automatically verify that documentation stays in sync with code.
Auto-generates AI/LLM-optimized docs. Helps Copilot, Claude, and others understand your library accurately.
Extensible with 3 hooks: Transform, Output, and Analyzer. Add custom output formats and analysis rules.
Detects file changes and auto-regenerates docs. Preview documentation in real-time during development.
Real performance comparisons against TypeDoc
Measured on es-toolkit (603 source files). Run your own benchmarks with: pnpm bench
npx @jiji-hoon96/oxdoc generate ./src --format html