100xPrism auto-discovers every project you build across every AI coding tool and shows what each session cost in tokens next to what it actually shipped — cost and value, automatically, fully offline.
Leverage scatter — value vs cost
All directories
| Directory | Cost | Value | AI note |
|---|---|---|---|
| acme-api | $0.42 | 12 commits · 3 PRs | Feature-dense sprint |
| web-app | $1.18 | 8 commits · 1 PR | High token use |
| billing-service | $0.08 | 4 commits · 0 PRs | Exploratory |
| data-pipeline | $2.31 | 18 commits · 5 PRs | Strong leverage |
100xPrism is a fully-offline, machine-wide developer toolkit that auto-discovers every AI coding session across Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, Gemini CLI, and Antigravity. It measures what each session cost in tokens and what it actually delivered — commits, pull requests, files changed — so you can see cost and value side by side, automatically, without uploading anything to any server.
"Not 'can it ship', but 'what did it cost, and what was it worth' — and that's everybody's responsibility, not one person's job."
Run 100x-tokens or 100x-value. A daemon auto-starts and the dashboard opens in your browser — no setup required.
CLAUDE.md, AGENTS.md, GEMINI.md, .cursorrules) to find every directory you build in.100x-tokens for the cost dashboard and 100x-value for the value report — both auto-start the daemon.The quality-gates and configuration story: 66 modules authored once, emitted natively for 7 tools.
Skills, hooks, and rules authored once, emitted natively for every AI coding tool you use.
Lint, test, security, and Docker checks gate every commit and push automatically.
Claude Code, Cursor, Codex, Windsurf, Copilot, Gemini, Antigravity — stay in sync.
100xprism update keeps your local toolkit, hooks, and plugins up to date.
npm — macOS · Linux · Windows
npm install -g 100xprism && 100xprism install
curl — macOS / Linux
curl -fsSL https://raw.githubusercontent.com/rajitsaha/100xprism/main/get.sh | bash
source ~/.zshrc # or ~/.bashrc
Then set up a project: cd your-project && 100xprism init
100xPrism is a machine-wide, fully-offline developer toolkit that auto-discovers every AI coding session you run across Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, Gemini CLI, and Antigravity. It shows what each session cost in tokens next to what it shipped, so you can see cost and value side by side.
It reads Claude Code transcript files (and equivalent agent logs for other tools) from your local machine. It counts input tokens, output tokens, and cache tokens, then maps them to estimated dollar cost using published model pricing. All computation is local — no data is uploaded anywhere.
It reads your git history for each discovered project directory — commits landed, pull requests merged, and files changed. If git is not available for a directory, it falls back to filesystem metrics. The result is a per-project value score you can compare against cost.
Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, Gemini CLI, and Antigravity — 7 tools in total. The one-config system keeps all of them in sync from a single source of truth.
No. 100xPrism is fully local and offline. It reads transcript files and git history on your own machine and opens a local dashboard in your browser. Nothing is uploaded to any server.
Your provider's billing page shows aggregate spend. 100xPrism breaks it down per project directory, per day, and per session — and crucially, shows what was delivered for each unit of spend. It is the only view that connects cost to value.
Yes. 100xPrism is MIT-licensed and free to use, modify, and distribute. There is no paid tier, no telemetry, and no account required.
Run npm install -g 100xprism && 100xprism install (macOS, Linux, Windows). Or use the curl installer: curl -fsSL https://raw.githubusercontent.com/rajitsaha/100xprism/main/get.sh | bash. Then cd your-project && 100xprism init.
Overview, install, and the full module & slash-command reference.
Install, per-project setup, keeping up to date, custom install locations.
Footprint audit, the cost dashboard, and the value report — in depth.
The 100x-dev → 100xPrism rename + transparent self-migration plan.