BrowseGPT is a chat interface that allows you to search the web and get answers to your questions. It is built with Vercel AI SDK and Browserbase.
- Clone the repository
- Add environment variables (see
.env.template
) - Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open 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.
To learn more about Vercel AI SDK and Browserbase, take a look at the following resources:
- Vercel AI SDK - learn about Vercel AI SDK features and API.
- Browserbase - offers a reliable, high performance serverless developer platform to run, manage, and monitor headless browsers at scale.