An open-source AI chatbot built with Next.js, the AI SDK, and the AI Gateway.
A simple Next.js chatbot app to demonstrate the use of the Vercel AI Gateway with the AI SDK.
git clone <repo-url>
vc link
or vc deploy
pnpm i
(or npm i
or yarn i
) and run the development server with vc dev
vc dev
, you'll need to run vc env pull
to fetch the project's OIDC authentication token locally
vc dev
it will auto-refresh the token for you, so you don't need to fetch it manuallyThis repository is maintained by the Vercel team and community contributors.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance functionality or fix bugs.
An open-source AI chatbot built with Next.js, the AI SDK, and the AI Gateway.
A simple Next.js chatbot app to demonstrate the use of the Vercel AI Gateway with the AI SDK.
git clone <repo-url>
vc link
or vc deploy
pnpm i
(or npm i
or yarn i
) and run the development server with vc dev
vc dev
, you'll need to run vc env pull
to fetch the project's OIDC authentication token locally
vc dev
it will auto-refresh the token for you, so you don't need to fetch it manuallyThis repository is maintained by the Vercel team and community contributors.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance functionality or fix bugs.