codex-team/editor.js
A block-style editor with clean JSON output observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 96
- Release rhythm 66
- Longevity 100
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: 34
- age_days: 3931
- days_rel: 148
- days_push: 29
- n_releases_24m: 10
Adoption not part of the score
31907 stars · 2244 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Editor.js is an open-source, block-style rich text editor for the web that outputs clean JSON instead of HTML markup. It is highly extensible, with each content block (paragraphs, headings, images, lists, etc.) provided by a separate plugin via a well-designed API.
Use cases
- embed a block-based rich text editor in a web app
- store user-generated content as structured JSON instead of HTML
- build a CMS or blogging platform with a modern editing UI
- create custom editor block tools via a plugin API
- render editor content across web, mobile, and chatbots from one data format
- sanitize and validate rich content safely
When to choose
- you need structured JSON content output rather than messy HTML
- you want a modern, block-style editing experience out of the box
- you need to extend the editor with custom block or inline tools
- you plan to reuse content across multiple platforms (web, mobile, AMP, bots)
When to avoid
- you need a traditional single-contenteditable WYSIWYG producing HTML
- you require a full-featured document editor like Google Docs
- your project depends on non-JavaScript environments without a browser
Facets
library · maturity stable
editor ui-components plugin-system json markdown web-development frontend text-editors cms developer-tools browser cross-platform wysiwyg block-editor rich-text json-output content-editing pluggable nodejs web-server
4 sources
- readme: https://github.com/codex-team/editor.js · fetched 2026-08-28 · d64601668d71
- homepage: https://editorjs.io · fetched 2026-08-29 · 4b061b0ff773
- site_page: https://editorjs.io/getting-started · fetched 2026-08-29 · 10a524afda9b
- site_page: https://editorjs.io/base-concepts · fetched 2026-08-29 · 343d21ec86b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| codex-team/editor.js | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="codex-team/editor.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem