Skip to content

Latest commit

Β 

History

History
87 lines (58 loc) Β· 1.57 KB

File metadata and controls

87 lines (58 loc) Β· 1.57 KB

πŸš€ Claude Usage Tracker - Quick Start

βœ… Status: FULLY OPERATIONAL

Everything is installed, configured, and tested.

οΏ½οΏ½ What You Have

Current Usage (Last 24 Hours):

  • Total cost: $0.51 USD
  • Total tokens: 94,434
  • Sessions: 19
  • Burn rate: $0.021/hour

🎯 3-Step Quick Start

1. Start the Go Server

cd server
go run main.go

Server starts on http://localhost:8080

2. Start the Tauri App

cd capycoding-app
npm run tauri dev

The UI opens automatically.

3. Use the UI

  1. Navigate to "Claude Usage Metrics" section
  2. Click "Collect metrics" (uses defaults)
  3. Click "Start auto-sync" for automatic 5-minute updates

Done! πŸŽ‰

πŸ§ͺ Test Everything

./demo-usage-tracker.sh

Expected output: All checks pass βœ…

🎀 Voice Agent (Optional)

# Start voice agent
python agent.py dev

# Monitor usage in another terminal
tail -f ~/.claude/projects/voice-agent.jsonl

πŸ“ API Endpoints

  • GET http://localhost:8080/metrics/claude - Current metrics
  • POST http://localhost:8080/metrics/claude - Push metrics
  • GET http://localhost:8080/metrics/claude/history - History

πŸ” Monitor Real-Time

# Watch all Claude usage
tail -f ~/.claude/projects/*.jsonl

# Pretty print
tail -f ~/.claude/projects/*.jsonl | jq

πŸ“š More Info

  • Full docs: USAGE-TRACKER-COMPLETE.md
  • Implementation: IMPLEMENTATION-COMPLETE.md
  • Tests: test-complete-tracker.sh
  • Demo: demo-usage-tracker.sh

Last Updated: October 26, 2025
Status: Production Ready βœ