A starting point for your own ideas - PRs welcome
- Shared Editing using the ProseMirror editor - Live Demo
- Shared Editing using the ProseMirror editor with versioning support - Live Demo
- Shared Editing using the Dat Protocol - Live Demo
- Shared Editing using the Quill editor - Live Demo
- Shared Editing using the Atlassian Atlaskit editor - Live Demo
- Shared Editing using the Monaco editor - Live Demo
- Shared Editing using the CodeMirror editor - Live Demo
- Shared Editing using the TipTap editor - Live Demo
If you are new to Yjs and you just want to play around clone this repository and use one of the demo directories that interests you the most.
git clone https://github.com/yjs/yjs-demos.git
cd yjs-demos/${demo-directory}
npm install
npm start
The demos use a public y-websocket
instance for communication. Try using one of the other connectors or setting up
your own endpoint.
The demos are released to the public domain - Unlicense.