Engineer-first documentation generator that turns your TypeScript code into beautiful, interactive docs.
Autodocs automatically generates documentation from your TypeScript types, interfaces, JSDoc comments, and function signatures. The output is an interactive web UI with features like type exploration, search, and copy-paste examples.
- Type-Driven: Auto-generates docs from your code.
- Interactive UI: Explore types and functions in a beautiful React app.
- Zero Config: Works out of the box for most projects.
- Extensible: Plugin system for Markdown, OpenAPI, etc.
npm install -D @opensyntaxhq/autodocsInitialize the configuration:
npx autodocs initBuild the documentation:
npx autodocs buildServe locally:
npx autodocs servepackages/core: Core parsing engine.packages/cli: Command-line interface.packages/ui: React documentation UI.packages/plugins: Official plugins.
See CONTRIBUTING.md.
Apache-2.0