tiptap vs trix
tiptap and trix are two comparable projects, each with trade-offs depending on your needs. tiptap is the more popular choice (37,232 vs 19,967 stars). Both are MIT-licensed.
| tiptap | trix | |
|---|---|---|
| Summary | Tiptap is a headless, framework-agnostic rich text editor built on top of ProseMirror. It ships no UI of its own, instead exposing a composable extension system that lets developers build fully custom editing experiences in React, Vue, or vanilla JavaScript. | Trix is a WYSIWYG rich text editor from 37signals (creators of Rails) that powers writing in Basecamp. Rather than relying on contenteditable/execCommand directly, it treats the browser's editable surface as an I/O device, mapping input onto an internal document model and re-rendering to produce clean, consistent HTML. |
| Category | Editors & rich text | Editors & rich text |
| Language | TypeScript | JavaScript |
| License | MIT | MIT |
| Stars | 37,232 | 19,967 |
| Downloads/wk | — | 550.2k |
| Security | — | 8 advisories |
| Health | 100 | 100 |
| Last commit | 6/14/2026 | 6/13/2026 |
| Source | GitHub | GitHub |
More: tiptap alternatives · trix alternatives