<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: K Manoj Kumar (manu)</title>
    <description>The latest articles on DEV Community by K Manoj Kumar (manu) (@k_manojkumarmanu_e16e).</description>
    <link>https://dev.to/k_manojkumarmanu_e16e</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3960264%2F84e71e14-96dd-408a-8248-a8883fa8780b.png</url>
      <title>DEV Community: K Manoj Kumar (manu)</title>
      <link>https://dev.to/k_manojkumarmanu_e16e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/k_manojkumarmanu_e16e"/>
    <language>en</language>
    <item>
      <title>Shikshak Sahayak: I Built an AI Assistant for India's Overworked Government School Teachers using Google Gemini</title>
      <dc:creator>K Manoj Kumar (manu)</dc:creator>
      <pubDate>Sat, 30 May 2026 17:14:48 +0000</pubDate>
      <link>https://dev.to/k_manojkumarmanu_e16e/shikshak-sahayak-i-built-an-ai-assistant-for-indias-overworked-government-school-teachers-using-33ke</link>
      <guid>https://dev.to/k_manojkumarmanu_e16e/shikshak-sahayak-i-built-an-ai-assistant-for-indias-overworked-government-school-teachers-using-33ke</guid>
      <description>&lt;h1&gt;
  
  
  Shikshak Sahayak: How I Built an AI Assistant for India's Overworked Government School Teachers
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Author:&lt;/strong&gt; K Manoj Kumar&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Built with:&lt;/strong&gt; Google Gemini AI&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Live app:&lt;/strong&gt; &lt;a href="https://manojkumarkathriki902-blip.github.io/shikshak-sahayak" rel="noopener noreferrer"&gt;https://manojkumarkathriki902-blip.github.io/shikshak-sahayak&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem I Saw
&lt;/h2&gt;

&lt;p&gt;India has over 9 million school teachers — and a large number of them work in government schools with very limited resources. A single teacher often handles multiple subjects, multiple classes, and 40–60 students at a time.&lt;/p&gt;

&lt;p&gt;Every week, these teachers spend hours manually writing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lesson plans for each subject and class&lt;/li&gt;
&lt;li&gt;Worksheets for students to practice&lt;/li&gt;
&lt;li&gt;Progress reports for parents&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is time that could be spent actually teaching. I wanted to fix that.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Shikshak Sahayak&lt;/strong&gt; (meaning "Teacher Helper" in Kannada/Hindi) is a free, browser-based AI tool that helps government school teachers instantly generate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📄 &lt;strong&gt;Lesson Plans&lt;/strong&gt; — structured, curriculum-aligned plans for any class and subject&lt;/li&gt;
&lt;li&gt;📝 &lt;strong&gt;Worksheets&lt;/strong&gt; — auto-generated practice questions with MCQs, fill-in-the-blanks, and short answers&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Progress Reports&lt;/strong&gt; — professional student report templates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best part? Teachers can generate all of this in &lt;strong&gt;Kannada, Hindi, Tamil, or English&lt;/strong&gt; — making it accessible to teachers across India who are not comfortable in English.&lt;/p&gt;




&lt;h2&gt;
  
  
  Google AI Tools I Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Google Gemini AI (gemini-2.0-flash)&lt;/strong&gt; — the core AI engine that generates all lesson plans, worksheets, and reports&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google AI Studio&lt;/strong&gt; — used to create and manage the Gemini API key&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generative Language API&lt;/strong&gt; — the API endpoint used to connect my app to Gemini&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I built this as a simple HTML + JavaScript web app — no backend server needed. This was a deliberate choice: government school teachers often use basic devices and low-bandwidth internet. A lightweight HTML file loads fast and works anywhere.&lt;/p&gt;

&lt;p&gt;The app sends the teacher's inputs (class, subject, topic, language) to the Gemini API and displays the generated content instantly on screen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The tech stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML + CSS + JavaScript (frontend)&lt;/li&gt;
&lt;li&gt;Google Gemini API (AI generation)&lt;/li&gt;
&lt;li&gt;GitHub Pages (free hosting)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Impact
&lt;/h2&gt;

&lt;p&gt;A teacher in a Karnataka government school can now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate a full 45-minute lesson plan in Kannada in under 10 seconds&lt;/li&gt;
&lt;li&gt;Create a 10-question worksheet for Class 6 Science in seconds&lt;/li&gt;
&lt;li&gt;Write professional progress reports without spending hours typing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What used to take 2–3 hours every week now takes under 5 minutes.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;This was my first time building with a Generative AI API. I learned how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connect a frontend app to the Gemini API&lt;/li&gt;
&lt;li&gt;Design prompts that give structured, useful output for teachers&lt;/li&gt;
&lt;li&gt;Build something that solves a real, local problem — not just a demo&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Try It Yourself
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;Live app:&lt;/strong&gt; &lt;a href="https://manojkumarkathriki902-blip.github.io/shikshak-sahayak" rel="noopener noreferrer"&gt;https://manojkumarkathriki902-blip.github.io/shikshak-sahayak&lt;/a&gt;&lt;br&gt;&lt;br&gt;
💻 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/manojkumarkathriki902-blip/shikshak-sahayak" rel="noopener noreferrer"&gt;https://github.com/manojkumarkathriki902-blip/shikshak-sahayak&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built as part of Google Gen AI Academy APAC — Meet the Builders campaign.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>gemini</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
