<?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: Varun Manjunath</title>
    <description>The latest articles on DEV Community by Varun Manjunath (@vj_2_108).</description>
    <link>https://dev.to/vj_2_108</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%2F3980626%2Ff959a176-6e6a-448a-a248-ce4dcc58b4d7.jpg</url>
      <title>DEV Community: Varun Manjunath</title>
      <link>https://dev.to/vj_2_108</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vj_2_108"/>
    <language>en</language>
    <item>
      <title>No Suggest - distraction-free YouTube client</title>
      <dc:creator>Varun Manjunath</dc:creator>
      <pubDate>Sat, 13 Jun 2026 00:52:30 +0000</pubDate>
      <link>https://dev.to/vj_2_108/no-suggest-distraction-free-youtube-client-9p7</link>
      <guid>https://dev.to/vj_2_108/no-suggest-distraction-free-youtube-client-9p7</guid>
      <description>&lt;p&gt;I have been frustrated with YouTube for a while. Not the content, but the everything around it. The homepage full of bait, the auto-play into things I didn't ask for, the Shorts that hijack your scroll, the recommendations that somehow know exactly what will keep you there longest.&lt;/p&gt;

&lt;p&gt;So I built NoSuggest.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it is&lt;/strong&gt;&lt;br&gt;
A YouTube feed reader that shows you only the channels you follow, nothing else. No algorithm, no recommendations, no Shorts, no homepage, no auto-play, no endless side cards of videos. You add a channel, it fetches their latest videos, done.&lt;/p&gt;

&lt;p&gt;It lives at &lt;a href="https://nosuggest.com" rel="noopener noreferrer"&gt;nosuggest.com&lt;/a&gt; and installs as a PWA on any device — iPhone, Android, desktop — straight from the browser. No app store.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The interesting technical constraint: one HTML file&lt;/strong&gt;&lt;br&gt;
The entire app is a single index.html. No account setup, no sign-in, no data collection. Everything that needs to persist — your channel list, saved videos, settings — lives in localStorage.&lt;/p&gt;

&lt;p&gt;No search history. No watch history. No "you might also like." No trending section. No notification badges designed to create anxiety. No dark patterns anywhere.&lt;/p&gt;

&lt;p&gt;Every time I was tempted to add something convenient, I asked: does this serve the user's intention, or does it serve engagement? If it was the latter, it didn't make the cut.&lt;/p&gt;

&lt;p&gt;Try it&lt;br&gt;
&lt;a href="https://nosuggest.com" rel="noopener noreferrer"&gt;nosuggest.com&lt;/a&gt; — Source Available &lt;a href="https://github.com/No-Suggest/NoSuggest" rel="noopener noreferrer"&gt;here&lt;/a&gt;, free forever.&lt;/p&gt;

&lt;p&gt;Curious what others think about this as useful.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
