---
title: "Collaborative editing implementation"
description: "Learn how to create a simple collaborative text editor in Tiptap with a short code example. More in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/advanced/collaborative-editing"
---

# Collaborative editing implementation

Learn how to create a simple collaborative text editor in Tiptap with a short code example. More in our docs!

This example shows how you can use Tiptap to let multiple users collaborate in the same document in real-time.

It connects all clients to a WebSocket server and merges changes to the document with the power of [Y.js](https://github.com/yjs/yjs). If you want to learn more about collaborative text editing, check out [our installation guide on collaborative editing](https://tiptap.dev/docs/collaboration/getting-started/overview.md).

> **Interactive demo:** [CollaborationSplitPane](https://embed.tiptap.dev/preview/Demos/CollaborationSplitPane)
