Inspiration
In India, a student's board exam score isn't just a grade. It determines which college they attend, which career path opens, and in many families — their entire future.
Yet when that student opens ChatGPT at 11pm before a Physics exam, they get answers written for American textbooks. Wrong examples. Wrong patterns. Wrong everything.
I know this because I am that student.
I'm 14 years old, in 9th grade at an Air Force school in Maharashtra. Every AI study tool I tried failed me on NCERT content — the curriculum followed by 300 million Indian school students across every state, every board, every economic background.
The gap wasn't a coincidence. It was neglect.
So I built SchoolIT AI — a free, AI-powered study platform designed ground-up for Indian students. Not adapted. Not translated. Built from scratch, by a student, for students.
Because good education shouldn't depend on where you were born or how much your parents earn.
What Problem It Solves
The core injustice: Quality tutoring in India costs ₹500–2000 per hour. A student in rural Maharashtra or a small town in UP cannot afford that. Generic AI tools don't understand NCERT. Human tutors are inaccessible. The gap compounds every year.
Who it affects:
- 300 million+ school students on NCERT/CBSE curriculum
- Students in Tier 2/3 cities and rural areas with no access to quality coaching
- First-generation learners with no academic support at home
- Students preparing for Class 10 and 12 boards — the two exams that shape their lives
What SchoolIT AI does about it:
- Answers doubts framed exactly as NCERT textbooks frame them
- Generates CBSE-pattern practice questions with correct mark weightage
- Works on low-end Android phones with slow connections
- Costs the student exactly ₹0
What It Does
NCERT Doubt Solver Ask any question from Class 9–10 Math, Physics, Chemistry, Biology, History, Computer Science, or English. Get answers the way your NCERT textbook and teacher would explain them — not the way a Stanford professor would.
Exam Mode Generates board-style practice questions aligned to CBSE paper patterns. Not generic MCQs — actual 2-mark, 3-mark, 5-mark questions with the structure CBSE examiners expect.
Multi-Model Intelligence Automatically routes queries to the right model — fast mode for simple doubts, deep thinking mode for complex derivations. Uses GPT-4.1, GPT-4o, Llama 3.3, Gemma 2, and Gemini 2.0 Flash under the hood.
Agentic Tools Step-by-step math solver, web search for real-time info, flashcard and quiz generator, chart and flowchart creation — all within one interface, no switching apps.
File Analysis Upload a photo of your textbook diagram, a PDF, or a scanned question paper. SchoolIT AI reads it and explains it.
Zero Cost Architecture The entire platform runs on free-tier APIs and free hosting. Because if the product is for students who can't afford a tutor, the infrastructure has to reflect that commitment.
How I Built It
Built solo under Prolai:
- Framework: Next.js 14 (App Router), TypeScript 5.7
- Styling: Tailwind CSS 3.4, Framer Motion, Lucide React
- AI Layer: OpenAI SDK via GitHub Models, Groq API (Llama 3.3, Gemma 2), Gemini API (2.0 Flash, 1.5 Flash) — intelligent multi-model routing
- Agentic Tools: Web search, math solver, quiz generator, image generation in
lib/server/tools.ts - Auth: NextAuth.js 4 with Google Provider
- Rendering: KaTeX for equations, Recharts for data visualisation, Mermaid for diagrams
- Deployment: Vercel with hardened security headers (CSP, HSTS)
Built on an i3 processor with 4GB RAM, on Windows 10, with no paid API keys. Every constraint became a design decision — if it couldn't run free, it didn't ship.
Impact
Current:
- Live and accessible to any student in India at schoolit-ai.vercel.app
- Covers all core NCERT subjects for Class 9–10
- Zero cost to users, zero barriers to access
- Open source — anyone can contribute, fork, or build on it
Measurable:
- A student in rural UP with a ₹5000 Android phone can now access the same quality of doubt-solving as a student in a Delhi coaching centre
- That is the point. That is the impact.
What changes with this: No more "I couldn't understand the chapter and had no one to ask." No more failing an exam because you couldn't afford help. SchoolIT AI puts a knowledgeable study partner in every student's pocket — permanently free.
Challenges
Getting multiple AI models to behave consistently on NCERT-specific content required deep prompt engineering — each model hallucinates differently on Indian curriculum problems. Rate limiting was a constant balancing act on free tiers. Vision support hit file size walls that needed custom workarounds. Vercel deployment threw CSP header conflicts that took days to resolve.
All of this on a machine most developers would refuse to use.
Every obstacle was a lesson. None of them stopped the ship date.
What I Learned
That the most powerful thing AI can do isn't write poetry or generate images.
It's sit next to a 13-year-old in a village school at 10pm who doesn't understand Newton's third law — and explain it, patiently, correctly, for free, in a way that actually makes sense for their exam tomorrow.
That's what AI for Good means to me. Not a concept. A student. A doubt. An answer. A better shot at the future.
What's Next
- Expand to Classes 6–12 across all NCERT subjects
- Add Marathi and Hindi language support for rural students
- Build a teacher dashboard for classroom integration
- Partner with government schools and NGOs for distribution
- Sustainable monetisation for schools and coaching centres — student tier stays permanently free
SchoolIT AI isn't a hackathon project. It's infrastructure for educational equity in India.
Built With
- api
- nextjs
- node.js
- python
- tailwind
- typescript
Log in or sign up for Devpost to join the conversation.