aicoolies logo
TypeDoc logo

TypeDoc

Documentation generator for TypeScript

Share
freeOpen Source
Visit Website →

Documentation generator that converts TypeScript source comments into HTML, JSON, or Markdown reference sites. TypeDoc reads JSDoc-style annotations directly from .ts files, using the TypeScript compiler API to extract types, signatures, classes, and modules without duplicating annotations. Themes and plugins customize output for libraries, monorepos, and design systems. De facto standard for documenting open-source TypeScript packages — used by Pixi.js, NestJS, and thousands more.

TypeDoc is the canonical documentation generator for TypeScript projects. Created by Sebastian Lenz, it has become the default tool for producing API reference sites for open-source TypeScript libraries, internal SDKs, and design system component libraries. Unlike documentation tools that require separate annotation languages, TypeDoc reads ordinary JSDoc-style comments directly from .ts source files and uses the TypeScript compiler API to resolve types — meaning function signatures, generics, interfaces, and exported symbols are extracted from the source of truth rather than duplicated by hand.

Out of the box, TypeDoc produces a static HTML site with a sidebar tree of modules, classes, functions, and enums; deep links into each declaration; cross-references between related types; and configurable navigation. Built-in themes (default, light, and dark) can be replaced by community themes — typedoc-material-theme and typedoc-theme-hierarchy are popular — or extended with custom render hooks and plugins. Output formats include HTML, JSON (for downstream pipelines), and Markdown via plugins, making it straightforward to publish on GitHub Pages, Vercel, or alongside a Docusaurus or VitePress handbook.

TypeDoc is MIT licensed and free, with no hosted service or paid tier — it runs as a CLI in CI pipelines, typically wired into pre-publish or post-build steps. Configuration lives in tsconfig.json or a typedoc.json file; common options handle entry points, monorepo packages, exclude patterns, and JSDoc tag handling. For TypeScript library authors who want reference docs that stay in sync with their actual exported types — without writing a separate documentation file for every function — TypeDoc remains the standard choice in 2026.

Pricing

Free

Platforms

Node.js

Categories

Tags

Use Cases

Alternatives

Related Tools

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
Unabyss logo

Unabyss

MCP-native personal context vault for keeping AI agents aligned with your work, voice, and projects.

Unabyss is a personal context headquarters for AI agents. It syncs sources such as email, Slack, Notion, Drive, meetings, and professional profiles into structured context files that can be served to MCP-capable clients. The strongest angle is not generic note taking; it is permissioned, reusable context for Claude, Cursor, custom agents, and other tools that otherwise need the same background explained repeatedly.

freemiumTelemetry
OpenDataLoader PDF logo

OpenDataLoader PDF

AI-ready PDF parser with benchmark-leading accuracy

OpenDataLoader PDF is a high-performance parser that extracts structured, AI-ready data from PDFs with industry-leading 0.907 benchmark accuracy. Combines deterministic local processing with optional AI hybrid mode for complex layouts, OCR support across 80+ languages, formula extraction in LaTeX, chart descriptions, and built-in prompt injection filtering. Available as Python, Node.js, and Java SDKs for seamless RAG pipeline and data preparation integration.

freemiumOpen Source
tbls logo

tbls

CI-friendly database documentation generator

tbls is an open-source database documentation tool that automatically generates schema documentation in Markdown, with built-in linting to enforce documentation standards and coverage metrics for tables and columns. It supports 13+ databases including PostgreSQL, MySQL, BigQuery, Snowflake, MongoDB, and ClickHouse. Designed for CI integration with GitHub Actions support, tbls runs schema diff detection and documentation enforcement as part of automated pipelines.

open-sourceOpen Source

Context Engineering Intro

Context engineering patterns for AI coding assistants

Context Engineering Intro is an open-source repository by Cole Medin providing structured context engineering patterns for AI coding assistants. Built around Claude Code, it includes .claude command files, PRP templates, and the WISC framework for managing AI context in coding sessions. The repo shows how to structure project context and rules so AI assistants produce reliable, architecture-aware code. With 13K+ GitHub stars, it is a go-to reference for context-first AI coding.

open-sourceOpen Source
Quarkdown logo

Quarkdown

Programmable Markdown typesetting for docs, books, and slides

Quarkdown is a Turing-complete Markdown typesetting system that compiles a single source into print-ready books, academic papers, knowledge bases, or interactive presentations. It extends Markdown with a built-in scripting language featuring functions, variables, and a standard library for full document control. Supports HTML, PDF, and plain text output with live preview and real-time reloading during authoring.

free