Inkroom vs TipTap: product or framework?
Both are ProseMirror. The difference is what you hold in your hands after
npm install.
TipTap is a framework — a superb one. You get headless extensions and assemble your own editor: toolbar, dialogs, table controls, markdown pipeline, localization. If your team wants to own an editor product, choose TipTap and budget the weeks honestly.
Inkroom is a product. Five lines give you the finished editor; markdown is the native document format, not an add-on serializer.
| Question | Inkroom | TipTap |
|---|---|---|
| Working editor out of the box | ✅ 5 lines | ❌ assemble (their templates are starting points) |
| Markdown fidelity | Core identity; byte-level CI gate | Community extensions; HTML/JSON native |
| Markdown source mode | ✅ dual-mode with cursor mapping | ❌ |
| Tables with merging | ✅ MIT | Pro tier |
| Vue 3 | first-class binding | supported, React-centric ecosystem |
| Collab / comments / versions | self-hosted, €290/yr flat, offline license | TipTap Cloud: $59 (Start, 500 docs) → $1,199/mo (Business); Tracked Changes priced separately |
| Usage counters | none, ever | documents/loads metered on cloud plans |
| Own your data path | always (there is no cloud) | self-hosted collab needs Enterprise conversations |
Choose TipTap when the editor is your product and you need engine-level freedom. Choose Inkroom when the editor is a feature of your product, your format is markdown, and your legal team keeps asking why document counts leave the building.
Numbers measured/quoted 2026-07-05; see size.md for method.