<?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: Parth</title>
    <description>The latest articles on DEV Community by Parth (@shadowbyte).</description>
    <link>https://dev.to/shadowbyte</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%2F3040672%2Fce873d28-8eea-4fb9-9a77-d3799b6360f3.jpg</url>
      <title>DEV Community: Parth</title>
      <link>https://dev.to/shadowbyte</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shadowbyte"/>
    <language>en</language>
    <item>
      <title>QuestXP: The AI-Powered Learning RPG that Kills Tutorial Hell 🚀</title>
      <dc:creator>Parth</dc:creator>
      <pubDate>Sun, 17 May 2026 18:15:25 +0000</pubDate>
      <link>https://dev.to/shadowbyte/questxp-the-ai-powered-learning-rpg-that-kills-tutorial-hell-318o</link>
      <guid>https://dev.to/shadowbyte/questxp-the-ai-powered-learning-rpg-that-kills-tutorial-hell-318o</guid>
      <description>&lt;h1&gt;
  
  
  QuestXP: Eliminating Playlist Fatigue
&lt;/h1&gt;

&lt;p&gt;"Tutorial Hell" is real. Self-taught learners spend thousands of dollars on bootcamps that are essentially curated YouTube playlists. Elite instructional content is free, but structure, accountability, and testing are locked behind paywalls. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;QuestXP&lt;/strong&gt; turns unstructured YouTube content into active, gamified university-level courses.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ The Architecture
&lt;/h2&gt;

&lt;p&gt;QuestXP is a decoupled system built for extreme scalability:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: React 18, Vite, Zustand, Tailwind CSS.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Node.js (v22), Express.js, MongoDB Atlas.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Queue/Cache&lt;/strong&gt;: Valkey, BullMQ.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vector DB/AI&lt;/strong&gt;: Pinecone Serverless, OpenAI GPT-4o-mini.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚡ Core Technical Innovations
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Multi-Stage Event-Driven Queue (BullMQ + Valkey)
&lt;/h3&gt;

&lt;p&gt;Processing a course requires fanning out metadata fetch, transcript parsing, chunk embedding, and quiz generation. &lt;br&gt;
We offloaded all heavy AI processing to background workers. The API returns instantly, while workers process concurrently via Valkey-backed queues.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Precise RAG Doubt Bot (Pinecone + OpenAI)
&lt;/h3&gt;

&lt;p&gt;Transcripts are embedded using &lt;code&gt;text-embedding-3-small&lt;/code&gt; and indexed in Pinecone using individual namespaces for every video lecture. The AI Doubt Chatbot queries this index with a high cosine similarity threshold (0.75) for precise, grounded contextual answers.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Pure-JS Adaptive Study Planner
&lt;/h3&gt;

&lt;p&gt;A deterministic Capacity Midpoint greedy-forward-fill algorithm. It applies a &lt;code&gt;75% efficiency factor&lt;/code&gt; to account for note-taking, and distributes lectures proportionally. If you miss a target, it automatically recalculates future dates.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Impact &amp;amp; Traction
&lt;/h2&gt;

&lt;p&gt;During our closed beta, QuestXP successfully onboarded &lt;strong&gt;80+ highly active users&lt;/strong&gt; who generated courses, took active-recall quizzes, and climbed the XP leaderboards.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Application: &lt;a href="https://www.questxp.in/" rel="noopener noreferrer"&gt;questxp.in&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Demo Video: &lt;a href="https://youtu.be/eehNPKyM5rc" rel="noopener noreferrer"&gt;YouTube Demo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Core Codebase: &lt;a href="https://github.com/parthpatidar03/QuestXP" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>node</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
