💡 Inspiration
While preparing for competitive exams like GATE and practicing DSA problems, I realized that most learning tools focus on giving answers, not understanding.
Students often struggle not because the syllabus is hard, but because concepts are explained in fragmented or overly complex ways.
I wanted to build a tool that behaves like a good mentor - someone who explains concepts clearly, points out common mistakes, and asks the right follow-up questions to reinforce learning.
That idea became GateMentor.
🧠 What I Built
GateMentor is an AI-powered study partner designed for students preparing for:
- GATE
- DSA / LeetCode-style interviews
- Core Computer Science subjects
The app allows users to input a topic or question and receive a structured, exam-oriented explanation, including:
- 📘 A clear concept explanation
- 📌 A simple real-world example or analogy
- ⚠️ Common mistakes students usually make
- 📝 An exam-style practice question with a hidden answer
The focus was not on adding many features, but on delivering clarity, simplicity, and learning value.
🛠️ How I Built It
I built GateMentor as a solo developer using:
- React for the frontend
- Custom CSS for a clean, distraction-free UI
- OpenAI API for intelligent concept explanations
The UI was intentionally designed to be minimal and professional, ensuring students can focus on learning rather than navigating complexity.
I also structured AI responses carefully so that every output follows a consistent, student-friendly format.
🚧 Challenges Faced
One of the main challenges was ensuring that AI responses were:
- Not too verbose
- Not too shallow
- Always exam-relevant
This was solved by refining the prompt design and enforcing a strict response structure.
Another challenge was building something polished and usable within a tight hackathon deadline, which required prioritizing core value over feature overload.
📚 What I Learned
- How prompt design significantly affects AI output quality
- How much UI clarity matters in learning tools
- How to balance speed and quality when building under time constraints
- How to think like a product designer, not just a developer
🎯 Impact & Future Scope
GateMentor can be extended to support:
- Personalized learning paths
- Progress tracking
- PDF notes export
- Voice-based explanations
This project reinforced my belief that education tools should reduce confusion, not add to it - and that AI, when designed thoughtfully, can be a powerful learning companion.
Log in or sign up for Devpost to join the conversation.