<?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: Abhishek RH</title>
    <description>The latest articles on DEV Community by Abhishek RH (@abhishek_rh).</description>
    <link>https://dev.to/abhishek_rh</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%2F3573687%2F05f61b98-63cb-47cc-a44d-04e5b218e4c3.jpg</url>
      <title>DEV Community: Abhishek RH</title>
      <link>https://dev.to/abhishek_rh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhishek_rh"/>
    <language>en</language>
    <item>
      <title>🧠 I Built an AI-Powered Chrome Extension That Groups Your Tabs Automatically</title>
      <dc:creator>Abhishek RH</dc:creator>
      <pubDate>Sun, 19 Oct 2025 11:12:30 +0000</pubDate>
      <link>https://dev.to/abhishek_rh/i-built-an-ai-powered-chrome-extension-that-groups-your-tabs-automatically-297f</link>
      <guid>https://dev.to/abhishek_rh/i-built-an-ai-powered-chrome-extension-that-groups-your-tabs-automatically-297f</guid>
      <description>&lt;p&gt;Hey devs! 👋&lt;br&gt;
I’m Abhishek, a CS student and dev who constantly ends up with way too many tabs open.&lt;br&gt;
Last week, I had 22 tabs open — half were work, half were random Google rabbit holes. Finding the right one was a nightmare.&lt;/p&gt;

&lt;p&gt;That’s when I thought:&lt;/p&gt;

&lt;p&gt;“What if my browser could understand what each tab is about and automatically group them for me?”&lt;/p&gt;

&lt;p&gt;So… I built exactly that. 🚀&lt;/p&gt;
&lt;h4&gt;
  
  
  💡 What My Extension Does
&lt;/h4&gt;

&lt;p&gt;It’s a Chrome extension powered by AI (Gemini API) that groups your open tabs smartly based on context.&lt;/p&gt;

&lt;p&gt;Let’s say you have:&lt;br&gt;
5 tabs about React tutorials&lt;br&gt;
3 tabs about news&lt;br&gt;
2 YouTube videos&lt;/p&gt;

&lt;p&gt;You just click one button — and boom, it creates tab groups like “Web Dev”, “News”, and “Entertainment” automatically.&lt;/p&gt;

&lt;p&gt;No manual organizing. No chaos. Just clean, grouped tabs. 🙌&lt;/p&gt;
&lt;h4&gt;
  
  
  ⚙️ How It Works (in simple terms)
&lt;/h4&gt;

&lt;p&gt;The extension collects your open tab titles and URLs.&lt;br&gt;
It sends them to a small backend server I built with Node.js + Express.&lt;br&gt;
The backend calls Google’s Gemini AI to analyze and group similar tabs.&lt;br&gt;
Chrome’s API then creates tab groups automatically based on the AI’s response.&lt;br&gt;
All of this happens within seconds!&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/yYp62er5Z6A"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;h4&gt;
  
  
  🧰 Tech Stack
&lt;/h4&gt;

&lt;p&gt;Frontend: Chrome Extension (Manifest V3 + JavaScript)&lt;br&gt;
Backend: Node.js + Express&lt;br&gt;
AI Model: gemini-2.0-flash-001&lt;br&gt;
Hosting: Render (free-tier)&lt;/p&gt;

&lt;h4&gt;
  
  
  🔐 Privacy
&lt;/h4&gt;

&lt;p&gt;No user data is stored.&lt;br&gt;
The tab info (title + URL) is sent securely to the AI only for grouping and then discarded immediately.&lt;/p&gt;

&lt;h4&gt;
  
  
  🌍 Try It Yourself
&lt;/h4&gt;

&lt;p&gt;👉 Install from &lt;a href="https://chromewebstore.google.com/detail/ai-tab-organizer/gmkfhnlkemgipnjagppmpegohbogfigi" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source Code:&lt;br&gt;
&lt;a href="https://github.com/AbhishekRH/tab-organizer-frontend" rel="noopener noreferrer"&gt;Frontend Repo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/AbhishekRH/tab-organizer-backend" rel="noopener noreferrer"&gt;Backend Repo&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  🚀 What’s Next?
&lt;/h4&gt;

&lt;p&gt;I’m planning to add:&lt;br&gt;
Custom grouping options&lt;br&gt;
Tab summary + insights&lt;/p&gt;

&lt;p&gt;Would love feedback or ideas from fellow devs — what do you think could make this even better?&lt;/p&gt;

&lt;p&gt;✍️ Built with curiosity and too many open tabs 😅&lt;/p&gt;

&lt;p&gt;If you liked it, drop a ❤️ and share your thoughts below!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
