Collaborative Editing with Y-Sweet
In this example, we use Y-Sweet to let multiple users collaborate on a single BlockNote document in real-time.
Try it out: Open the Y-Sweet BlockNote demo (opens in a new tab) in multiple browser tabs to see it in action!
Relevant Docs:
- API documentation (opens in a new tab)
- Y-Sweet on Jamsocket (managed service) docs (opens in a new tab)
- Self hosting (opens in a new tab)
export default function App() {
return <></>;
}