MindSpark is an AI-powered chatbot built with Next.js and Gemini AI, deployed on Vercel. Chat with AI effortlessly and explore intelligent conversations!
- 🤖 Conversational AI powered by Google Gemini
- 🌐 Hosted on Vercel
- 🎨 Clean and responsive UI
- ⚡ Easy to extend and customize
- 💻 Next.js – React framework
- 🧠 Google Gemini API – AI model for conversations
- 🌐 Vercel – Hosting
-
Clone the repository
git clone https://github.com/dhruvil0203/Ai_Chatbot.git cd mindspark -
Install dependencies
npm install # or yarn install -
Set up environment variables Create a
.env.localfile in the root of your project and add your Gemini API key:GEMINI_API_KEY=your_api_key_here
-
Run the development server
npm run dev
Open 🌐 http://localhost:3000 in your browser.
- 💬 Add support for multiple chat sessions
- 🗂️ Persistent conversation history
- 🎨 More UI customization options