ProseMirror

Low-level rich text editor toolkit for the web. Provides a robust document model, schema definition, editing operations, and an extensible plugin system. Used as the foundation for Tiptap, Remirror, Atlassian's editor, and The New York Times's editor. Not a ready-to-use editor — it's building blocks for creating custom editors. Enables collaborative editing (via Y.js or similar), custom schemas, and highly specialized document editors.

Evaluated Mar 06, 2026 (0d ago) v1.x
Homepage ↗ Repo ↗ Developer Tools editor rich-text prose document-model collaborative extensible tiptap-foundation notion
⚙ Agent Friendliness
64
/ 100
Can an agent use this?
🔒 Security
92
/ 100
Is it safe for agents?
⚡ Reliability
86
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
80
Error Messages
72
Auth Simplicity
100
Rate Limits
100

🔒 Security

TLS Enforcement
95
Auth Strength
92
Scope Granularity
90
Dep. Hygiene
90
Secret Handling
95

Client-side editor — no server communication. MIT licensed. Used in production by Atlassian, NYT. Sanitization is application responsibility for content rendering.

⚡ Reliability

Uptime/SLA
88
Version Stability
90
Breaking Changes
85
Error Recovery
82
AF Security Reliability

Best When

You need a custom editor with a specific document schema, collaborative editing, or specialized editing behaviors not available in higher-level editors like Tiptap.

Avoid When

You need a ready-to-use editor quickly — use Tiptap (built on ProseMirror) for a high-level API with ProseMirror's power.

Use Cases

  • Build custom rich text editors with specialized document schemas (e.g., structured documents, block-based editors like Notion)
  • Implement collaborative real-time editing by integrating ProseMirror with Y.js for CRDT-based multi-user editing
  • Create specialized content editors for documentation platforms, CMS backends, or structured data entry
  • Extend Tiptap (which is built on ProseMirror) with custom nodes, marks, and extensions using ProseMirror APIs directly
  • Build document transformation pipelines that programmatically manipulate ProseMirror document trees

Not For

  • Quick, simple rich text input — use Tiptap or Quill for ready-to-use editors; ProseMirror requires significant setup
  • Non-technical teams building editors — ProseMirror requires deep JavaScript knowledge and understanding of editor theory
  • Simple text areas with basic formatting — ProseMirror's power is for complex, custom editors

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
No

Authentication

Methods: none
OAuth: No Scopes: No

No authentication — client-side editor library.

Pricing

Model: open_source
Free tier: Yes
Requires CC: No

MIT licensed. Completely free. Maintained by Marijn Haverbeke.

Agent Metadata

Pagination
none
Idempotent
Full
Retry Guidance
Not documented

Known Gotchas

  • ProseMirror has a steep learning curve — the document model, schema, transactions, and plugins require understanding all parts together
  • All document mutations must go through transactions — direct DOM manipulation breaks ProseMirror's state management
  • Schema violations are often not caught until runtime — testing all content operations against your schema is required
  • Collaborative editing requires Y.js (y-prosemirror) or custom CRDT implementation — not built-in
  • ProseMirror nodes must be serialized/parsed from HTML or JSON for storage — define serialization rules for every custom node type
  • Plugin system is powerful but ordering matters — plugins that share state must be carefully ordered in the plugin array

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for ProseMirror.

$99

Scores are editorial opinions as of 2026-03-06.

5215
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered