Sniffly: Claude Code Analytics Dashboard for Usage and Error Analysis

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Sniffly: Claude Code Analytics Dashboard for Usage and Error Analysis

Summary

Sniffly is an open-source Python project that provides a comprehensive dashboard for analyzing Claude Code logs. It helps users understand their usage patterns, identify common errors, and review message history to improve their interaction with Claude Code. The tool runs locally, ensuring privacy, and offers a unique feature for sharing project statistics.

Repository Information

Analyzed by OSRepos on April 4, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Sniffly is an open-source Python project designed to provide a comprehensive analytics dashboard for Claude Code logs. It empowers developers to gain deeper insights into their interactions with Claude Code, helping them understand usage patterns, identify common errors, and review their message history. By running entirely on your local machine, Sniffly ensures complete privacy while offering powerful analytical capabilities and a unique feature for sharing project statistics with colleagues.

Installation

Sniffly requires Python 3.10+ to run. Choose your preferred installation method below:

With UV (recommended)

Ensure you have uv installed from https://github.com/astral-sh/uv.

One-time execution (no installation needed):

uvx sniffly@latest init

Install the package:

uv tool install sniffly@latest
sniffly init

With pip

pip install sniffly
sniffly init

From source

git clone https://github.com/chiphuyen/sniffly.git
cd sniffly
pip install -e .
sniffly init

After running sniffly init, access your dashboard in your browser at http://localhost:8081 (or your chosen host/port). If running on a remote server, use port forwarding to access it locally.

Examples

Sniffly offers several key features to help you analyze your Claude Code usage:

  • Understanding Usage Patterns: Visualize your interaction frequency and patterns with Claude Code to optimize your workflow.
  • Error Breakdown: Pinpoint where Claude Code makes mistakes, allowing you to learn from them and refine your prompts or coding approach.
  • Message History Analysis: Review all your instructions and Claude Code's responses, providing a clear walkthrough of your development process.
  • Configuration: Customize Sniffly's behavior, such as changing the server port or disabling auto-opening the browser. For example:
    sniffly config set port 8090
    sniffly config set auto_browser false
    sniffly config show
    
  • Sharing Your Dashboard: Easily create shareable links for your project's stats and instructions. Click the "Share" button in your dashboard, choose privacy options (Private, Public, Include Commands), and share the generated link with coworkers.

Why Use Sniffly?

  • Improve AI Interaction: Gain actionable insights into your Claude Code usage, helping you write better prompts and avoid common pitfalls.
  • Complete Privacy: All data processing occurs locally on your machine, with no telemetry. Your conversations never leave your computer, ensuring your privacy.
  • Shareable Insights: Facilitate collaboration by easily sharing project statistics and command histories with your team.
  • Open Source and Extensible: Being open source, Sniffly offers transparency and the potential for community contributions and customization.

Links

Related repositories

Similar repositories that may be relevant next.

StringWars: Benchmarking High-Performance String Processing in Rust and Python

StringWars: Benchmarking High-Performance String Processing in Rust and Python

July 21, 2026

StringWars is a comprehensive GitHub repository dedicated to benchmarking performance-oriented string processing libraries in Rust and Python. It meticulously compares various operations, including substring search, hashing, and edit distances, across both CPUs and GPUs. This project serves as an invaluable resource for developers seeking to identify the fastest and most efficient solutions for critical string manipulation tasks, particularly those leveraging modern SIMD instructions and GPU acceleration.

benchmarkstring-processingRust
awesome-python-books: A Curated Directory of Python Books for All Levels

awesome-python-books: A Curated Directory of Python Books for All Levels

July 19, 2026

The `awesome-python-books` repository is an extensive, curated directory of Python books, catering to learners from absolute beginners to advanced practitioners. It organizes a vast collection of resources across various domains, making it an invaluable tool for anyone looking to deepen their Python knowledge. This list simplifies the search for high-quality educational materials in the Python ecosystem.

PythonBooksLearning
Become-A-Full-Stack-Web-Developer: Free Resources for Web Development

Become-A-Full-Stack-Web-Developer: Free Resources for Web Development

July 19, 2026

The Become-A-Full-Stack-Web-Developer repository is an extensive collection of free resources designed to guide aspiring developers through the entire journey of full-stack web development. It covers a wide array of topics, from foundational languages like HTML, CSS, and JavaScript to advanced frameworks such as React and Node.js, alongside databases, APIs, and career preparation. This resource is invaluable for anyone looking to build a strong skill set in modern web development.

Full StackWeb DevelopmentLearning Resources
Mergoo: Efficiently Merge and Train Multiple LLM Experts

Mergoo: Efficiently Merge and Train Multiple LLM Experts

July 7, 2026

Mergoo is an open-source Python library designed to simplify the merging of multiple Large Language Model (LLM) experts. It enables efficient training of these merged LLMs, allowing users to integrate knowledge from various generic or domain-specific models. The library supports several merging methods, including Mixture-of-Experts and Mixture-of-Adapters, across popular base models.

artificial-intelligencefine-tuninggenerative-ai

Source repository

Open the original repository on GitHub.

8 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️