Hasty Briefsbeta

Sniffly – Claude Code Analytics Dashboard

10 days ago
  • #Sniffly
  • #Claude Code
  • #Local Analytics
  • Claude Code logs can be analyzed to improve usage and avoid mistakes.
  • Requires Python 3.10+ and uv installation.
  • One-time execution command: `uvx sniffly@latest init`.
  • Install package with: `uv tool install sniffly@latest` followed by `sniffly init`.
  • Dashboard accessible at http://localhost:8081 after initialization.
  • For remote servers, use port forwarding to access the dashboard locally.
  • Alternative installation via pip: `pip install sniffly` followed by `sniffly init`.
  • Git clone installation: clone repository, navigate to directory, install with `pip install -e .`, then `sniffly init`.
  • Configuration options include changing port, disabling auto-opening browser, and viewing current settings.
  • Share project stats and instructions via dashboard with privacy options (Private or Public).
  • Troubleshooting tips for port conflicts, browser issues, and configuration problems.
  • Sniffly operates locally with no telemetry, ensuring data privacy.
  • MIT License applies; resources include homepage, documentation, and GitHub issues.