<?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: Disha Yadav</title>
    <description>The latest articles on Forem by Disha Yadav (@disha_yadav_6959bf405321b).</description>
    <link>https://forem.com/disha_yadav_6959bf405321b</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%2F3801163%2F1b0cb991-26aa-4555-9aa7-6c2eadfd78f0.png</url>
      <title>Forem: Disha Yadav</title>
      <link>https://forem.com/disha_yadav_6959bf405321b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/disha_yadav_6959bf405321b"/>
    <language>en</language>
    <item>
      <title>I Was Tired of Rewatching YouTube Lectures — So I Built a Tool That Turns Them into Mind Maps (PDF)</title>
      <dc:creator>Disha Yadav</dc:creator>
      <pubDate>Mon, 02 Mar 2026 07:43:20 +0000</pubDate>
      <link>https://forem.com/disha_yadav_6959bf405321b/i-was-tired-of-rewatching-youtube-lectures-so-i-built-a-tool-that-turns-them-into-mind-maps-pdf-4lbg</link>
      <guid>https://forem.com/disha_yadav_6959bf405321b/i-was-tired-of-rewatching-youtube-lectures-so-i-built-a-tool-that-turns-them-into-mind-maps-pdf-4lbg</guid>
      <description>&lt;h2&gt;
  
  
  Convert YouTube Videos into Mind Map PDF
&lt;/h2&gt;

&lt;p&gt;I Was Tired of Rewatching YouTube Lectures — So I Built a Tool That Turns Them into Mind Maps (PDF)&lt;/p&gt;

&lt;p&gt;I spend a lot of time learning from YouTube.&lt;/p&gt;

&lt;p&gt;Programming tutorials.&lt;br&gt;&lt;br&gt;
Startup interviews.&lt;br&gt;&lt;br&gt;
Exam lectures.  &lt;/p&gt;

&lt;p&gt;And every time revision season came around, I faced the same problem:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rewatch a 2-hour video
&lt;/li&gt;
&lt;li&gt;Scroll through unstructured notes
&lt;/li&gt;
&lt;li&gt;Or read a messy auto-generated transcript
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of it felt efficient.&lt;/p&gt;

&lt;p&gt;I wanted something visual. Structured. Printable.&lt;/p&gt;

&lt;p&gt;So I built a small tool for myself.&lt;/p&gt;

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

&lt;p&gt;Most YouTube learning is passive.&lt;/p&gt;

&lt;p&gt;You watch.&lt;br&gt;
You understand (maybe).&lt;br&gt;
You forget.&lt;/p&gt;

&lt;p&gt;When you come back for revision, there’s no structured overview — just a long timeline of content.&lt;/p&gt;

&lt;p&gt;Summaries help a bit. But summaries are linear.&lt;/p&gt;

&lt;p&gt;Understanding isn’t.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;What if I could:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Paste a YouTube link
&lt;/li&gt;
&lt;li&gt;Extract the key concepts
&lt;/li&gt;
&lt;li&gt;Organize them into a structured mind map
&lt;/li&gt;
&lt;li&gt;Export it as a clean, printable PDF
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That’s how Revisemap started.&lt;/p&gt;

&lt;p&gt;(&lt;a href="https://revisemap.com" rel="noopener noreferrer"&gt;https://revisemap.com&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;How It Works (Simple Breakdown)&lt;/p&gt;

&lt;p&gt;The process is straightforward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A YouTube URL is submitted
&lt;/li&gt;
&lt;li&gt;The transcript is processed
&lt;/li&gt;
&lt;li&gt;Core topics and subtopics are identified
&lt;/li&gt;
&lt;li&gt;Content is structured hierarchically
&lt;/li&gt;
&lt;li&gt;A visual mind map is generated
&lt;/li&gt;
&lt;li&gt;The user can export it as a printable PDF
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The focus is not just summarization.&lt;/p&gt;

&lt;p&gt;It’s structured understanding.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Mind Maps?
&lt;/h2&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;They show hierarchy clearly
&lt;/li&gt;
&lt;li&gt;They make relationships visible
&lt;/li&gt;
&lt;li&gt;They improve retention
&lt;/li&gt;
&lt;li&gt;They are perfect for quick revision
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is especially useful for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Competitive exam preparation
&lt;/li&gt;
&lt;li&gt;Programming concepts
&lt;/li&gt;
&lt;li&gt;Business case studies
&lt;/li&gt;
&lt;li&gt;Long-form educational lectures
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of revisiting a full video, you can revise the entire structure in minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned While Building It
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Raw transcripts are noisy
&lt;/li&gt;
&lt;li&gt;Structure matters more than compression
&lt;/li&gt;
&lt;li&gt;Students prefer printable formats
&lt;/li&gt;
&lt;li&gt;Simplicity &amp;gt; too many features
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I didn’t want to build “just another AI tool”.&lt;/p&gt;

&lt;p&gt;I wanted to solve a real revision problem I personally had.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who Is It For?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Students preparing for exams
&lt;/li&gt;
&lt;li&gt;Developers learning from tutorials
&lt;/li&gt;
&lt;li&gt;Visual learners
&lt;/li&gt;
&lt;li&gt;Anyone who saves YouTube videos but struggles during revision
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;(&lt;a href="https://revisemap.com" rel="noopener noreferrer"&gt;https://revisemap.com&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;I’m continuously improving it based on feedback.&lt;/p&gt;

&lt;p&gt;If you have ideas on improving structure, layout, or workflow, I’d genuinely love to hear them.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
