Repository History
Explore all analyzed open source repositories
Sniffly: Claude Code Analytics Dashboard for Usage and Error Analysis
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.

Partytown: Offload Third-Party Scripts to Web Workers for Performance
Partytown is a lazy-loaded library designed to improve website performance by relocating resource-intensive third-party scripts from the main thread into a web worker. This approach dedicates the main thread to your application's critical code, significantly enhancing Core Web Vitals and overall user experience. It aims to speed up sites by preventing third-party scripts from competing for main thread resources.

ClickHouse: Real-time Analytics Database Management System for Big Data
ClickHouse is an open-source, column-oriented database management system specifically engineered for generating analytical data reports in real-time. It is highly regarded for its exceptional performance in processing large volumes of data, making it a powerful solution for modern big data analytics. With over 45,000 stars on GitHub, it stands as a leading choice in the analytics database landscape.
Sixpack: A Language-Agnostic A/B Testing Framework
Sixpack is a robust, language-agnostic A/B testing framework designed to facilitate experimentation across various programming languages. It provides a simple HTTP API for client libraries and includes both a server for handling requests and an optional web dashboard for tracking and managing tests. This framework allows developers to easily implement and monitor A/B tests to optimize user experiences.
ParadeDB: A Transactional Elasticsearch Alternative on Postgres
ParadeDB is a modern, transactional Elasticsearch alternative built on Postgres. It is designed for real-time, update-heavy workloads, offering robust features for search, analytics, and hybrid search capabilities directly within a familiar database environment.