ai-web-browser.mp4
This demo shows you how to implement an AI web browser in Electron with Liveblocks.
- Book a demo to access AI Copilots
- Install all dependencies with
npm install
- Create an account on liveblocks.io
- Copy your secret key from the dashboard
- Create an
.env
file at the root and add your secret key as theLIVEBLOCKS_SECRET_KEY
environment variable - Optionally add your copilot with
VITE_LIVEBLOCKS_COPILOT_ID
environment variable - Run
npm run dev
and go to http://localhost:3000