Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 792 Bytes

File metadata and controls

15 lines (11 loc) · 792 Bytes
ai-web-browser.mp4

AI web browser

This demo shows you how to implement an AI web browser in Electron with Liveblocks.

Set up 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 the LIVEBLOCKS_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