Advanced Examples
Multiplayer Experience
A real-time collaborative workflow editor built with Liveblocks.
Multiplayer Experience
This example includes everything you need to build a real-time collaborative workflow editor with Liveblocks. You can explore it on the following page.
Getting Started
Download the codebase:
👉 Workflow Kit — Multiplayer Experience
After that, create a Liveblocks account and add your public API key to .env.local:
NEXT_PUBLIC_API_KEY=...
Then, install the dependencies:
npm install
Finally, run the project:
npm run dev