HomeLaunchesTiptap
29

Tiptap 3.0 Beta: The Next-Gen Open Source Editor

Text editing infrastructure, solved.

Hey everyone! Philip here, Co-founder at Tiptap (https://tiptap.dev).

We're launching Tiptap 3.0 Beta, the next major version of our open-source text editor framework for web developers.

The Problem: Building custom, reliable, and performant text editors from scratch is painful. Developers spend countless hours struggling with edge cases, extensibility, and maintaining compatibility! Time better spent building core features.

Our Solution: Tiptap version 2 already provides a flexible, unopinionated, extension-based editor framework. But with Tiptap 3.0, we've focused heavily on removing even more friction:

  • Full TypeScript integration: Strongly typed APIs for fewer bugs.
  • Server-side compatible: Manipulate content server-side without the need for a DOM.
  • JSX support: Write custom nodes using a familiar React/Vue-style syntax.
  • Simplified dependencies: Consolidated popular extensions (like TableKit) to streamline your workflow.
  • Interactive marks: React and Vue markviews to easily add rich, interactive elements.
  • Static renderer: Render your editor content to HTML, Markdown, or even React components, anywhere.

Why Tiptap? We initially built Tiptap to solve our own frustrations with text editors. Four years, 30k GitHub stars, and a large open-source community later, we’ve learned a lot and incorporated that directly into Tiptap 3.0.

Give Tiptap 3.0 Beta a try:

Our ask: We'd love your feedback! If you're building something cool with Tiptap, or have feature requests and ideas, please reach out directly at founders@tiptap.dev or reply here.

Thanks for building with us!
The Tiptap Team