An open API service indexing awesome lists of open source software.

https://github.com/ctnicholas/ai-web-browser


https://github.com/ctnicholas/ai-web-browser

Last synced: 8 months ago
JSON representation

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)