Skip to content
tools8020

By Marcus Reed, Go-to-Market Editor · Last verified

Plausible logo

Plausible

Situational

Privacy-respecting website analytics. Single-page dashboard, no cookies, no consent banner.

Last verified

From $9/mo For sites with EU trafficFor founders who don't want a consent bannerFor teams that read GA4 reports once a quarter at most
Visit Plausible

Affiliate link — see how we evaluate.

Plausible screenshot
"Plausible was founded in 2018 by Uku Täht and Marko Saric in Estonia and is bootstrapped, profitable, and open-source under GPLv3."

What is Plausible?

Plausible is a lightweight, open-source web analytics tool founded in 2018 by Uku Täht and Marko Saric in Estonia. The company is bootstrapped, profitable, and has 14,000+ paying customers as of late 2025. Its tracking script runs under 1KB — compared to GA4’s approximately 50KB — and the entire product fits on a single dashboard screen.

Plausible tracks pageviews, traffic sources, and custom conversion events without using cookies. That means no consent banner is required under GDPR, CCPA, or PECR. The product is available as a hosted SaaS at plausible.io starting at $9/month, or as a free self-hosted Community Edition via Docker for teams with data residency requirements.

Plausible sits within the 80/20 of analytics tools we cover. Teams connecting Plausible to their reporting stack will find the Google Search Console integration the most valuable starting point; teams on WordPress can install via the WordPress integration without touching code.

How does Plausible work?

Plausible is built on three components: a cookieless tracking script, a single-screen dashboard, and an optional event goal system. The product deliberately excludes features most analytics tools include — no funnels, no segments, no attribution modeling. That constraint is the product, not a limitation.

Cookieless tracking script

Plausible’s tracking script is a single JavaScript file under 1KB. It records pageviews, referrer sources, UTM parameters, browser, OS, and country — all without storing personal data or setting cookies. The data is aggregated at collection and is never tied to an individual user or session ID.

Because no personal data is stored, Plausible is GDPR, CCPA, and PECR compliant by architecture. You can verify this by reviewing the open-source codebase on GitHub — every line of tracking logic is public. This is meaningfully different from GA4, where compliance depends on configuration and consent management platforms.

Single-screen dashboard

The Plausible dashboard shows sessions, unique visitors, bounce rate, visit duration, top pages, top referrers, countries, and conversion goals on one screen without scrolling. There are no custom reports, no date comparison wizards, no segment builders. You open the dashboard and you know what happened.

This is the product’s most divisive feature. Teams that need GA4-style flexibility find it insufficient. Teams that currently open GA4, stare at it for 30 seconds, and close it without acting find Plausible far more useful. Public dashboard sharing — a one-toggle setting — lets you share your analytics URL with clients, investors, or the public. Several “build in public” founders use their Plausible dashboard as a transparency page.

Custom events and goals

Plausible supports custom event tracking via a JavaScript function call: plausible('Signup') on a button click, for example. Goals track how many visitors complete a defined action and the conversion rate. The implementation is simpler than GA4’s event schema and covers common conversion tracking needs — signups, purchases, form submissions, and file downloads.

The events system does not support user-level tracking, funnel visualization, or behavioral cohorts. For product analytics at that depth, Mixpanel or Amplitude are the right additions to a Plausible deployment.

How does Plausible compare to GA4, Fathom, and Simple Analytics?

Plausible wins on open-source trust, self-hosting flexibility, and dashboard simplicity. GA4 wins on depth, free pricing, and Google Ads integration. Fathom and Simple Analytics are close competitors with slightly different pricing models.

AttributePlausibleGA4FathomSimple Analytics
Price$9/mo (10K pageviews)Free$14/mo$9/mo
Cookie consent requiredNoYes (configured)NoNo
Open sourceYes (AGPLv3)NoNoNo
Self-hostableYes (free CE)NoNoNo
Script size<1KB~50KB~2KB~3KB
Dashboard complexityOne screenVery highOne screenOne screen
Custom eventsYesYes (complex)YesYes
Funnel analysisNoYesNoNo
Google Ads integrationNoYesNoNo

“Plausible is the right call for any team that’s spent 20 minutes configuring GA4 consent mode and realized they’d rather just know how many people visited the page and where they came from,” said Marcus Reed, Go-to-Market Editor at tools8020, who has implemented analytics stacks for 30+ client sites.

Who uses Plausible in 2026?

Plausible’s 14,000+ paying customers fall into three clear segments: privacy-focused developers and indie founders, content sites with significant EU traffic, and agencies sharing dashboards with non-technical clients.

The indie-hacker and “build in public” community adopted Plausible early because its public dashboard feature lets founders share live traffic data as a marketing asset. Open-source projects use the same feature to demonstrate adoption. European-facing content sites pay for Plausible to avoid consent banners — a banner that forces a choice can reduce engagement by 5–15% on landing pages.

