Integrate AI into your editor

Integrate the Content AI into your Tiptap Editor with just a couple of lines of code. This extension equips you with a set of AI-enhanced features including pre-built commands, prompt customization, image generation, and smart autocompletion.

Add your own custom commands on top and even integrate your own proprietary LLM to create a unique user experience.

Content AI features

How it works

Integrate OpenAI or your own Custom LLM with your Tiptap Editor. The extension covers both, the client and server-side implementations. Here’s the user experience:

  1. Highlight text in the editor and apply an AI command.
  2. Your selection, the chosen action, and any options are sent to our cloud service.
  3. We generate a prompt and engage OpenAI on your behalf.
  4. The AI's response is then directly inserted or streamed into your editor.

By default, this utilizes our backend service, but there are options for advanced scenarios including custom backends and LLMs.