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
.envfile at the root and add your secret key as theLIVEBLOCKS_SECRET_KEYenvironment variable - Optionally add your copilot with
VITE_LIVEBLOCKS_COPILOT_IDenvironment variable - Run
npm run devand go to http://localhost:3000