https://github.com/ctnicholas/ai-web-browser
https://github.com/ctnicholas/ai-web-browser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctnicholas/ai-web-browser
- Owner: CTNicholas
- Created: 2025-08-09T23:37:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T10:09:31.000Z (10 months ago)
- Last Synced: 2025-08-14T12:09:30.858Z (10 months ago)
- Language: TypeScript
- Size: 508 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/user-attachments/assets/444aea6e-e7e3-4ffc-9f07-3b68f2aa2998
## AI web browser
This demo shows you how to implement an AI web browser in Electron with [Liveblocks](https://liveblocks.io/).
### Set up Liveblocks
- [Book a demo](https://liveblocks.io/ai-copilots) to access AI Copilots
- Install all dependencies with `npm install`
- Create an account on [liveblocks.io](https://liveblocks.io/dashboard)
- Copy your **secret** key from the [dashboard](https://liveblocks.io/dashboard/apikeys)
- 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](http://localhost:3000)