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 8, 2026
Featured
TypeScript

@kubb/parser-ts

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

234K 2K
Official
Markdown

@kubb/parser-md

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

3K 2K