HERO uses Hocuspocus and Y.js for realtime collaborative editing.Documentation Index
Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
Use this file to discover all available pages before exploring further.
Connection
- URL:
wss://collab.myhero.so - Auth: Bearer token (same personal access token as REST). Provide it via the
tokenfield on the Y.js provider config.
Active extensions
- Server — (no description)
- Database — Persists Y.Doc updates to MongoDB on every change.
- Logger — Logs connection lifecycle events.
- Error — (no description)
Example client
provider.document is a Y.Doc you can bind to your TipTap editor or any Y.js-compatible UI.