# Quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility

Repository: https://github.com/slab/quill
Canonical: https://ross.abutalabs.com/products/quill
Homepage: https://quilljs.com
Language: TypeScript
License: BSD-3-Clause
License Family: permissive
Topics: editor, rich-text-editor, quill, wysiwyg
Last push: 2025-07-25T06:09:23+00:00
Link (homepage): https://quilljs.com
Link (site_page): https://quilljs.com/docs/quickstart

## Health v2 (maintenance only)
Score: 38/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 33, release rhythm 8, longevity 100
- inputs: {"age_days": 5147, "days_push": 404, "days_rel": 641, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 47320, forks 3665 (observed 2026-08-28T04:12:11.194689+00:00)

## What it is
Quill is a modern WYSIWYG rich text editor library for the web, built for compatibility and extensibility with a JSON-based Delta document model. It works consistently across modern browsers and offers a simple API for content, changes, and events.

## Use cases
- embed a rich text editor in a web app
- wysiwyg editor for blog post writing
- customizable rich text editor with custom modules
- editor that outputs structured JSON content
- cross-browser rich text editing for forms
- build a comment box with formatting toolbar

## When to choose
- you need a mature, widely adopted rich text editor with strong cross-browser consistency
- you want programmatic access to editor content via a clean JSON-based API
- you need extensibility through custom modules, formats, and themes

## When to avoid
- you only need plain text input without formatting
- you need collaborative editing out of the box without additional OT/CRDT integration work
- you need a full document editor like Word rather than an embeddable web component

## Facets
- artifact type: library
- maturity: stable
- function: editor, ui-components, frontend-framework
- domain: web-development, frontend, text-editors, developer-tools
- platform: browser, cross-platform
- tags: wysiwyg, rich-text-editor, delta-format, operational-transformation, typescript, extensible-editor, nodejs

## Member repositories
- slab/quill (main) score 38
- slab/delta (sdk) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:11.194689+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:21:10.073010+00:00, confidence not recorded.
  - readme: https://github.com/slab/quill (fetched 2026-08-28T04:12:11.194689+00:00, sha d0b8a8c2a3db)
  - homepage: https://quilljs.com (fetched 2026-08-29T07:45:09.886996+00:00, sha f05145bbc55b)
  - site_page: https://quilljs.com/docs/quickstart (fetched 2026-08-29T07:45:09.895785+00:00, sha d969251ce1d2)
  - registry_npm: https://registry.npmjs.org/quill (fetched 2026-08-29T07:45:09.897611+00:00, sha 263cae947ab5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
