Logo
Deploy Now

Stars

27615

Forks

1682

Watchers

146

Developer links

Plausible

Built as a direct rejection of the adtech model, Plausible is the best-known privacy-first web analytics tool - lightweight, cookie-free, and open-source. It sets no cookies and stores no personal data: unique visitors are counted via a hash of IP plus User-Agent that rotates every 24 hours and is never stored raw, so no consent banner is required and GDPR compliance is structural rather than contractual. The tracking script is under 1 KB - orders of magnitude lighter than GA - and the dashboard is a deliberate contrast to GA4's sprawl: one fast-loading page with visitors, sources, top pages, countries, devices, and UTM breakdowns, filterable by any dimension. Custom events and goals track signups and clicks, Google Search Console integration pulls in search queries, scheduled email reports keep stakeholders updated, and the Stats API (v2) plus CSV export feed data anywhere. This is the AGPL-licensed Community Edition, the same Elixir codebase that powers Plausible's cloud service, running as three containers: the web app, PostgreSQL for accounts, and ClickHouse for event storage - which means self-hosters get direct SQL access to raw analytics data the cloud version never exposes. Traffic data stays entirely on your server, with no visitor caps or per-pageview pricing.

Plausible

Benefits

  • No Consent Banner Needed
  • No cookies and no personal data means GDPR, CCPA, and PECR compliance without the popup that kills conversions.
  • Faster Pages
  • The tracking script is under 1 KB - roughly 45x smaller than Google Analytics - with measurable page-speed gains.
  • A Dashboard Humans Can Read
  • Everything on one page instead of GA4's report maze - traffic answers in seconds, not training sessions.
  • Raw Data Access
  • Self-hosting exposes the ClickHouse database directly - query raw events with SQL, something cloud users never get.

Features

  • Cookie-Free Visitor Counting
  • Daily-rotating IP+User-Agent hashes count uniques; raw IPs are discarded immediately.
  • Custom Events and Goals
  • Track signups, downloads, and outbound clicks with conversion rates per source and page.
  • Search Console Integration
  • Pull Google search queries driving traffic directly into the dashboard.
  • Stats API and CSV Export
  • Programmatic access to all metrics via the v2 Stats API, plus one-click CSV export.
  • Email Reports
  • Scheduled weekly or monthly traffic summaries delivered via your SMTP server.
  • ClickHouse-Backed Scale
  • Columnar event storage handles high-traffic sites; PostgreSQL manages accounts and settings.