# VibeDeck LLMs Index

VibeDeck is a free, open-source, local-first token usage tracker for 13 AI coding
agent CLIs: Claude Code, Codex CLI, Cursor IDE, Gemini CLI, OpenCode, OpenClaw, Every Code,
Kiro, Hermes Agent, GitHub Copilot, Kimi Code, oh-my-pi (omp), and CodeBuddy.

## Canonical URL
- [Homepage](https://github.com/ivasuy/VibeDeck)

## Priority URLs
- [Homepage](https://github.com/ivasuy/VibeDeck)
- [Leaderboard](https://github.com/ivasuy/VibeDeck)
- [Claude IP check](https://github.com/ivasuy/VibeDeck)

## Post-install (local) views
After running `npx vibedeck-cli`, these views are available at http://localhost:7690
on the user's own machine — they are not public URLs:
- Usage dashboard, cost analysis, usage limits panel
- Project attribution, activity heatmap, trend charts
- Skills browser, widget gallery, settings

## Product
- Install command: `npx vibedeck-cli`
- macOS app: `https://github.com/ivasuy/VibeDeck/releases/latest`
- [npm package](https://www.npmjs.com/package/vibedeck-cli)
- [Source repository](https://github.com/ivasuy/VibeDeck)

## Supported AI coding agent CLIs (13)
- Claude Code (Anthropic) — SessionEnd hook
- Codex CLI (OpenAI) — TOML notify array
- Cursor IDE — local SQLite + CSV API
- Gemini CLI (Google) — SessionEnd hook
- OpenCode — plugin + SQLite audit
- OpenClaw — rollout plugin
- Every Code — TOML notify array
- Kiro — SQLite + JSONL hybrid
- Hermes Agent — SQLite sessions table (~/.hermes/state.db)
- GitHub Copilot — OpenTelemetry file exporter
- Kimi Code — passive wire.jsonl reader
- oh-my-pi (omp) — passive JSONL reader
- CodeBuddy (Tencent) — SessionEnd hook (Claude Code fork)

## Policy and Discovery
- [llms.txt](https://github.com/ivasuy/VibeDeck/llms.txt)
- [sitemap.xml](https://github.com/ivasuy/VibeDeck/sitemap.xml)
- [feed.xml](https://github.com/ivasuy/VibeDeck/feed.xml)
- [robots.txt](https://github.com/ivasuy/VibeDeck/robots.txt)
- Data principle: token counts only, never prompts or conversation content.
- Local-first: all parsing, aggregation, and dashboard rendering happen on-device. Cloud sync is optional.

## Contact
- [GitHub issues](https://github.com/ivasuy/VibeDeck/issues)
