Back to browse
GitHub Repository

Tiny Markdown parser with a typed, AST-first TypeScript API. Under 3 KB gzipped, zero dependencies.

1 starsTypeScript

LiteMarkup: Markdown parser with TypeScript AST, <3KB, no deps

by ttts·Apr 19, 2026·3 points·0 comments

AI Analysis

●●SolidNiche GemBig Brain

Under 3KB gzipped Markdown parser with typed AST for custom rendering.

Strengths
  • Sub-3KB bundle size is genuinely impressive for feature-complete Markdown support.
  • AST-first design allows custom renderers beyond just HTML output.
  • Single-pass transform hooks modify AST during parsing without extra traversal.
Weaknesses
  • Markdown parser space is incredibly crowded with established players like marked.
  • No plugin ecosystem mentioned, limiting extensibility compared to remark unified.
Target Audience

Frontend developers optimizing bundle size

Similar To

marked · remark · micromark

Similar Projects

Developer Tools●●Solid

NBA-API-ts – Zero-dep TypeScript client for 138 NBA stats endpoints

Zero-dep + full TypeScript typings across 138 stats endpoints is a sharp, practical win for anyone scraping NBA.com. The built-in retry/rate-limit and pluggable fetch for TLS impersonation is a genuinely clever engineering move — just be realistic: the repo itself admits stats endpoints still require residential IPs or TLS impersonation to avoid Akamai, so it's powerful but not magically turnkey.

WizardryNiche Gem
gek0z
213mo ago