<?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: Kento Kanazawa</title>
    <description>The latest articles on DEV Community by Kento Kanazawa (@kentokana).</description>
    <link>https://dev.to/kentokana</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%2F131323%2Fa751e1aa-5a35-4ae3-bb01-c8ddfa323244.jpg</url>
      <title>DEV Community: Kento Kanazawa</title>
      <link>https://dev.to/kentokana</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kentokana"/>
    <language>en</language>
    <item>
      <title>I built a tool to turn YouTube into a learning platform</title>
      <dc:creator>Kento Kanazawa</dc:creator>
      <pubDate>Wed, 26 Jun 2024 05:33:50 +0000</pubDate>
      <link>https://dev.to/kentokana/i-built-a-tool-to-turn-youtube-into-a-learning-platform-167m</link>
      <guid>https://dev.to/kentokana/i-built-a-tool-to-turn-youtube-into-a-learning-platform-167m</guid>
      <description>&lt;p&gt;Hey Dev.to!&lt;/p&gt;

&lt;p&gt;I wanted to share with you a milestone I reached - launching my web app, &lt;a href="https://notetube.app"&gt;NoteTube&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;I started building this app because I wanted a tool that will shorten the onboarding sessions to teach new hires the tech stack that we use. I figured that YouTube content can do 90% of the teaching, and I can fill in the gaps by leaving detailed annotations on YouTube videos.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://NoteTube.app"&gt;NoteTube.app&lt;/a&gt; is an online tool that enables users to build notes using YouTube’s educational resources. While YouTube has an awesome community of people creating educational content, I find the actual learning experience lackluster - after all, the platform is optimized for consumption, not learning. &lt;/p&gt;

&lt;p&gt;NoteTube allows you to make time-stamped annotations on YouTube videos, ensuring your notes are contextualized with the video content. Whether you’re watching a coding tutorial or your favorite cooking influencer’s video, NoteTube enhances insights by facilitating chronological, well-organized note-taking.&lt;/p&gt;

&lt;p&gt;How it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Copy the URL of the YouTube video you want to take notes for&lt;/li&gt;
&lt;li&gt;Submit the URL in NoteTube to generate your note&lt;/li&gt;
&lt;li&gt;Start taking notes&lt;/li&gt;
&lt;li&gt;Share notes with your peers, or keep them private to yourself - with the ability to export your notes as an interactive PDF.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Timestamped note-taking&lt;/li&gt;
&lt;li&gt;Creating both private and public facing notes&lt;/li&gt;
&lt;li&gt;Tagging notes for organization&lt;/li&gt;
&lt;li&gt;Creating note collections to organize multiple notes in one location&lt;/li&gt;
&lt;li&gt;Create an interactive PDF export of your notes&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuvko69f1d4xxbnxhdnri.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuvko69f1d4xxbnxhdnri.jpeg" alt="Image description" width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1vin19734e3xz53kfb5.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1vin19734e3xz53kfb5.jpeg" alt="Image description" width="800" height="665"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqfm9zam5v8yoy44t1d5o.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqfm9zam5v8yoy44t1d5o.jpeg" alt="Image description" width="800" height="418"&gt;&lt;/a&gt;&lt;br&gt;
I am also working on a bunch of features in the road ahead - such as AI integration for summarizing the video through transcripts, as well as identifying irrelevant parts of the video that isn't as conducive to your learning - so that you can cut out distractions as much as possible.&lt;/p&gt;

&lt;p&gt;I hope NoteTube can help you learn more effectively using the incredible educational content on YouTube! Try out NoteTube here:&lt;br&gt;
&lt;a href="https://notetube.app"&gt;Website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks so much for reading!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://x.com/TokenXer/status/1805386122719379956"&gt;Twitter/X&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.producthunt.com/products/notetube"&gt;Product Hunt&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>saas</category>
      <category>solopreneur</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
