Moe-Counter is a self-hosted page view tracker that renders visitor counts as dynamically generated SVG badges with anime-themed styling. It operates as a lightweight Node.js HTTP service that associates each unique counter name in a URL with a stored page view count, providing a customizable alternative to third-party analytics services.
الميزات الرئيسية لـ journey-ad/moe-counter هي: Page View Tracking, Anime-Themed Counters, Anime-Styled Badges, URL-Keyed Counters, Query-Parameter-Driven Configurations, Customizable SVG, Counter Badges, Environment-Configurable Web Services.
تشمل البدائل مفتوحة المصدر لـ journey-ad/moe-counter: jwenjian/visitor-badge — Visitor Badge is a service that generates dynamic image badges to display real-time visitor counts on web pages and… techxuexi/techxuexi — TechXueXi is an automated learning tool designed to complete daily tasks and quizzes on a political education… goproxyio/goproxy — goproxy is a Go module proxy server that caches and serves Go module dependencies to accelerate builds and improve… arp242/goatcounter — Goatcounter is a self-hosted web analytics platform that collects visitor statistics without cookies, personal data,… webstudio-is/webstudio — Webstudio is a visual CMS and website builder that provides a visual development environment for designing and… inventree/inventree — InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels,…
Visitor Badge is a service that generates dynamic image badges to display real-time visitor counts on web pages and markdown files. It functions as a lightweight analytics solution for static sites and documentation pages that lack native backend infrastructure. The service creates visual counters by rendering text and colors into rasterized images on the fly. Appearance and identification data are determined by URL parameters, allowing for custom labels and color schemes without requiring database lookups for each request. Traffic monitoring is performed through stateless HTTP request analy
TechXueXi is an automated learning tool designed to complete daily tasks and quizzes on a political education platform, earning points without manual intervention. It combines headless browser automation with human-like behavior simulation, randomizing user-agent strings and mimicking interaction patterns to avoid detection during automated sessions. The tool is built as a Python script that can run directly from source code after installing dependencies and a browser driver, or be deployed inside a Docker container for persistent, 24/7 operation on servers, VPS, or NAS devices. It supports c
goproxy is a Go module proxy server that caches and serves Go module dependencies to accelerate builds and improve reliability. It acts as an HTTP server that proxies requests to upstream sources, caching downloaded modules locally so repeated requests are served instantly without re-downloading. The project provides a mirror that stores a read-only copy of public Go modules for offline or accelerated access, and can bypass checksum database verification for private or unrecognized modules. The proxy is configured entirely through Go environment variables like GOPROXY, GONOSUMCHECK, and GONOS
Goatcounter is a self-hosted web analytics platform that collects visitor statistics without cookies, personal data, or persistent identifiers. It uses privacy-preserving techniques like anonymous session hashing to count page views and visits, and can be deployed on your own infrastructure using a binary or Docker container with SQLite or PostgreSQL storage. The platform offers multiple data collection methods, including a lightweight JavaScript snippet, an image-based tracking pixel for environments where scripts are blocked, and server log file parsing from nginx, Apache, Caddy, or CloudFr