The profile has limits. B2B SaaS teams with complex conversion funnels and paid acquisition programs stay on GA4 because the Google Ads integration and funnel analysis justify the complexity. Teams past 1 million monthly pageviews at $69/month per site begin evaluating whether self-hosting is more cost-effective at that scale. At that point, the free Plausible Community Edition becomes worth the infrastructure overhead.

When should you skip Plausible?

Plausible is the wrong choice for four specific situations.

  • You run paid acquisition campaigns tied to Google Ads or Meta Ads. Plausible has no native Google Ads or Meta Ads integration. Attribution modeling and ROAS tracking require GA4 or a dedicated attribution tool. Switching to Plausible while running significant paid spend creates a reporting blind spot.
  • You need funnel analysis, audience segments, or behavioral cohorts. Plausible tracks traffic, not behavior. For product analytics — conversion funnels, feature adoption, retention cohorts — use Mixpanel or Amplitude. These tools complement Plausible rather than replace it.
  • Your site gets fewer than 10,000 pageviews per month and budget is tight. GA4 is free. Plausible starts at $9/month. For a pre-launch product or hobby project, GA4 is the correct starting point until GDPR compliance or dashboard simplicity becomes a real problem.
  • You need HIPAA-compliant analytics. Plausible does not offer a HIPAA-compliant configuration or Business Associate Agreement. For healthcare applications, use a purpose-built HIPAA-compliant analytics tool.

How much does Plausible cost?

Plausible’s hosted pricing starts at $9/month for 10,000 monthly pageviews and scales transparently with traffic volume. The self-hosted Community Edition is free. There is no free hosted tier.

PlanPriceMonthly pageviews
Growth$9/monthUp to 10,000
Growth$19/monthUp to 100,000
Growth$69/monthUp to 1,000,000
Growth$119/monthUp to 2,000,000
EnterpriseCustom2,000,000+
Community Edition (self-hosted)FreeUnlimited

Pricing verified at plausible.io/pricing on 2026-05-24. All plans on the Growth tier include the same feature set — there is no feature gating between tiers, only pageview volume limits. The hosted price rose from $6/month for 10K pageviews to $9/month in 2024; the self-hosted Community Edition has always been free.

How we evaluated Plausible

This review draws on Marcus Reed’s implementation of Plausible across 30+ client sites, direct comparison with GA4, Fathom, and Simple Analytics, and a review of Plausible’s open-source codebase for compliance verification. We re-verify pricing and feature completeness every 90 days against the live pricing page and GitHub changelog.

See our evaluation methodology for the full scoring criteria. For the 80/20 stack for solo founders, Plausible is our situational pick: default to GA4 until a consent banner or dashboard complexity becomes a real problem, then switch.

Frequently asked questions

How does Plausible compare to GA4?

Plausible is simpler, privacy-first, and GDPR compliant without a consent banner. GA4 is free, has deeper funnel analysis, audience segmentation, and integrates with Google Ads. For B2B SaaS teams with complex attribution needs, GA4 wins. For content sites and teams that want a dashboard non-technical stakeholders can read without training, Plausible wins.

Does Plausible require a cookie consent banner?

No. Plausible is cookieless — it does not store personal data or use cookies, so GDPR, CCPA, and PECR compliance is built in. You do not need a consent banner. Removing that banner removes a real UX friction point on EU-facing sites and can improve landing page conversion rates by 1–3%.

How much does Plausible cost?

The Growth plan starts at $9/month for 10,000 monthly pageviews. At 100,000 pageviews the price is $19/month; at 1 million pageviews it's $69/month. There is no free hosted plan. The self-hosted Community Edition is free to run on your own infrastructure and is identical in features to the hosted version.

Can I self-host Plausible?

Yes. Plausible's Community Edition is open-source under GPLv3 and self-hosted via Docker. Your data stays in your own infrastructure with no third-party access. For most teams, the $9/month hosted tier is worth it to avoid managing infrastructure. Self-hosting is the correct choice for organizations with strict data residency requirements.

Does Plausible replace Hotjar or Mixpanel?

No. Plausible tracks pageviews, traffic sources, and custom events. It does not do heatmaps, session recordings, user journey analysis, or product analytics. It tracks traffic, not behavior. For product analytics, Mixpanel or Amplitude are the correct tools alongside Plausible, not instead of it.

Is Plausible good for tracking custom events?

Yes, within limits. Plausible supports custom event goals for tracking signups, button clicks, and form completions. Implementation is a single JavaScript function call. It is not as flexible as GA4's event schema but covers common conversion tracking without configuration complexity. Most content and marketing teams find it sufficient.

Is Plausible open source?

Yes. Plausible's codebase is published on GitHub under the GNU Affero General Public License v3 (AGPLv3). The hosted version at plausible.io is a commercial product; the Community Edition is free to self-host. The open-source license means you can audit every line of tracking code — a meaningful trust signal for privacy-focused teams.

Integrates with

  • google search console
  • slack
  • zapier
  • wordpress

Recently verified