Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Go to file
2021-03-04 11:40:57 +02:00
.github Update issue templates 2021-01-17 08:12:56 +01:00
.gitlab/build-scripts Slim container image and swap Debian for Alpine (#353) 2020-10-19 11:12:24 +03:00
assets Fixes zero-shortcut leading to undefined page (#788) 2021-03-04 09:50:15 +02:00
config Add usage checking to cron 2021-02-19 15:15:56 +02:00
lib Reduce errors sent to Sentry 2021-03-03 11:36:39 +02:00
priv Track billing cycles (#697) 2021-02-12 10:17:53 +02:00
rel Create the admin user as a separate command (#233) 2020-07-28 14:11:02 +03:00
test Reduce errors sent to Sentry 2021-03-03 11:36:39 +02:00
tracker Adds data-exclude support and localStorage.plausible_ignore support (#489) 2021-01-22 13:32:40 +02:00
.env.dev Add option to completely disable cron 2021-01-18 11:28:18 +02:00
.env.test Self hosted improvements (#603) 2021-01-15 10:12:00 +02:00
.formatter.exs Initial commit 2019-09-02 12:29:19 +01:00
.gitignore Dialyzer and Credo checks (#558) 2021-01-07 15:16:04 +02:00
.pre-commit-config.yaml Add eslint, stylelint, prettier, and pre-commit (#484) 2020-12-23 10:45:53 +02:00
.tool-versions Elixir & Docker upgrade (#566) 2021-01-13 10:31:16 +02:00
CHANGELOG.md Adds same glob patterns as exclusions for pageview goals (#750) 2021-03-02 14:53:03 +02:00
CONTRIBUTING.md Update contribution guidelines (#403) 2020-11-10 10:58:49 +02:00
docker_push Linkify top pages (#350) 2020-10-09 15:23:08 +03:00
Dockerfile Expose port 8000 by default (#675) 2021-02-05 11:27:44 +02:00
LICENSE.md Use AGPL license going forward 2020-10-12 16:21:25 +03:00
Makefile Change Docker volume used by Clickhouse to a local directory (#404) 2020-11-10 13:49:50 +02:00
mix.exs Add JSON logger 2021-01-29 10:24:20 +02:00
mix.lock Add JSON logger 2021-01-29 10:24:20 +02:00
README.md Update README.md 2021-03-03 10:22:10 +01:00
SECURITY.md Update SECURITY.md 2021-03-04 11:40:57 +02:00

Plausible Analytics

Plausible Analytics is a simple, lightweight (< 1 KB), open-source and privacy-friendly alternative to Google Analytics. It doesnt use cookies and is fully compliant with GDPR, CCPA and PECR. You can self-host Plausible or have us run it for you in the Cloud. Here's the live demo of our own website stats. Made and hosted in the EU 🇪🇺

We are dedicated to making web analytics more privacy-friendly. Our mission is to reduce corporate surveillance by providing an alternative web analytics tool which doesnt come from the AdTech world. The full-time team consists of Uku Taht and Marko Saric. We are completely independent, self-funded and bootstrapped.

Why Plausible?

  • Clutter Free: Plausible Analytics provides simple web analytics and it cuts through the noise. No layers of menus, no need for custom reports. Get all the important insights on one single page. No training necessary.
  • GDPR/CCPA/PECR compliant: Measure traffic, not individuals. No personal data or IP addresses are ever stored in our database. We don't use cookies or any other persistent idenfitiers. Read more about our data policy
  • Lightweight: Plausible Analytics works by loading a script on your website, like Google Analytics. Our script is 45x smaller, making your website quicker to load.
  • Email or Slack reports: Keep an eye on your traffic with weekly and/or monthly email or Slack reports. You can also get traffic spike notifications.
  • Open website stats: You have the option to be transparent and open your web analytics to everyone. Your website stats are private by default but you can choose to make them public so anyone with your custom link can view them.
  • Define key goals and track conversions: Set custom events or page URLs as your goals and see how they convert over time to understand and identify the trends that matter. Includes easy ways to track outbound link clicks and 404 error pages.
  • Search keywords: Integrate your dashboard with Google Search Console to get the most accurate reporting on your search keywords.
  • SPA support: Plausible is built with modern web frameworks in mind and it works automatically with any pushState based router on the frontend. We also support frameworks that use the URL hash for routing. See our documentation.

Interested to learn more? Read more on our website, learn more about the team and the goals of the project on our about page or explore the documentation.

Why is Plausible Analytics Cloud not free like Google Analytics?

Plausible Analytics is an independently owned and actively developed project. To keep the project development going, to stay in business, to continue putting effort into building a better product and to cover our costs, we need to charge a fee.

Google Analytics is free because Google has built their company and their wealth by collecting and analyzing huge amounts of personal information from web users and using these personal and behavioral insights to sell advertisements.

Plausible has no part in that business model. No personal data is being collected and analyzed either. With Plausible, you 100% own and control all of your website data. This data is not being shared with or sold to any third-parties.

We choose the subscription business model rather than the business model of surveillance capitalism. See reasons why we believe you should stop using Google Analytics on your website.

Can Plausible Analytics be self-hosted?

Yes, Plausible is fully open source web analytics.

We have a free as in beer Plausible Analytics Self-Hosted solution. Its exactly the same product as our Cloud solution with a less frequent release schedule. The difference is that the self-hosted version you have to install, host and manage yourself on your own infrastructure while the Cloud version we manage everything for your ease and convenience. Take a look at our self-hosting installation instructions.

Plausible Self-Hosted is a community supported project and there are no guarantees that you will get support from the creators of Plausible to troubleshoot your self-hosting issues. There is a community supported forum where you can ask for help.

If you choose to self-host Plausible you can become a sponsor which is a great way to give back to the community and to contribute to the long-term sustainability of the project. Simply put, we treat sponsors like paying customers which means you can receive guaranteed priority support.

Technology

Plausible Analytics is a standard Elixir/Phoenix application backed by a PostgreSQL database for general data and a Clickhouse database for stats. On the frontend we use TailwindCSS for styling and React to make the dashboard interactive.

Feedback & Roadmap

We welcome feedback from our community. We have a public roadmap driven by the features suggested by the community members. Take a look at our feedback board and our public roadmap directly here on GitHub. Please let us know if you have any requests and vote on open issues so we can better prioritize.

License

Plausible is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find it here.

The only exception is our javascript tracker which gets included on your website. To avoid issues with AGPL virality, we've released the tracker under the MIT license. You can find it here.