<?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: Louis</title>
    <description>The latest articles on DEV Community by Louis (@tin_59b0856d05ee1b6923b8).</description>
    <link>https://dev.to/tin_59b0856d05ee1b6923b8</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%2F3965681%2Fa6d07b47-536a-43b6-9031-e9c3e20b9d81.jpeg</url>
      <title>DEV Community: Louis</title>
      <link>https://dev.to/tin_59b0856d05ee1b6923b8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tin_59b0856d05ee1b6923b8"/>
    <language>en</language>
    <item>
      <title>I built a New Tab replacement for developers drowning in tabs</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Wed, 03 Jun 2026 07:23:59 +0000</pubDate>
      <link>https://dev.to/tin_59b0856d05ee1b6923b8/i-built-a-new-tab-replacement-for-developers-drowning-in-tabs-kfc</link>
      <guid>https://dev.to/tin_59b0856d05ee1b6923b8/i-built-a-new-tab-replacement-for-developers-drowning-in-tabs-kfc</guid>
      <description>&lt;p&gt;Every developer I know has the same problem: too many tabs, no context, and a vague sense of dread every time they open a new one.&lt;/p&gt;

&lt;p&gt;I'd open a new tab and stare at Chrome's default page — a blank slate with zero information about what I was working on. Was it the PR I needed to review? The Figma file from yesterday? The Stack Overflow answer I had open?&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://chromewebstore.google.com/detail/tablobby/kggnkpdihacnefnoomfohaalikbflmal" rel="noopener noreferrer"&gt;TabLobby&lt;/a&gt;&lt;/strong&gt; — a Chrome/Brave extension that replaces your New Tab page with an actual workspace.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Every time you open a new tab, instead of a blank page you see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;All your open windows&lt;/strong&gt; — grouped, labeled, with every tab visible at a glance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Saved collections&lt;/strong&gt; — capture your current context (project tabs, research tabs, anything) with one click. Restore it later exactly as you left it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live search&lt;/strong&gt; — ⌘K across all open tabs, saved sessions, and collections instantly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Duplicate detection&lt;/strong&gt; — red DUP badge when you've got the same URL open twice (happens more than I'd like to admit)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Drag &amp;amp; drop&lt;/strong&gt; — move tabs between windows, reorder them, with undo support (Ctrl+Z)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bookmark manager&lt;/strong&gt; — right panel with your full bookmark tree, pin frequently used folders&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark mode&lt;/strong&gt; — warm amber accent, not the harsh blue-white most extensions default to&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;p&gt;Built with React + TypeScript, Chrome Manifest V3, Vite, and &lt;code&gt;@dnd-kit&lt;/code&gt; for drag &amp;amp; drop. Self-hosted DM Sans font (no Google Fonts CDN in extensions), PostHog for analytics, and a full Playwright test suite running in GitHub Actions CI.&lt;/p&gt;

&lt;p&gt;The hardest part wasn't the UI — it was getting drag &amp;amp; drop to feel &lt;em&gt;right&lt;/em&gt;. Tabs need to snap back with a rubber-band animation when dropped, not just teleport. Spent an embarrassing amount of time on &lt;code&gt;cubic-bezier(0.16, 1, 0.3, 1)&lt;/code&gt; at 580ms.&lt;/p&gt;

&lt;h2&gt;
  
  
  The "aha" moment I was building for
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Open a new tab → see exactly where you left off → continue without losing 30 seconds reconstructing your mental model.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's it. Not a productivity system. Not another todo app. Just: you open a new tab, you know what you're doing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://chromewebstore.google.com/detail/tablobby/kggnkpdihacnefnoomfohaalikbflmal" rel="noopener noreferrer"&gt;Add TabLobby to Chrome/Brave →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's free. No account needed. Your data stays local (chrome.storage — nothing leaves your browser).&lt;/p&gt;

&lt;p&gt;Would love feedback — especially from people with 50+ tabs open right now. 👀&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>productivity</category>
      <category>typescript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
