Analysis updated 2026-05-18
See at a glance how much you are using Claude versus GitHub Copilot.
Run a local dashboard to track your own AI coding assistant activity.
Get a quick visual snapshot of AI usage instead of digging through logs.
| sadihassan/token_viz | amureki/sweatbucks | anikchand461/ragbucket | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2025-08-15 | — |
| Maintenance | — | Quiet | — |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
The README does not explain where the usage data itself comes from.
Token Viz is a small tool for displaying how much you are using AI coding assistants, specifically Claude and GitHub Copilot. The README shows a handful of screenshots of what appear to be usage dashboards or charts, but it does not describe in words what data is tracked, where that data comes from, or how the numbers are calculated. Based on the images alone, it looks like the project renders some kind of visual summary of AI usage activity, likely token counts or session counts, though the exact metrics are not spelled out in the text. Getting the project running is simple. You clone the repository from GitHub using git, then move into the project folder and run npm install to pull in its dependencies. After that, a single command, npm start, launches the visualizer. This tells us the project is built with Node.js tooling and is meant to run locally, most likely opening some kind of local web page or dashboard in a browser once started. Because the project is written mostly in HTML, it is probably a lightweight front end that reads some form of usage log or data file and turns it into charts or graphs, rather than a full backend service. There is no mention of configuration steps, API keys, or where the underlying Claude or Copilot usage data actually comes from, so a new user would likely need to look at the source code directly to understand how it connects to those tools. The repository has no stars yet and no description or topics listed, suggesting it is a newer or personal project rather than something with a large user base. Anyone interested in trying it would need basic comfort running npm commands from a terminal, since the README does not walk through anything beyond the three quick start steps.
A local dashboard that visualizes how much you have been using Claude and GitHub Copilot, based on screenshots in the README.
Mainly HTML. The stack also includes HTML, Node.js, npm.
No license information is provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.