That went quickly! After two months in beta, we’re announcing the release of the stable version of Tiptap 3.0. With over eight million downloads per month on npm, we hope this update will make many developers very happy. Here’s what’s new 👇
Learn more 👉 buff.ly/zYNiDyQ
Learn more 👉 buff.ly/zYNiDyQ
Now in Tiptap Cloud:
✅ Drag-and-drop blocks
✅ Real-time collaboration
✅ Version history
✅ AI commands (rewrite, generate, autocomplete)
✅ Mobile-ready UI
Use it, extend it, ship it.
Live demo: template.tiptap.dev/preview/temp...
Now in Tiptap Cloud:
✅ Drag-and-drop blocks
✅ Real-time collaboration
✅ Version history
✅ AI commands (rewrite, generate, autocomplete)
✅ Mobile-ready UI
Use it, extend it, ship it.
Live demo: template.tiptap.dev/preview/temp...
That went quickly! After two months in beta, we’re announcing the release of the stable version of Tiptap 3.0. With over eight million downloads per month on npm, we hope this update will make many developers very happy. Here’s what’s new 👇
That went quickly! After two months in beta, we’re announcing the release of the stable version of Tiptap 3.0. With over eight million downloads per month on npm, we hope this update will make many developers very happy. Here’s what’s new 👇
– New docs for custom AI backends
– Demos for faster setup
– Cleaner API (less code, smaller bundle)
– Fixes for Claude, Vercel AI SDK, and more
Docs → tiptap.dev/docs/content...
Demos → github.com/ueberdosis/a...
– New docs for custom AI backends
– Demos for faster setup
– Cleaner API (less code, smaller bundle)
– Fixes for Claude, Vercel AI SDK, and more
Docs → tiptap.dev/docs/content...
Demos → github.com/ueberdosis/a...
The AI Agent now knows what you selected. It edits just that. Nothing more, nothing less.
Docs → tiptap.dev/docs/content...
The AI Agent now knows what you selected. It edits just that. Nothing more, nothing less.
Docs → tiptap.dev/docs/content...
Let your AI Agent do smarter work by passing extra info like document IDs or mentions.
Docs: tiptap.dev/docs/content...
Let your AI Agent do smarter work by passing extra info like document IDs or mentions.
Docs: tiptap.dev/docs/content...
- Added Color and FontFamily extensions.
- Improved URL sanitization.
- PHP 7.4 is no longer supported.
- Removed error prone wrapper logic.
github.com/ueberdosis/t...
- Added Color and FontFamily extensions.
- Improved URL sanitization.
- PHP 7.4 is no longer supported.
- Removed error prone wrapper logic.
github.com/ueberdosis/t...
Quickly create specialized AI Agents with unique behaviors and personalities, all powered by Tiptap Cloud.
Details in the docs: tiptap.dev/docs/content...
Quickly create specialized AI Agents with unique behaviors and personalities, all powered by Tiptap Cloud.
Details in the docs: tiptap.dev/docs/content...
- Chunk size: Increased from 1,000 → 32,000 chars (matches modern coding assistants).
- Diff-based editing: Precise, quicker edits instead of full rewrites.
Demo → ai-agent.tiptap.dev
Docs → tiptap.dev/docs/content...
Next up in our Sprint: Customizable prompts…
- Chunk size: Increased from 1,000 → 32,000 chars (matches modern coding assistants).
- Diff-based editing: Precise, quicker edits instead of full rewrites.
Demo → ai-agent.tiptap.dev
Docs → tiptap.dev/docs/content...
Next up in our Sprint: Customizable prompts…
- 60% less memory
- 47% faster processing
- Memory grows linearly now, even for 100+ pages
Smart chunking, better GC, full Sentry traces.
Bonus: considering Bun for the next round. Let’s squeeze more.
Docs: tiptap.dev/docs/convers...
- 60% less memory
- 47% faster processing
- Memory grows linearly now, even for 100+ pages
Smart chunking, better GC, full Sentry traces.
Bonus: considering Bun for the next round. Let’s squeeze more.
Docs: tiptap.dev/docs/convers...
We just released a bunch of previously pro-only Tiptap extensions under the MIT license. They are now available via NPM. Contributions are very welcome.
Happy coding, and enjoy your weekend!
Team Tiptap
We just released a bunch of previously pro-only Tiptap extensions under the MIT license. They are now available via NPM. Contributions are very welcome.
Happy coding, and enjoy your weekend!
Team Tiptap
✅ More accurate DOCX formatting
✅ Map your custom nodes to DOCX elements
✅ Control the DOCX styling so it looks like your brand
Use it however you like: frontend, backend, or through our cloud API.
Docs: tiptap.dev/docs/convers...
✅ More accurate DOCX formatting
✅ Map your custom nodes to DOCX elements
✅ Control the DOCX styling so it looks like your brand
Use it however you like: frontend, backend, or through our cloud API.
Docs: tiptap.dev/docs/convers...
We’re open-sourcing 10 of our formerly “Pro” extensions under the MIT license.
They’ll be fully free and open by the end of June. Here’s what’s included 👇
We’re open-sourcing 10 of our formerly “Pro” extensions under the MIT license.
They’ll be fully free and open by the end of June. Here’s what’s included 👇
Before: a line break looked like a deletion + addition.
Now: it just shows as a line break.
Before: a line break looked like a deletion + addition.
Now: it just shows as a line break.
Agents can read + edit text based on user-defined tasks, from simple assistants to complex automations.
- Works with Tiptap Cloud
- Or use it with your LLM + backend + custom tools
Live demo: ai-agent.tiptap.dev
Agents can read + edit text based on user-defined tasks, from simple assistants to complex automations.
- Works with Tiptap Cloud
- Or use it with your LLM + backend + custom tools
Live demo: ai-agent.tiptap.dev
I wrote a post on how I approached this:
blog.vannsl.io/blog/designi...
@tiptap.dev came out on top after comparing CKEditor, Slate, Quill & more.
Part 1 of 4 🔧
✅ Custom rules
✅ Accept/reject flow for each suggestion
✅ Plug in any LLM
✅ Works out of the box, fully customizable
✅ Self-hosted
Docs: tiptap.dev/docs/content...
✅ Custom rules
✅ Accept/reject flow for each suggestion
✅ Plug in any LLM
✅ Works out of the box, fully customizable
✅ Self-hosted
Docs: tiptap.dev/docs/content...
What’s new docs:
next.tiptap.dev/docs/resourc...
GitHub:
github.com/ueberdosis/t...
Thanks to ProseMirror for their amazing open-source work!
What’s new docs:
next.tiptap.dev/docs/resourc...
GitHub:
github.com/ueberdosis/t...
Thanks to ProseMirror for their amazing open-source work!
React components + template to build editor UIs fast! No boilerplate, no lock-in. Use them as-is or customize everything.
Docs → tiptap.dev/docs/ui-comp...
CLI → npx @tiptap/cli init
GitHub repo: github.com/ueberdosis/t...
React components + template to build editor UIs fast! No boilerplate, no lock-in. Use them as-is or customize everything.
Docs → tiptap.dev/docs/ui-comp...
CLI → npx @tiptap/cli init
GitHub repo: github.com/ueberdosis/t...
This agent breaks down tasks, works step-by-step, reviews, summarizes, and asks for follow-ups.
Next: let it access and switch between documents, like Cursor for code.
Live demo → ai-agent.tiptap.dev
This agent breaks down tasks, works step-by-step, reviews, summarizes, and asks for follow-ups.
Next: let it access and switch between documents, like Cursor for code.
Live demo → ai-agent.tiptap.dev