<?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: Martin</title>
    <description>The latest articles on DEV Community by Martin (@martin_511ea87a455763cb29).</description>
    <link>https://dev.to/martin_511ea87a455763cb29</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%2F2663394%2F76d9bd14-a226-446f-807b-8376fcc010eb.png</url>
      <title>DEV Community: Martin</title>
      <link>https://dev.to/martin_511ea87a455763cb29</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/martin_511ea87a455763cb29"/>
    <language>en</language>
    <item>
      <title>I built a free extension to track Claude's usage limits before you hit them</title>
      <dc:creator>Martin</dc:creator>
      <pubDate>Sat, 13 Jun 2026 18:46:45 +0000</pubDate>
      <link>https://dev.to/martin_511ea87a455763cb29/i-built-a-free-extension-to-track-claudes-usage-limits-before-you-hit-them-4h74</link>
      <guid>https://dev.to/martin_511ea87a455763cb29/i-built-a-free-extension-to-track-claudes-usage-limits-before-you-hit-them-4h74</guid>
      <description>&lt;p&gt;If you use Claude daily, you've probably hit a wall mid-task. The reason it's so easy: Claude doesn't have &lt;em&gt;one&lt;/em&gt; limit. It has several.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A rolling &lt;strong&gt;5-hour session&lt;/strong&gt; window&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;weekly pool shared by all models&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Separate &lt;strong&gt;weekly caps per model&lt;/strong&gt; (Opus, Sonnet, Claude Design)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the weekly pool is sneaky: &lt;strong&gt;Fable has no cap of its own and draws that shared pool down ~2× faster than Opus&lt;/strong&gt;. So you can burn the week without realizing it.&lt;/p&gt;

&lt;p&gt;I wanted that state visible at a glance instead of digging through settings, so I built &lt;strong&gt;Claude Usage Monitor&lt;/strong&gt; — a small browser extension for Chrome and Firefox.&lt;/p&gt;

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

&lt;p&gt;It puts a color-coded &lt;strong&gt;% badge in your toolbar&lt;/strong&gt;, and one click shows the full breakdown:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Current 5-hour session + live countdown to reset&lt;/li&gt;
&lt;li&gt;Weekly all-models pool (with the Fable draw-down flagged on the card)&lt;/li&gt;
&lt;li&gt;Per-model weekly caps: Opus, Sonnet, Claude Design&lt;/li&gt;
&lt;li&gt;Daily Claude Code routine runs&lt;/li&gt;
&lt;li&gt;Extra-usage credits + prepaid balance for pay-as-you-go&lt;/li&gt;
&lt;li&gt;Auto-detects your plan (Pro / Max 5x / Max 20x / Team), so every number matches your subscription&lt;/li&gt;
&lt;li&gt;Six themes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The privacy part (the part I cared about most)
&lt;/h2&gt;

&lt;p&gt;It's &lt;strong&gt;open source (MIT)&lt;/strong&gt; and runs &lt;strong&gt;100% locally&lt;/strong&gt; — no backend, no analytics, no servers.&lt;/p&gt;

&lt;p&gt;A design decision I'm happy with: the host permissions are scoped to &lt;strong&gt;exactly four claude.ai endpoints&lt;/strong&gt; (org list, usage stats, routine-run budget, prepaid balance). It physically can't read your chats, projects or files. Narrow permissions = less to trust, and less to exploit.&lt;/p&gt;

&lt;p&gt;One honest caveat: it reads claude.ai's own usage endpoints, so it can break if Anthropic changes them. Not affiliated with Anthropic.&lt;/p&gt;

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

&lt;p&gt;It's free, no account needed (desktop Chrome &amp;amp; Firefox):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔗 &lt;a href="https://claude-monitor.com" rel="noopener noreferrer"&gt;claude-monitor.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://chromewebstore.google.com/detail/claude-usage-monitor/bfhdcfiigpaaopklllpobkheakpigbfo" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/firefox/addon/claude-usage-meter/" rel="noopener noreferrer"&gt;Firefox Add-ons&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to hear what else you'd want tracked — drop a comment.&lt;/p&gt;

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