Tiptap

@tiptap.dev

After years of making everyone build their own find-and-replace extension, we have decided that this should perhaps be our problem too. Coming very soon. More small OSS extensions will follow for other things you should never have needed to implement yourself.

Shipped an alpha of the AI Toolkit last year to see if people needed it. They did. Today, the beta: real-time AI editing inside your docs for redlining reports, tutoring, whatever. Giving away 100 free lifetime licenses (100k tool calls/mo) for feedback: tiptap.dev/blog/release...

Bild

Hocuspocus v4.4.0 is out → New flushDelay option which batches updates so you send fewer messages to the server during heavy editing. → Better state sync across Redis instances for cluster setups. Full release notes: github.com/ueberdosis/h... Docs: tiptap.dev/docs/hocuspo...

Release v4.4.0 · ueberdosis/hocuspocus

What's Changed feat: add flushDelay option for batching updates to reduce websocket traffic during heavy editing by @janthurau in #1118 feat: add consistent state synchronization across Redis inst...

github.com

Meet the new Table Node UI! Add, move, resize, merge, and duplicate tables right inside your editor. Fully accessible, keyboard-friendly, and dark-mode ready. Included in your Pro subscription: npx @tiptap/cli@latest add table-node Docs: tiptap.dev/docs/ui-comp...

Need a Notion-style editor in your product? We built it. 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...

Tiptap 3.0 is stable 🚨 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 👇

We know Tiptap is built with TypeScript. But if you ever need it running on PHP, version 2.0.0 of tiptap-php is now out: - Added Color and FontFamily extensions. - Improved URL sanitization. - PHP 7.4 is no longer supported. - Removed error prone wrapper logic. github.com/ueberdosis/t...

Release 2.0.0 · ueberdosis/tiptap-php

What's Changed Fix: README.md code examples by @silasjoisten in #56 Fix README.md ordered list by @silasjoisten in #57 Fix to deprecated function call by @aSeriousDeveloper in #52 Add VSCode launc...

github.com

Service Announcement: We're kicking off the AI Agent Improvement Sprint: a series of updates designed to make the Tiptap AI Agent tools faster, smarter, and easier to use. We'll release these upgrades step by step over the next few weeks, starting today ✌️

Bild

DOCX import/export in Tiptap just got way faster. - 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...

Bild

🚨Open Source Update! 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

DOCX import/export just got way better in 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...

Bild

🚨 Exciting update from the Tiptap team! 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 👇

Bild

Quick Fix: We just made snapshot diffs in the Tiptap editor a lot easier to read ✌️ Before: a line break looked like a deletion + addition. Now: it just shows as a line break.

Just launched: the Tiptap AI Agent → Build AI-powered document workflows in minutes. 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

Need Grammarly-style AI suggestions inside your app? In this 2-min demo, we show how Tiptap AI Suggestions delivers: ✅ 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...

Arnau from our engineering team shows how to use Tiptap mentions to seamlessly add context to your AI-chat prompts, keeping interactions natural without awkward extra steps. Let your users type @mentions to provide additional context to the LLM.