jaredreich/pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 3342
- days_rel: n/a
- days_push: 843
- n_releases_24m: 0
Adoption not part of the score
12045 stars · 548 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
pell is an extremely small (~1.4kB min+gzip) dependency-free WYSIWYG rich text editor for the web, built on contenteditable with pure ES6 JavaScript. It ships a minimal set of formatting actions (bold, italic, headings, lists, links, images) and supports custom actions via document.execCommand.
Use cases
- add a lightweight rich text editor to a web page
- replace heavy editors like TinyMCE or Quill with a tiny alternative
- let users write formatted comments or posts in a web app
- embed a minimal WYSIWYG editor with no framework dependencies
- customize a rich text editor's toolbar with custom actions
When to choose
- you need the smallest possible rich text editor with zero dependencies
- your formatting needs are basic (bold, italic, lists, links, images)
- you want full control over styling via CSS/Sass
- bundle size is a top priority
When to avoid
- you need advanced features like collaborative editing, tables, or paste sanitization
- you rely on document.execCommand, which is deprecated and inconsistently implemented
- you need a maintained project with active development
- you need React/Vue framework-specific integrations
Facets
library · maturity maintenance
editor ui-components web-development frontend text-editors browser wysiwyg rich-text-editor contenteditable tiny zero-dependency javascript web-server
2 sources
- readme: https://github.com/jaredreich/pell · fetched 2026-08-28 · cb6b7f8fa204
- registry_npm: https://registry.npmjs.org/pell · fetched 2026-08-29 · c97f86c78074
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jaredreich/pell | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem