basecamp/trix
A rich text editor for everyday writing observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 98
- Release rhythm 83
- 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: 14.0
- age_days: 4780
- days_rel: 116
- days_push: 12
- n_releases_24m: 17
Adoption not part of the score
20004 stars · 1134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Trix is a WYSIWYG rich text editor for web applications, built by 37signals as a JavaScript custom element. It uses its own internal document model rather than relying on contenteditable's execCommand APIs, producing consistent HTML output with support for embedded attachments.
Use cases
- add a rich text editor to a web app for writing messages and comments
- let users compose formatted articles or lists in the browser
- embed a WYSIWYG editor with attachment support in a form
- avoid cross-browser contenteditable inconsistencies in a text editor
- build a comment box with bold, italic, and list formatting
- integrate a rich text editor into a Rails or any JavaScript web application
When to choose
- you need a dependable, production-proven WYSIWYG editor for everyday writing like messages, comments, and articles
- you want consistent, terse HTML output across all evergreen browsers
- you prefer a web-standards-based custom element that works with any bundler or framework
- you need built-in support for embedded attachments
When to avoid
- you need complex document editing like tables, collaborative editing, or fine-grained layout control
- you want a fully customizable editor architecture with a plugin ecosystem (consider ProseMirror or Slate)
- you need a plain markdown or code editor rather than WYSIWYG formatting
Facets
library · maturity stable
editor ui-components frontend-framework web-development frontend text-editors browser cross-platform wysiwyg rich-text-editor custom-elements web-components contenteditable attachments javascript
3 sources
- readme: https://github.com/basecamp/trix · fetched 2026-08-28 · 402a4b663f30
- homepage: https://trix-editor.org/ · fetched 2026-08-29 · 74ce26d0abef
- registry_npm: https://registry.npmjs.org/trix · fetched 2026-08-29 · 049b74c159a3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| basecamp/trix | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem