ueberdosis/tiptap

The headless rich text editor framework for web artisans.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 seconds ago
Added to GitGenius on August 31st, 2026
Created on August 20th, 2018
Open Issues & Pull Requests: 833 (+0)
Number of forks: 3,100
Total Stargazers: 38,211 (+0)
Total Subscribers: 170 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.1 hours
Mean response time: 40.4 days
90th percentile: 121.3 days
Tracked items: 1,354

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "impact: low" is answered fastest, typically in under an hour, while "status: triage" waits about 4 days. Almost all tracked open issues have seen activity in the last three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 729
New in 7 days: 11
Closed in 7 days: 33
Avg open age: 678 days
Stale 30+ days: 671
Stale 90+ days: 0

Recent activity

Opened in 7 days: 9
Closed in 7 days: 33
Comments in 7 days: 3
Events in 7 days: 24

Top labels

  • impact: medium (486)
  • complexity: medium (411)
  • area: core (383)
  • area: editor (300)
  • complexity: hard (201)
  • tier: pro (175)
  • impact: low (165)
  • complexity: easy (149)

Detailed Description

Tiptap is a headless rich text editor framework for web applications that provides customizable editing capabilities without a bundled user interface.

The tool solves the problem of building rich text editors that require both flexibility and reliability by offering a framework-agnostic architecture built on ProseMirror. Rather than imposing a specific UI, Tiptap gives developers complete design freedom while maintaining a stable editing foundation. The extension-based architecture allows tailoring the editor's functionality through over one hundred available extensions, ranging from simple text styling to advanced features like drag-and-drop block editing. Developers can also create custom extensions and nodes to define their own editing behavior.

Tiptap suits projects where design consistency with the rest of the application matters or where specific editing workflows need to be implemented. It works across Vue, React, and plain JavaScript without compatibility issues. Teams building collaborative editing features should consider pairing it with Hocuspocus, the open-source collaboration backend built on CRDT technology that the same organization maintains. For advanced use cases, Pro Extensions provide sophisticated features including collaborative editing, commenting, versioning, document conversion, and AI-related capabilities through a subscription model.

The project maintains active development with regular updates to its core editor functionality and extension ecosystem. The tool receives consistent community contributions through both official extensions and community-built extensions. Documentation is comprehensive and regularly maintained, covering installation, customization, and extension development. The project demonstrates ongoing investment in both the open-source editor and complementary tools like Hocuspocus, indicating sustained commitment to the editing framework ecosystem.