Pawtopia AI Support is an AI-powered chatbot designed to assist pet owners with questions about pet care, health, diet, and general wellness. Built using React.js, Tailwind CSS, and Google Gemini API, it provides intelligent, real-time responses to users' queries.
- AI Chatbot: Ask questions about pet care and get instant answers powered by Gemini API.
- Real-Time Interaction: Seamless, responsive chat interface.
- Personalized Responses: Tailored answers based on context and user queries.
- Multi-Pet Support: Manage questions about different pets easily.
- Lightweight Frontend: Fast and clean UI built with React and Tailwind CSS.
- Free to Use: No payments or subscriptions required.
| Component | Technology / Library |
|---|---|
| Frontend | React.js, Tailwind CSS |
| AI Integration | Google Gemini API |
| Deployment | Vercel |
| Sign up/Sign in page | Chat Interface | AI Response Example |
|---|---|---|
![]() |
![]() |
![]() |
- Node.js ≥ 18
- Google Gemini API Key
git clone https://github.com/your-username/pawtopia-ai-support.git
cd pawtopia-ai-support
npm installCreate a .env.local file in the root and add:
NEXT_PUBLIC_GEMINI_API_KEY=your_gemini_api_keynpm run devOpen http://localhost:3000 in your browser to interact with the chatbot.
Open the web app in your browser.
Type your pet-related question in the chatbox.
Receive AI-generated answers instantly.
Ask follow-up questions and continue the conversation naturally.


