# satteri - JavaScript 생태계를 위한 고성능 Markdown 및 MDX 처리기

> Clean Markdown view of GeekNews topic #31967. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=31967](https://news.hada.io/topic?id=31967)
- GeekNews Markdown: [https://news.hada.io/topic/31967.md](https://news.hada.io/topic/31967.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2026-07-30T09:31:02+09:00
- Updated: 2026-07-30T09:31:02+09:00
- Original source: [github.com/bruits](https://github.com/bruits/satteri)
- Points: 4
- Comments: 0

## Topic Body

- JavaScript 생태계는 **플러그인은 풍부하지만 파서가 느리고**, **Rust 생태계는 그 반대**라는 간극을 메우는 고성능 Markdown / MDX 파이프라인  
- 파서와 AST는 **Rust**에, 플러그인은 **JavaScript(TypeScript)** 에 둬서, **언어 경계 비용 거의 제로**로 양쪽의 장점만 취함  
- `pulldown-cmark` 기반 네이티브 파서로 **CommonMark / GFM / MDX** 지원  
  - frontmatter, math, remark-directive 컨테이너 지원  
- **macOS/Linux/Windows용 네이티브 바이너리**와 브라우저/엣지용 **WASI 폴백** 제공  
- 브라우저에서 바로 돌려보는 **라이브 플레이그라운드** 제공, **초당 처리 문서 수(docs/sec)** 를 실시간으로 확인 가능  
- `pnpm add satteri` 한 줄로 설치, MIT 라이선스

## Comments



_No public comments on this page._
