# codex-team/editor.js

A block-style editor with clean JSON output

Repository: https://github.com/codex-team/editor.js
Canonical: https://ross.abutalabs.com/products/editorjs
Homepage: https://editorjs.io
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: editor, wysiwyg, redactor, codex-editor, javascript, typescript, ui, json
Last push: 2026-08-04T11:55:32+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 66, longevity 100
- inputs: {"age_days": 3931, "days_push": 29, "days_rel": 148, "gap_med": 34, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 31907, forks 2244 (observed 2026-08-28T04:11:57.259123+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: editor, ui-components, plugin-system, json, markdown
- domain: web-development, frontend, text-editors, cms, developer-tools
- platform: browser, cross-platform
- tags: wysiwyg, block-editor, rich-text, json-output, content-editing, pluggable, nodejs, web-server

## Member repositories
- codex-team/editor.js (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:57.259123+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:52:13.375063+00:00, confidence not recorded.
  - readme: https://github.com/codex-team/editor.js (fetched 2026-08-28T04:11:57.259123+00:00, sha d64601668d71)
  - homepage: https://editorjs.io (fetched 2026-08-29T07:49:28.430041+00:00, sha 4b061b0ff773)
  - site_page: https://editorjs.io/getting-started (fetched 2026-08-29T07:49:28.441261+00:00, sha 10a524afda9b)
  - site_page: https://editorjs.io/base-concepts (fetched 2026-08-29T07:49:28.439262+00:00, sha 343d21ec86b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
