DorandaGPT is a smart, friendly, and engaging AI-powered virtual assistant. Talk, brainstorm, and get guidance with an AI that feels natural and human-like.
🎯 Special Note: This project is currently designed specifically for conversations in the style and personality of some selected teachers and mentors.
- 🧠 AI-powered conversations – Natural, friendly, and engaging.
- 🎨 Modern UI – Sleek design with smooth gradients and glow effects.
- 📱 Responsive – Works on desktop, tablet, and mobile.
- ⚡ Fast – Built with Next.js & optimized for performance.
- Frontend: Next.js, React, Tailwind CSS
- AI API: OpenAI / Gemini (Configurable via .env.local)
- Styling: Tailwind CSS + custom gradients & glow effects
Follow these steps to run the project locally:
- Clone the repository
git clone https://github.com/icodervivek/doranda-gpt.git
cd doranda-gpt- Install dependencies
npm install- Create environment variables
Note: At the root of the project, create a .env.local file and add your API key:
API_KEY=your_api_key_here4.Run the development server
npm run dev- Open in browser
Visit http://localhost:3000 to see the app.



