A smart, glowing AI chatbot that thinks deep so you donโt have to.
๐ Live Demo
DeepThink is a responsive, glowing single-page AI chatbot built with the MERN stack and integrated with Googleโs Gemini API.
It is designed for minimal distraction, smooth animations, and intuitive interactions.
Type a question. Hit Enter. Let DeepThink do the magic. ๐ฎ
- ๐ง Natural Language Understanding via Gemini 1.5 API
- ๐ Smooth glowing animations & modern dark UI
- โก Real-time loading animation with Lottie
- ๐ฌ Markdown rendering support
- โจ๏ธ Enter key submission (Shift+Enter for new line)
- ๐ Fully responsive design
- Frontend: React.js + MUI (Material UI)
- Backend API: Gemini 1.5 Flash (via Google Generative Language API)
- Styling: CSS3 with glowing animations
- Others: Axios, ReactMarkdown, Lottie Files
# 1. Clone the repo
git clone https://github.com/sarthak576/DeepThink.git
# 2. Navigate into the folder
cd Deepthink
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev