GeminiProChat is a simple and open-source web interface for Google’s Gemini Pro. It allows anyone to create their own AI chatbot powered by Google’s largest and most capable AI model: Gemini.
How to use it:
1. To deploy your own version of GeminiProChat, simply click this link and follow the on-screen instructions.
2. For the tech-savvy folks, you can also run GeminiProChat on your own machine. Just make sure you have Node v18+ and PNPM installed, then follow these steps:
- Install dependencies:
pnpm install - Copy the
.env.examplefile and rename it to.env - Add your GEMINI API key to the
.envfile (it starts withAIzaSy...) - Run the app:
pnpm run dev - Visit http://localhost:3000/ and say hello to your AI friend!









