awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jwenjian avatar

jwenjian/visitor-badge

0
View on GitHub↗
907 stars·251 forks·HTML·GPL-3.0·13 viewsvisitor-badge.glitch.me↗

Visitor Badge

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 analysis, which parses incoming headers and metadata to track page views without the use of client-side cookies or persistent storage. Visitor tallies are maintained using in-memory persistence to facilitate high-speed updates, with generated assets distributed via edge-cached delivery to manage traffic.

Features

  • Counter Badges - Creates dynamic image badges that display real-time visitor counts on web pages.
  • In-Memory Counters - Maintains visitor tallies in volatile server memory for high-speed real-time updates.
  • Static Site Analytics - Provides lightweight visitor tracking for static sites without requiring backend infrastructure.
  • Stateless Request Tracking - Tracks page views by parsing incoming request headers without relying on client-side cookies.
  • HTTP Request Header Inspectors - Monitors page views by parsing incoming request headers without client-side storage.
  • Static Site Analytics Integrations - Offers a lightweight analytics solution for static sites and profiles.
  • Markdown Documentation - Embeds live traffic statistics into documentation pages using standard image syntax.
  • Documentation Analytics - Tracks visitors to project documentation by embedding dynamic image badges.
  • Query-Parameter-Driven Configurations - Determines badge appearance and identification data directly from URL query parameters.
  • Traffic Consumption Visualizations - Displays real-time visitor counts using customizable image badges for visual feedback.
  • Dynamic Image Generation - Generates visual assets on-the-fly based on URL parameters for web embedding.

Star history

Star history chart for jwenjian/visitor-badgeStar history chart for jwenjian/visitor-badge

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does jwenjian/visitor-badge do?

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.

What are the main features of jwenjian/visitor-badge?

The main features of jwenjian/visitor-badge are: Counter Badges, In-Memory Counters, Static Site Analytics, Stateless Request Tracking, HTTP Request Header Inspectors, Static Site Analytics Integrations, Markdown Documentation, Documentation Analytics.

Which projects share features with jwenjian/visitor-badge?

Projects with overlapping indexed features include: journey-ad/moe-counter — Moe-Counter is a self-hosted page view tracker that renders visitor counts as dynamically generated SVG badges with… tandpfun/skill-icons — Skill-icons is a developer skill badge generator that provides a centralized library of standardized vector graphics… oisf/suricata — Suricata is an open-source network intrusion detection and prevention engine that analyzes live network traffic in… kde/ghostwriter — Ghostwriter is a distraction-free markdown text editor and document processor. It provides a focused writing… iuricode/readme-template — This project is a collection of standardized markdown layouts and component libraries used to organize project… richardlitt/standard-readme — Standard README is a markdown documentation standard and specification designed to organize project metadata and…

Projects sharing features with Visitor Badge

These projects share indexed features with Visitor Badge. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • journey-ad/moe-counterjourney-ad avatar

    journey-ad/Moe-Counter

    2,766View on GitHub↗

    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. The service is designed for flexible deployment, running either directly from source with pnpm dependency management or as a pre-built Docker image from GitHub Container Registry. Runtime configuration is handled entirely through environment variables set in

    JavaScriptbadgecountervisitor-counter
    View on GitHub↗2,766
  • tandpfun/skill-iconstandpfun avatar

    tandpfun/skill-icons

    12,556View on GitHub↗

    Skill-icons is a developer skill badge generator that provides a centralized library of standardized vector graphics representing programming languages, frameworks, and development tools. It functions as a web asset resource for creating visual summaries of technical stacks, enabling users to embed consistent icon collections into project documentation, developer portfolios, and repository profiles. The project utilizes a stateless, parameter-driven engine that dynamically assembles icon grids based on URL query strings. By processing these parameters, the system performs server-side composit

    SVGgithub-profilegithub-readmeicons
    View on GitHub↗12,556
  • oisf/suricataOISF avatar

    OISF/suricata

    6,008View on GitHub↗

    Suricata is an open-source network intrusion detection and prevention engine that analyzes live network traffic in real-time to identify and alert on malicious activity. It operates as a rule-based threat detection system, matching traffic against user-defined signatures to detect known attack patterns and policy violations, and can be placed inline to actively block malicious packets before they reach their target. The engine inspects a wide range of application-layer protocols including HTTP, DNS, TLS, SMB, and MQTT, and supports high-performance packet capture through specialized hardware a

    Ccybersecurityidsintrusion-detection-system
    View on GitHub↗6,008
  • kde/ghostwriterKDE avatar

    KDE/ghostwriter

    4,797View on GitHub↗

    Ghostwriter is a distraction-free markdown text editor and document processor. It provides a focused writing environment for composing documents using markdown syntax, separating the drafting process from final formatting. The application features a minimalist interface designed to minimize visual clutter, including the ability to disable deletion keys to enforce a forward-only drafting flow. It includes a live statistics dashboard for tracking word counts and session metrics, as well as visual highlighting that fades non-active text to focus attention on the current line, sentence, or paragr

    C++
    View on GitHub↗4,797
Compare all 30 related projects→

Curated searches featuring Visitor Badge

Hand-picked collections where Visitor Badge appears.
  • Badge generator