<?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: notenki</title>
    <description>The latest articles on DEV Community by notenki (@notenkitoclientcpu).</description>
    <link>https://dev.to/notenkitoclientcpu</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%2F3965417%2Fdc46452f-0b6f-457d-8a20-f32f61f6d7ab.png</url>
      <title>DEV Community: notenki</title>
      <link>https://dev.to/notenkitoclientcpu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/notenkitoclientcpu"/>
    <language>en</language>
    <item>
      <title>I had no idea how many tokens I was burning in Claude Code — so I built a dashboard</title>
      <dc:creator>notenki</dc:creator>
      <pubDate>Tue, 02 Jun 2026 22:45:17 +0000</pubDate>
      <link>https://dev.to/notenkitoclientcpu/i-had-no-idea-how-many-tokens-i-was-burning-in-claude-code-so-i-built-a-dashboard-1hak</link>
      <guid>https://dev.to/notenkitoclientcpu/i-had-no-idea-how-many-tokens-i-was-burning-in-claude-code-so-i-built-a-dashboard-1hak</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;I've been using Claude Code heavily for the past few months.&lt;br&gt;
But I had absolutely no idea how many tokens I was actually burning — or where.&lt;/p&gt;

&lt;p&gt;No visibility. No breakdown. Just vibes.&lt;/p&gt;
&lt;h2&gt;
  
  
  What I found
&lt;/h2&gt;

&lt;p&gt;Turns out, all the data is sitting right there on your machine:&lt;/p&gt;

&lt;p&gt;~/.claude/projects/&lt;/p&gt;

&lt;p&gt;Every session is logged as a JSONL file with full token counts — &lt;br&gt;
input, output, cache reads, cache creation.&lt;/p&gt;

&lt;p&gt;Nobody told me this existed.&lt;/p&gt;
&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;A simple Next.js dashboard that reads those files locally and shows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Token usage per project&lt;/li&gt;
&lt;li&gt;Daily usage chart&lt;/li&gt;
&lt;li&gt;Cache read ratio&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When I ran it on my own data, I discovered my cache read ratio was &lt;strong&gt;95.8%&lt;/strong&gt;.&lt;br&gt;
I had no idea that was happening on every single turn.&lt;/p&gt;

&lt;p&gt;My heaviest day: &lt;strong&gt;340,000 tokens in a single day&lt;/strong&gt; on one project.&lt;br&gt;
I had no memory of it being that intense.&lt;/p&gt;
&lt;h2&gt;
  
  
  The insight
&lt;/h2&gt;

&lt;p&gt;This isn't just about cost.&lt;/p&gt;

&lt;p&gt;It's about visibility.&lt;/p&gt;

&lt;p&gt;When you can't see what's happening, you can't improve it.&lt;br&gt;
The data was always there — I just couldn't see it.&lt;/p&gt;
&lt;h2&gt;
  
  
  Try it yourself
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Install and run:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @notenkidev/claude-token-dashboard
claude-token-dashboard
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Open &lt;a href="http://localhost:3000" rel="noopener noreferrer"&gt;http://localhost:3000&lt;/a&gt; — your Claude Code token data loads automatically.&lt;/p&gt;

&lt;p&gt;Or clone it: &lt;a href="https://github.com/notenkitoclient-cpu/claude-token-dashboard" rel="noopener noreferrer"&gt;https://github.com/notenkitoclient-cpu/claude-token-dashboard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>claude</category>
      <category>ai</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
