unifiedjs/unified
Parse, inspect, transform, and serialize content with syntax trees observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 79
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4051
- days_rel: n/a
- days_push: 126
- n_releases_24m: 0
Adoption not part of the score
5023 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
unified is a JavaScript library and ecosystem for parsing, inspecting, transforming, and serializing content as syntax trees (ASTs) through a plugin-based processor interface. It underpins ecosystems like remark (markdown), rehype (HTML), and retext (natural language), and is used in tools such as MDX, Gatsby, and Docusaurus.
Use cases
- convert markdown to html
- transform content with a plugin pipeline
- parse documents into syntax trees
- write custom linting or transformation plugins for markdown or html
- build a static site generator
- inspect and manipulate abstract syntax trees
- process natural language text with retext plugins
When to choose
- you need to parse, transform, or serialize markdown, HTML, or natural language content in JavaScript
- you want a composable plugin architecture for content processing
- you are building tooling like site generators, formatters, or linters on syntax trees
- you want to interoperate with the large remark/rehype/retext ecosystem
When to avoid
- you only need simple string manipulation without structured trees
- you work in a language other than JavaScript/TypeScript
- you need a full out-of-the-box application rather than a processing library
- your content format has no existing parser in the unified ecosystem and writing one is too costly
Facets
library · maturity stable
parser serialization plugin-system developer-tools web-development developer-tools documentation cross-platform syntax-tree ast unist remark rehype retext vfile content-processing markdown html natural-language-processing nodejs javascript
4 sources
- readme: https://github.com/unifiedjs/unified · fetched 2026-08-28 · a2c08f257922
- homepage: https://unifiedjs.com · fetched 2026-08-29 · 0359e5fdf9c6
- registry_npm: https://registry.npmjs.org/unified · fetched 2026-08-29 · 0afefd03ff77
- site_page: https://unifiedjs.com/explore/release · fetched 2026-08-29 · 34c5baf82537
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unifiedjs/unified | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="unifiedjs/unified")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem