<?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: ProductMechanics</title>
    <description>The latest articles on DEV Community by ProductMechanics (@productmechanics_1a75e594).</description>
    <link>https://dev.to/productmechanics_1a75e594</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%2F3963224%2Fc8bffe0f-e5c6-4de5-ba4b-90a351e09480.png</url>
      <title>DEV Community: ProductMechanics</title>
      <link>https://dev.to/productmechanics_1a75e594</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/productmechanics_1a75e594"/>
    <language>en</language>
    <item>
      <title>I built a tool that gives Claude Code permanent memory of your codebase</title>
      <dc:creator>ProductMechanics</dc:creator>
      <pubDate>Tue, 02 Jun 2026 09:52:21 +0000</pubDate>
      <link>https://dev.to/productmechanics_1a75e594/i-built-a-tool-that-gives-claude-code-permanent-memory-of-your-codebase-1p9o</link>
      <guid>https://dev.to/productmechanics_1a75e594/i-built-a-tool-that-gives-claude-code-permanent-memory-of-your-codebase-1p9o</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Every time I started a session with Claude Code &lt;br&gt;
I had to re-explain my entire project.&lt;/p&gt;

&lt;p&gt;What framework I use. How my folders are &lt;br&gt;
structured. What naming conventions I follow. &lt;br&gt;
What decisions I have already made.&lt;/p&gt;

&lt;p&gt;Every. Single. Session.&lt;/p&gt;

&lt;p&gt;It was slowing me down and I knew there had &lt;br&gt;
to be a better way.&lt;/p&gt;
&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built stackbrief. One command scans your &lt;br&gt;
repo and opens a local visual dashboard &lt;br&gt;
showing your full codebase intelligence.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx stackbrief scan
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It opens a dashboard at localhost:3000 showing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interactive code map of your architecture&lt;/li&gt;
&lt;li&gt;Dependency version comparison against npm&lt;/li&gt;
&lt;li&gt;Convention detection (naming, async patterns,
error handling)&lt;/li&gt;
&lt;li&gt;Context health score&lt;/li&gt;
&lt;li&gt;MCP server so Claude Code pulls context 
automatically&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;stackbrief reads every file in your project &lt;br&gt;
and builds a structured understanding of it. &lt;br&gt;
It detects your framework, architecture &lt;br&gt;
pattern, modules, dependencies, and coding &lt;br&gt;
conventions.&lt;/p&gt;

&lt;p&gt;It then writes a CLAUDE.md file to your &lt;br&gt;
project and starts an MCP server on port 3001. &lt;br&gt;
Claude Code picks this up automatically before &lt;br&gt;
every session. No more explaining your project &lt;br&gt;
from scratch.&lt;/p&gt;
&lt;h2&gt;
  
  
  AI chat that actually knows your code
&lt;/h2&gt;

&lt;p&gt;The dashboard has an Ask your codebase &lt;br&gt;
section. Unlike generic AI chat, this &lt;br&gt;
assistant has read every file in your project. &lt;br&gt;
Ask it about your own architecture and get &lt;br&gt;
answers specific to your code.&lt;/p&gt;

&lt;p&gt;Works with Ollama (free, fully local), &lt;br&gt;
Claude, OpenAI, or any OpenAI-compatible &lt;br&gt;
provider including Groq, Mistral, and &lt;br&gt;
local runners like LM Studio and AnythingLLM.&lt;/p&gt;
&lt;h2&gt;
  
  
  Zero config, fully local
&lt;/h2&gt;

&lt;p&gt;No cloud. No telemetry. No account required. &lt;br&gt;
Everything runs on your machine.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx stackbrief scan
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That is it. The dashboard opens automatically.&lt;/p&gt;

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

&lt;p&gt;GitHub: &lt;a href="https://github.com/ragavtech/stackbrief" rel="noopener noreferrer"&gt;https://github.com/ragavtech/stackbrief&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built with Node.js and TypeScript. &lt;br&gt;
Open source, MIT license.&lt;/p&gt;

&lt;p&gt;Would love to hear what you think.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>typescript</category>
      <category>node</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
