Stream Markdown and MDX without treating every update like a full rerender.
StreamMDX combines worker parsing, patch-based rendering, seeded regression gates, and a real benchmark surface for teams that need deterministic incremental behavior rather than cosmetic demos.
npm install stream-mdxThe public site, benchmark lab, and replay harness are all built on the same renderer surface. If the product drifts, the evidence shows up in the same place users evaluate it.
Move between the product surfaces without relearning the layout: the same shell carries integration guidance, live demos, benchmark evidence, and non-React/TUI documentation.
Parser + compile isolation
Real regression evidence
Stable finalized blocks
Methodology stays on-site
The public surface starts with implementation posture: parser isolation, patch-based rendering, and regression evidence before feature breadth.
- Off-main-thread MDX compilation.
- Zero-latency UI interactions.
- Incremental AST hydration.
Once the core renderer behavior is trustworthy, these are the capabilities teams usually care about next: MDX, HTML mapping, syntax highlighting, math/diagram support, and hardening for production use.
The public site now covers the integration surface, benchmark methodology, showcase articles, and the regression work that keeps the renderer honest.
Highlight code blocks as they stream without flicker or layout shifts.
Rendering guide