An open-source AI chatbot app template demonstrating Google Gemini 2.5 Flash computer use capabilities, built with Next.js and the Google Generative AI SDK.
Features · Deploy Your Own · Running Locally · Authors
- Streaming text responses powered by the Google Generative AI SDK, with real-time function call argument streaming.
- Integration with Google Gemini 2.5 Flash computer use tool and bash command capabilities.
- Sandbox environment with e2b for secure execution.
- shadcn/ui components for a modern, responsive UI powered by Tailwind CSS.
- Built with the latest Next.js App Router.
You can deploy your own version to Vercel by clicking the button below:
-
Clone the repository and install dependencies:
npm install # or yarn install # or pnpm install
-
Install the Vercel CLI:
npm i -g vercel # or yarn global add vercel # or pnpm install -g vercel
Once installed, link your local project to your Vercel project:
vercel link
After linking, pull your environment variables:
vercel env pull
This will create a
.env.localfile with all the necessary environment variables. -
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 to view your new AI chatbot application.
This 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.