<?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>Forem: Roshan Damor</title>
    <description>The latest articles on Forem by Roshan Damor (@logicbyroshan).</description>
    <link>https://forem.com/logicbyroshan</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%2F3464788%2Fab95f132-7a84-41e0-a3d6-ed9b97fcc3bf.jpeg</url>
      <title>Forem: Roshan Damor</title>
      <link>https://forem.com/logicbyroshan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/logicbyroshan"/>
    <language>en</language>
    <item>
      <title>Let's Build ExamMate Together - An Open Source Project to Simplify Exam Prep</title>
      <dc:creator>Roshan Damor</dc:creator>
      <pubDate>Wed, 29 Oct 2025 19:08:12 +0000</pubDate>
      <link>https://forem.com/logicbyroshan/lets-build-exammate-together-an-open-source-project-to-simplify-exam-prep-22im</link>
      <guid>https://forem.com/logicbyroshan/lets-build-exammate-together-an-open-source-project-to-simplify-exam-prep-22im</guid>
      <description>&lt;p&gt;Let's Build ExamMate Together - An Open Source Project to Simplify Exam PrepWe all know how exam time goes for most of us engineering students - we study only a few nights before the exam 😅.&lt;br&gt;
 Those nights usually go in finding PYQs (Previous Year Questions), notes, or asking friends and seniors for resources.&lt;/p&gt;

&lt;p&gt;Nowadays, we even use AI to make this easier - letting it analyze PYQs and predict important questions. Some of us even ask AI to create test papers for practice before exams.&lt;/p&gt;

&lt;p&gt;But even after trying everything, I kept facing the same problem every semester - finding all the right PYQs, notes, and resources in one place was still a hustle.&lt;br&gt;
That's when I thought - &lt;br&gt;
_ "💡Why not build something that actually solves this?"&lt;br&gt;
_And that's how **ExamMate **started.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is ExamMate?
&lt;/h2&gt;

&lt;p&gt;ExamMate is a platform I'm building - an open-source project that aims to bring everything students need for exam preparation in one place.&lt;/p&gt;

&lt;p&gt;Here's what ExamMate will offer 👇&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🧾 AI Test Paper Generator - Instantly create practice tests based on PYQs and syllabus.&lt;/li&gt;
&lt;li&gt;📊 PYQ Analyzer - Analyze past papers, find patterns, and list important questions.&lt;/li&gt;
&lt;li&gt;🔍 Smart Resource Finder - Collect and recommend the best study material from YouTube and the internet.&lt;/li&gt;
&lt;li&gt;🤝 Community Contributions - Share, collaborate, and learn with other students.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Made ExamMate Open Source
&lt;/h2&gt;

&lt;p&gt;I decided to make ExamMate open source because learning is better together.&lt;/p&gt;

&lt;p&gt;As a student, I won't always be able to maintain, update, or scale the project alone. But if students from different colleges contribute - by adding new features, improving the UI, writing documentation, or giving feedback - we can keep it alive and growing.&lt;/p&gt;

&lt;p&gt;Also, open-source projects can sometimes get community sponsorships, which will help keep ExamMate running and updated in the long term.&lt;/p&gt;

&lt;p&gt;So, open-sourcing this project isn't just about code - it's about building a student-led ecosystem for smarter studying.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack Behind ExamMate
&lt;/h2&gt;

&lt;p&gt;For now, I'll be building ExamMate using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🖥 Backend: Django&lt;/li&gt;
&lt;li&gt;💻 Frontend: React&lt;/li&gt;
&lt;li&gt;🤖 AI Tools: Gemini + OpenAI for test generation and analysis&lt;/li&gt;
&lt;li&gt;🎥 APIs: YouTube API and other free educational APIs&lt;/li&gt;
&lt;li&gt;🕸 Scraping Tools: BeautifulSoup (BS4), Appwrite, etc.&lt;/li&gt;
&lt;li&gt;🔗 APIs: Django REST Framework for API integration&lt;/li&gt;
&lt;li&gt;☁️ Deployment: Google Cloud (GCP) using Docker &amp;amp; GitHub Actions&lt;/li&gt;
&lt;li&gt;🧰 Tools: Git, GitHub, and VS Code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff6t9pax0en0epfpjxxc9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff6t9pax0en0epfpjxxc9.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Stage of ExamMate
&lt;/h2&gt;

&lt;p&gt;Right now, I'm in the early stage - designing and planning.&lt;/p&gt;

&lt;p&gt;I've defined the core features, set up the GitHub repository, and built a landing page to collect feedback and ideas.&lt;/p&gt;

&lt;p&gt;If you want to check it out or give suggestions - the link is below!&lt;/p&gt;

&lt;h2&gt;
  
  
  How You Can Get Involved
&lt;/h2&gt;

&lt;p&gt;This project is open for everyone to join!&lt;br&gt;
 Here's how you can contribute:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌟 Star the GitHub repo: ExamMate on GitHub&lt;/li&gt;
&lt;li&gt;💬 Share ideas or feedback: Comment on the repo or join the discussion on Discord&lt;/li&gt;
&lt;li&gt;🧑‍💻 Contribute code, design, docs, or AI models&lt;/li&gt;
&lt;li&gt;✍️ Help write content - like datasets, exam subjects, or resources&lt;/li&gt;
&lt;li&gt;🗣 Share your feedback in the GitHub Discussions section&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ✨ Closing - My Vision
&lt;/h2&gt;

&lt;p&gt;ExamMate is more than just another project - it's a community-driven effort to make studying less stressful and more intelligent.&lt;/p&gt;

&lt;p&gt;If you've ever felt exam prep could be smarter, this is your chance to help shape it.&lt;/p&gt;

&lt;p&gt;Let's *&lt;em&gt;build ExamMate together *&lt;/em&gt;💪&lt;br&gt;
 Let's make exams a little less painful - and a lot more productive.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>django</category>
      <category>react</category>
    </item>
  </channel>
</rss>
