RepoPilot

plausible/analytics

Open source, privacy-first web analytics. Lightweight, cookie-free Google Analytics alternative. Self-hosted or cloud.

Healthy

Strong maintenance signals

ConcernsDependency

copyleft license (AGPL-3.0) — review compatibility

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 1/10; Scorecard "Token-Permissions" is 0/10

  • AGPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (1/10)
  • Last commit 1d ago
  • 11 active contributors
  • Distributed ownership (top contributor 30% of recent commits)
  • AGPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)
  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: plausible/analytics

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T20:14:57.194Z · commit 8eaefbcde5af

Verdict

Healthy — Strong maintenance signals

  • Last commit 1d ago
  • 11 active contributors
  • Distributed ownership (top contributor 30% of recent commits)
  • AGPL-3.0 licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Plausible Analytics is an open-source, privacy-first web analytics platform built in Elixir and TypeScript that replaces Google Analytics without cookies, IP logging, or personal data collection. It provides a lightweight JavaScript tracker and cloud/self-hosted deployment options, with core analytics features like goal tracking, funnels, and revenue attribution stored in ClickHouse and PostgreSQL. Modular Elixir/Phoenix monolith: lib/plausible/ contains domain logic organized by feature (auth/, billing/, annotations/, audit/), with lib/mix/tasks/ providing CLI utilities for data management (IP registries, country databases, subscriptions). E2E tests in TypeScript/Playwright separate from…

Start here

Open these first:

  • lib/plausible/application.ex — Application entry point defining supervision tree, OTP startup, and core service initialization.
  • lib/plausible.ex — Main namespace module providing public API and top-level context for analytics operations.
  • lib/plausible/clickhouse_repo.ex — ClickHouse repository abstraction handling analytics event persistence and time-series queries.
  • lib/plausible/billing/billing.ex — Core billing logic managing subscriptions, plan features, and quota enforcement.
  • lib/plausible/auth/auth.ex — Authentication service handling user login, session management, and permission checks.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Unable to infer exact setup from provided data. Repository has no mix.exs or package.json visible in file list. Verify repository structure and check for: (1) mix.exs for Elixir dependencies (build with `mix deps.get &&…

Daily commands:

No Makefile or package.json root-level commands visible for dev server. The provided e2e/package.json only runs tests (npm test). Infer: (1) For backend: mix phx.server (standard Phoenix); (2) For e2e tests: `cd e2e…

…shortened for this brief.

Key cautions & unknowns

  • AGPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (1/10)
  • Payment webhook secrets for Paddle must be configured in environment (lib/plausible/billing/paddle_api.ex suggests API token setup). ClickHouse and PostgreSQL must be running and accessible via configured connection…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/plausible/analytics)](https://repopilot.app/r/plausible/analytics)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/plausible/analytics on X, Slack, or LinkedIn.

Ask AI about plausible/analytics

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/plausible/analytics"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>