Your ~/.claude/projects/ folder has a year of receipts on you. We turn it into a dashboard you can read in 30 seconds. Local. Yours. No account.
What's your AI coding archetype?
Cowboy. Architect. Debugger. Tinkerer. Prompter-First. Your sessions know — and the dashboard tells you, in 30 seconds, with the data to back it up.
All offline. No backend. No accounts. The data stays on your machine the entire time.
"Where did I solve that auth refactor?" — sub-second deep search across every session, with copy-paste resume commands.
How you actually use AI: patterns, costs, time-of-day, language mix. The numbers you didn't know existed.
An honest archetype based on your actual sessions. Annual Wrapped-style export when December rolls around.
One command. Your data never leaves your laptop.
# Run it. That's it. $ npx crixin # It scans ~/.claude/projects/, builds a local DuckDB, # starts a server on 127.0.0.1:<random-port>, and opens your browser. $ npx crixin search "auth refactor" # Sub-second deep search from the CLI. $ npx crixin export <session-id> > out.md # Dump a full session as Markdown.
One click each. Crixin runs as an MCP server so Claude Code / Cursor / Codex can search your past sessions as a tool. The package is on npm — no clone needed.
Adds Crixin to ~/Library/Application Support/Cursor/User/mcp.json via Cursor's deep-link installer.
One CLI command — installs into your ~/.claude/mcp.json alongside any existing MCP servers.
claude mcp add crixin -- npx -y crixin --mcp
Append this block to ~/.codex/config.toml (Codex picks it up on next launch):
[mcp_servers.crixin] command = "npx" args = ["-y", "crixin", "--mcp"]
Once installed, ask your assistant something like "use crixin to find sessions where I discussed the auth refactor."
It'll call search_sessions and reply with copy-paste resume commands.
Free forever for personal use. $5/mo for the pro dashboards. ~95% margin because we ship software, not infrastructure.
v0.1 binary lands soon. Drop your email to hear when it ships, or skip ahead and reserve a Pro seat at $5/mo (3-day free trial, cancel anytime).