bruits/satteri
High-performance Markdown and MDX processing for the JavaScript ecosystem observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 86
- Longevity 11
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 164
- days_rel: 14
- days_push: 9
- n_releases_24m: 75
Adoption not part of the score
1201 stars · 33 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sätteri is a high-performance Markdown and MDX processing pipeline with the parser and AST implemented in Rust and a typed plugin layer exposed to JavaScript via napi-rs. It supports GFM, frontmatter, math, and directives, and also ships a WASM/WASI build for browsers and edge runtimes.
Use cases
- convert markdown to html in node.js fast
- parse mdx documents with plugins
- replace remark/rehype with a faster rust parser
- render markdown in the browser via wasm
- transform markdown ast with typescript plugins
- extract frontmatter from markdown files
- process gfm tables and math in markdown
When to choose
- you need faster markdown/mdx parsing than unified/remark in a JavaScript project
- you want a remark-like plugin model with typed visitors but don't need existing remark/rehype plugins
- you need markdown rendering in browsers or edge runtimes via WASM
When to avoid
- you rely on existing remark or rehype plugins, which are not API-compatible
- you need a drop-in unified replacement
- you work outside the JavaScript or Rust ecosystems
Facets
library · maturity active
parser serialization plugin-system developer-tools web-development parsers documentation frontend rust wasm cross-platform browser windows markdown mdx commonmark gfm napi remark-alternative ast html-rendering nodejs macos linux
4 sources
- readme: https://github.com/bruits/satteri · fetched 2026-08-28 · 556a6f44ffa7
- homepage: https://satteri.bruits.org · fetched 2026-08-29 · 80728b671b6b
- site_page: https://satteri.bruits.org/docs · fetched 2026-08-29 · 0bf64197699e
- site_page: https://satteri.bruits.org/docs/quick-start · fetched 2026-08-29 · 245168a55e25
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bruits/satteri | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem