<?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: builtbypetr</title>
    <description>The latest articles on DEV Community by builtbypetr (@builtbypetr).</description>
    <link>https://dev.to/builtbypetr</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%2F3918989%2Fefbba3d5-25ce-46b2-bbcc-ed54abe0d35f.png</url>
      <title>DEV Community: builtbypetr</title>
      <link>https://dev.to/builtbypetr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/builtbypetr"/>
    <language>en</language>
    <item>
      <title>I built a full Chrome extension as a "vibe coder" (using AI to solve my tab-hoarding problem)</title>
      <dc:creator>builtbypetr</dc:creator>
      <pubDate>Fri, 08 May 2026 02:37:13 +0000</pubDate>
      <link>https://dev.to/builtbypetr/i-built-a-full-chrome-extension-as-a-vibe-coder-using-ai-to-solve-my-tab-hoarding-problem-2a0d</link>
      <guid>https://dev.to/builtbypetr/i-built-a-full-chrome-extension-as-a-vibe-coder-using-ai-to-solve-my-tab-hoarding-problem-2a0d</guid>
      <description>&lt;p&gt;&lt;strong&gt;I’ll be completely honest&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I don't know the deep technical inner workings of Chrome’s Manifest V3 architecture. I am not a hardcore software engineer. I am a "vibe coder."&lt;/p&gt;

&lt;p&gt;I rely on intuition, trial-and-error, and a whole lot of AI to help me build things.&lt;/p&gt;

&lt;p&gt;A few months ago, I hit a breaking point with my browser. Whenever I started a project, I’d open 20 tabs. Then I’d get distracted or need to switch tasks, but I was terrified to close the window because I’d lose my scroll position, my history, and half-filled forms.&lt;/p&gt;

&lt;p&gt;My browser was constantly a mess of tiny, unreadable favicons. My computer was running hot. I tried OneTab, but it just saved a list of URLs when I opened them back up, my context was gone.&lt;/p&gt;

&lt;p&gt;I realised I just wanted a tool that worked like &lt;code&gt;git stash&lt;/code&gt;, but for my browser.&lt;/p&gt;

&lt;p&gt;Since it didn't exist (or at least, didn't work the way my brain wanted it to), I decided to build it. I sat down with AI and just started hacking away. I explained the problem I wanted to solve, tested the code it gave me, broke things, fixed things, and slowly shaped it until it actually worked.&lt;/p&gt;

&lt;p&gt;The result is a Chrome extension called &lt;strong&gt;stack&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F04mlaofigygnkeqh83oz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F04mlaofigygnkeqh83oz.png" alt=" " width="800" height="504"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here is what it actually does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You press &lt;code&gt;Cmd+Shift+S&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;You type a name for your current mess of tabs (like "weekend-trip" or "website-redesign").&lt;/li&gt;
&lt;li&gt;It saves your exact spot scroll position and all and safely closes the window.&lt;/li&gt;
&lt;li&gt;When you want to go back, you hit the shortcut, search the name, and it restores the window exactly how you left it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was a wild process getting things like Stripe payments and Supabase databases working through pure vibe coding, but I just pushed version 2.0.1 live to the Chrome Web Store.&lt;/p&gt;

&lt;p&gt;If you are a tab hoarder like me, I’d love for you to try the free version and let me know if it actually helps your brain stay organised.&lt;/p&gt;

&lt;p&gt;Chrome Web Store: &lt;a href="https://chromewebstore.google.com/detail/stack-%E2%80%94-tab-manager-sessi/hhljdhhopkadkdfdhacbpiibnhkjkcfc?authuser=0&amp;amp;hl=en-GB" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/stack-%E2%80%94-tab-manager-sessi/hhljdhhopkadkdfdhacbpiibnhkjkcfc?authuser=0&amp;amp;hl=en-GB&lt;/a&gt;&lt;br&gt;
Website: &lt;a href="https://stack.builtbypetr.com/" rel="noopener noreferrer"&gt;https://stack.builtbypetr.com/&lt;/a&gt;&lt;br&gt;
X: &lt;a href="https://x.com/builtbypetr" rel="noopener noreferrer"&gt;https://x.com/builtbypetr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And if there are any other vibe coders out there using AI to build their ideas, let me know! It's a crazy time to be a builder right?&lt;/p&gt;

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