HomeLaunchesTiptap
21

Tiptap – AI infrastructure for text editors

Add an AI Assistant to your rich text editor in minutes, not weeks.

Hey everyone! Philip here, Co-founder at Tiptap (https://tiptap.dev), the open-source text editor framework used by thousands of dev teams to build collaborative and smart editors.

Today, we’re launching the Tiptap AI Agent, a developer-first way to add an AI agent that edits documents on your user's behalf, right inside your product. With this tool, you can add a Cursor-like assistant inside your text editor with a few lines of code.

The problem

Adding AI to a text editor seems easy! Just call an API, right?

But in reality, you end up rebuilding everything: prompt handling, context extraction, streaming, undo/redo, multiplayer state sync, UX for AI changes… It’s a lot of work just to get to something usable.

And it only gets harder when you want to use your custom LLM, tools, and backend..

What we built

The Tiptap AI Agent gives you all of this out of the box:

  • An AI assistant that can read and edit rich text based on user-defined tasks
  • Optional AI review flow (accept/reject changes)
  • Works with Tiptap Cloud or your customLLM, tools and RAG pipelines
  • Fully compatible with Tiptap’s multiplayer, comments, and change tracking

Go from “idea” to “AI in production” in minutes, not weeks.

Why we built it

We started building this after seeing the same request from users over and over:

How do I add AI beyond simple text commands to my Tiptap editor?

So we turned our existing AI features into a full-fledged AI Agent toolkit that anyone can use, no matter what model or backend they prefer.

Live demo: https://ai-agent.tiptap.dev/\ Demo video: https://youtu.be/w3ocdyi5qps\

Docs: https://tiptap.dev/docs/content-ai/capabilities/agent/overview

Our ask

Try the demo and plug it into your editor. If you’re building something cool, we’d love to hear from you.

We’re also happy to answer technical questions and receive feedback. Join our Discord community, or email us at humans@tiptap.dev.

Thanks for building with us!
The Tiptap Team