Use Case

Auto-generate reference docs from your source code

Push a tag. Get browsable API reference documentation with cross-references and source code preview.

The problem

Sound familiar?

Manually maintaining reference docs for every release

Every version bump means updating class lists, method signatures, and parameter tables by hand. It takes hours and something always gets missed.

Docblocks that nobody reads in the source

Your team writes detailed PHPDoc and TSDoc comments, but they are buried in source files. Users never see them unless they clone the repo.

No cross-references between classes

UserService extends BaseService and implements Cacheable, but there is no way to click through. Developers piece together the architecture by reading raw code.

The KBKit way

Source code in, browsable docs out

KBKit's Code Explorer parses your source code and generates rich, navigable reference documentation automatically.

Parse PHP, TypeScript, Python, Go

Deep language-aware parsers extract classes, interfaces, enums, functions, types, and more. Not regex — real AST parsing that understands your code.

Tag-based builds per release

Push a Git tag and KBKit generates a complete reference build for that version. Every release gets its own snapshot of your API surface.

Deep parsing: classes, methods, properties

Methods with parameters, return types, and docblock descriptions. Properties with visibility and defaults. Inheritance chains and interface implementations.

Cross-reference links between symbols

Click a type hint to jump to its definition. Follow inheritance chains. Navigate from a method parameter type to the class it references.

Syntax-highlighted source code panel

View the actual source code for any symbol, syntax-highlighted and line-numbered. Developers see the implementation without leaving the docs.

Version switcher for multiple releases

Dropdown version picker lets users switch between releases instantly. Compare API surfaces across versions and find when a method was added or changed.

See Code Explorer in action

Push your source code and get browsable, cross-referenced API reference documentation in minutes.