jev-workflow.mp4
This demo shows you how to implement a multiplayer workflow builder for Jev with Liveblocks. Wire together Jev and LLMs, use the REST API to call the workflow, preview test runs, see multiplayer state and cursors.
- Install all dependencies with
npm install - Create an account on liveblocks.io
- Copy your secret key from the dashboard
- Create an
.envfile at the root and add your secret key as theLIVEBLOCKS_SECRET_KEYenvironment variable - Create an account on typesafe.ai
- Copy your API key from the console into the
TYPESAFE_API_KEYenvironment variable - Create an account on vercel.com
- Copy your AI gateway key from the dashboard into the
AI_GATEWAY_API_KEYenvironment variable - Run
npm run devand go to http://localhost:3000