Beta You're reading the docs for Kubb v5, which is currently in beta. View the stable v4 docs
Skip to content

Explore Kubb Parsers

Parsers turn Kubb's universal AST into source files. Pick the one that matches the language you want to emit.

2 parsers · updated Jun 23, 2026
Featured
TypeScript

@kubb/parser-ts

Default file parser for Kubb. Converts the universal AST to `.ts`/`.tsx` source using the official TypeScript compiler.

259K 2K
Official
Markdown

@kubb/parser-md

Markdown file parser for Kubb. Joins source blocks as plain markdown and renders YAML frontmatter via `parserMd.print`.

8K 2K