Collaboration
Platform
On-premises

Real-time collaboration anywhere

Allow your users to collaborate in any document and media. Integrate live carets and cursors to show who is typing, support offline editing and sync content without any headaches.

DataSnipper
KPMG
The Observer
Hebbia
Thomson Reuters
SoftExpert
DevRev
SciSpace
BCG
Reforge
Business Insider
deshaw
Posthog
LinkedIn
Productboard
Axios
Staffbase
Beehiiv
Front
ChartHop
Jenni
Chegg
Trainual
UserTesting
Substack
Opal
nextcloud
Axios HQ
ycombinator
ahref
Storyblok
Gitlab

Get the highlights.

Discover the key benefits of the Collaboration feature and how to integrate it.

# Quick start

  1. Create your Tiptap account
  2. npm install @tiptap/extension-collaboration yjs
  3. Integrate your Collaboration extension into your editor instance

[Read docs](https://tiptap.dev/docs/collaboration/getting-started/install)

Create and editcontent together

Integrate real-time collaboration with a few lines of code into your editor, digital whiteboard or really any other part of your app.

Show who’s onlineand collaborating

Show the presence of other users by syncing user profiles and changes in real-time like avatars, cursors, carets, selections and anything else you’d want to show.

Live cursors to track movement

Live selection for instant feedback

Avatars for a personal touch

Live carets to indicate active editing

Node/object states update in real time

Cursor chats for fast communication

Audio feedback when someone speaks

Conflict-freeoffline and online

Support offline created content and merge it once your users go online. Release new schema’s independent of your users out-dated applications and handle conflicts with a proper UX.

On-premises or Platform

Simple document management

Save your documents as JSON or HTML, back them up with real-time updates using our webhooks, or manage them with our CRUD REST API.

Developer Docs

Code with clarity: Explore comprehensive documentation and examples to jumpstart your journey with Tiptap.

Documentation

Built for developers

Easily integrate Tiptap Collaboration with your existing application with minimal code overhead.

Real-time document connections

Plug and play a few lines of code and enable your users to collaborate together in the same documents.

Full control with documents REST API

Use our REST APIs to manipulate your documents server-side with JSON and HTML.

Frequently askedquestions

Absolutely. Tiptap Collaboration is versatile enough to accommodate both self-hosted and on-premise deployment options. This flexibility is ideal for organizations that require full control over their data and infrastructure due to regulatory, security, or privacy concerns. You can find and select the self-hosted or on-premise deployment options within your Tiptap Platform account settings.

Yes, Tiptap Collaboration is deeply committed to data privacy and security. We offer a range of hosting options to suit different security needs, including on-premise, self-hosted, dedicated cloud servers, and standard cloud services. Our on-premise and self-hosted solutions provide additional control and security for organizations with specific compliance requirements. For those opting for cloud-based services, our infrastructure is managed to maintain stringent security standards.

Tiptap Collaboration integrates the open source Y.js framework, which efficiently manages real-time updates and conflict-free editing. This framework ensures that all live and offline edits are seamlessly synced, akin to a version control system. It allows you to track changes, revert to previous versions, and ensure that every edit is accounted for.

Yes, Tiptap Collaboration can be easily integrated into your existing applications. It is designed for easy setup, whether you want to manage it on-premise or in the Tiptap Platform. The integration process is developer-friendly, and detailed documentation is provided to guide you through each step.

Tiptap Collaboration is an advanced feature of the Tiptap editor suite designed to facilitate real-time collaborative editing. It allows multiple users to work on the same document simultaneously, ensuring seamless communication. It uses Conflict-free Replicated Data Types (CRDTs) by Yjs, a technology that allows simultaneous edits by multiple users without conflicts.