An open-source chatbot built with Next.js, the Vercel AI SDK, and the Chrome AI provider.
Features · Deploy Your Own · Running locally ·
- Next.js App Router
- Vercel AI SDK for interacting with
window.ai
Gemini Nano model (using Chrome AI provider) - shadcn/ui
- Styling with Tailwind CSS
- Radix UI for headless component primitives
You can deploy your own version of the Chrome AI Chatbot to Vercel with one click:
Install dependencies:
pnpm install
Run the dev server:
pnpm run dev
Your app template should now be running on localhost:3000.