https://github.com/browserbase/BrowseGPT
Chat interface that searches the web for you real-time
https://github.com/browserbase/BrowseGPT
Last synced: about 1 year ago
JSON representation
Chat interface that searches the web for you real-time
- Host: GitHub
- URL: https://github.com/browserbase/BrowseGPT
- Owner: browserbase
- Created: 2024-10-09T21:24:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:37:30.000Z (over 1 year ago)
- Last Synced: 2024-10-24T03:37:29.768Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.browsegpt.dev
- Size: 22.9 MB
- Stars: 42
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrowseGPT
[BrowseGPT](https://browsegpt.dev) is a chat interface that allows you to search the web and get answers to your questions. It is built with [Vercel AI SDK](https://www.npmjs.com/package/ai) and [Browserbase](https://www.browserbase.com/).

## Getting Started
1. Clone the repository
2. Add environment variables (see `.env.template`)
3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Vercel AI SDK and Browserbase, take a look at the following resources:
- [Vercel AI SDK](https://www.npmjs.com/package/ai) - learn about Vercel AI SDK features and API.
- [Browserbase](https://www.browserbase.com/) - offers a reliable, high performance serverless developer platform to run, manage, and monitor headless browsers at scale.