TechStack GPT is an AI-driven chatbot that helps users learn any programming language, framework, or tech stack. It generates personalized learning paths, answers coding questions, and provides real-world project suggestions to enhance learning.
✅ AI-generated step-by-step learning paths 📚
✅ Real-time coding Q&A with explanations 💻
✅ Personalized project recommendations 🚀
✅ Supports multiple tech stacks – Web Dev, AI/ML, DevOps, etc. 🔥
- Frontend: Next.js, Tailwind CSS
- Backend: Node.js, Express.js
- AI Model: Google Gemini API
- Hosting: Render
- Clone the repository:
git clone https://github.com/manaspros/TechStack-Chatbot.git cd techstack-gpt
- Install dependencies:
npm install
- Add your Google Gemini API Key to a
.env
file:GEMINI_API_KEY=your-api-key
- Start the server:
npm start
🔗 Deployed Version
Feel free to open issues, suggest improvements, or fork the repo! 🚀