<?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: Moonshots</title>
    <description>The latest articles on DEV Community by Moonshots (@moonshotsllc).</description>
    <link>https://dev.to/moonshotsllc</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%2F3769922%2Fff4c6ca8-afd0-46d4-a33b-2f2ad6a3f3e6.jpg</url>
      <title>DEV Community: Moonshots</title>
      <link>https://dev.to/moonshotsllc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moonshotsllc"/>
    <language>en</language>
    <item>
      <title>Built a Chrome Extension that organizes console errors into a clean, persistent Dashboard (and it fixes them with AI)</title>
      <dc:creator>Moonshots</dc:creator>
      <pubDate>Fri, 13 Feb 2026 02:24:08 +0000</pubDate>
      <link>https://dev.to/moonshotsllc/built-a-chrome-extension-that-organizes-console-errors-into-a-clean-persistent-dashboard-and-it-nmp</link>
      <guid>https://dev.to/moonshotsllc/built-a-chrome-extension-that-organizes-console-errors-into-a-clean-persistent-dashboard-and-it-nmp</guid>
      <description>&lt;p&gt;I've been working on a tool to make debugging a little less painful, specifically for those of us who hate digging through the chaos of the default Chrome Console.&lt;/p&gt;

&lt;p&gt;It's called Console Log Error AI Fixer, and it's basically a "Inbox Zero" for your console errors.&lt;/p&gt;

&lt;p&gt;The Problem:&lt;br&gt;
The default console clears on reload (unless you toggle settings), it's cluttered with noise, and if you have 10 tabs open, good luck finding where that one error came from.&lt;/p&gt;

&lt;p&gt;The Solution:&lt;br&gt;
I built a dedicated Dashboard UI that aggregates errors from all your open tabs into one clean, organized view.&lt;/p&gt;

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

&lt;p&gt;🛡️ 100% Private &amp;amp; Local: This was my #1 priority. Your logs never leave your device.&lt;/p&gt;

&lt;p&gt;The extension runs entirely locally. It doesn't send your data to any cloud unless you explicitly choose a cloud-based AI provider.&lt;br&gt;
Persistent Logging: Errors persist even if you reload the page. You can fix a bug, reload, and the history is still there until you clear it.&lt;br&gt;
Clean, Aggregated UI: Instead of a raw text stream, errors are grouped by URL and frequency.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;See exactly how many times an error occurred.&lt;/li&gt;
&lt;li&gt;Filter by Errors vs Warnings.&lt;/li&gt;
&lt;li&gt;Beautiful Dark/Light mode support.
🤖 Built-in Local AI (Free): It taps into Chrome's new Gemini Nano (built-in AI) to suggest code fixes for errors directly in the dashboard. No API keys required, completely free and local.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are also paid versions which use more advanced Gemini models for better Managed AI experience.&lt;/p&gt;

&lt;p&gt;Works Everywhere: specific support for &lt;code&gt;localhost&lt;/code&gt;, &lt;code&gt;file://&lt;/code&gt; URLs, and production sites.&lt;/p&gt;

&lt;p&gt;Why I made this:&lt;br&gt;
I wanted a tool that felt like a premium "flight recorder" for my web browsing and development. I often miss errors that pop up in background tabs or flash for a second before a redirect. This catches them all.&lt;/p&gt;

&lt;p&gt;I’d love for you guys to try it out and roast my UI (or tell me what you think)!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/console-log-error-ai-fixe/mgofkocdkjaafgaffbfehlbjjcgifbjj" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/console-log-error-ai-fixe/mgofkocdkjaafgaffbfehlbjjcgifbjj&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Quick Note on Privacy: The "AI Fix" feature uses Chrome's on-device model by default. Zero data leaves your machine.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>ui</category>
      <category>react</category>
    </item>
  </channel>
</rss>
