Looks very good! Are these new components exclusively available through the Pro package, requiring at least the paid Starter plan? Are any of the new features open source, or is all of the new functionality restricted to the paid tiers?
Thanks for the positive feedback! You're right. The AI features are part of our paid offerings.
We're currently working on new open source features for the editor core, such as Markdown support, a decorations API, and editor content migrations: https://tiptap.dev/tiptap-editor-v3
We also recently released Hocuspocus V3 (https://github.com/ueberdosis/hocuspocus/releases/tag/v3.1.0).
Thanks for the response! I have a follow-up / suggestion. Looking at pricing, it seems that the only way to get all the Content AI frontend components is to subscribe to the Team account at $149 per month. This includes 5000 documents in Tiptap cloud. For companies that only want to integrate the Editor without Collaboration (only frontend, we need full control of the documents on our backend, and also directly call the LLM ourselves), do you plan to offer any options? Thanks
Great question! We've created a page explaining what counts as a cloud document: https://tiptap.dev/knowledge/what-counts-as-a-document. As long as you don't sync editor documents to our cloud services, you're good to go. The AI extensions can only work on the client side. Hope that helps :-)
From the page:
What does not increase your limit:
Some of Tiptap’s features and common usage patterns do not create new documents. Here are a few scenarios that do not increment your overall count:
Integrating the Editor without Collaboration: You can embed Tiptap’s Editor in your application for local or front-end use without creating any Tiptap Cloud documents. As long as you don’t store documents in the Tiptap Cloud, your count remains unchanged.
Using Content AI without Collaboration: Content AI features, such as autocomplete or content generation, do not require collaboration. If you don’t create new documents or store your AI-generated content in the Tiptap Cloud, you avoid increasing your document total.
Importing other file formats: You can import any number of files in formats like DOCX or MD. This action alone doesn’t raise your count. You only add to the count once you save them as Tiptap documents in the Tiptap Cloud.
Comments and Revisions: Comments and revisions live in the document’s metadata. They never raise your document count, but you must sync the document to the Tiptap Cloud to use them.