Plausible Analytics VS counter.dev

Compare Plausible Analytics vs counter.dev and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Plausible Analytics counter.dev
304 18
18,286 876
3.0% -
9.8 7.9
5 days ago 11 days ago
Elixir JavaScript
MIT License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Plausible Analytics

Posts with mentions or reviews of Plausible Analytics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • We need to Speak about Google Code Quality
    2 projects | dev.to | 24 Apr 2024
    I could do the same exercise with Google Analytics and Google Tag Manager, but luckily I don't need to, since Plausible already did. A piece of advice, rip out Google Analytics and use Plausible instead. It first of all doesn't destroy your website, and secondly it doesn't violate the GDPR - So you can embed it on your site without having to warn your visitors about that they're being spied on by Google.
  • Show HN: Open-Source Ad-Free File Upload Service
    1 project | news.ycombinator.com | 22 Apr 2024
    Also, currently we are using https://plausible.io/ for analytics. No other bugs.
  • Plausible as an alternative to Google Analytics
    2 projects | dev.to | 18 Apr 2024
    I just swapped out Google Analytics with Plausible for AINIRO.IO. It’s only been a week, but so far I am super jazzed about it. First of all, Plausible doesn’t use cookies, so I can completely drop all cookie disclaimers and popups I had because of GDPR. Second of all, the site scores significantly better on load time. This results in a 10x better user experience for my website visitors, while making sure the website is still 100% conforming to GDPR laws.
  • Simple no bs persistent notepad
    2 projects | news.ycombinator.com | 16 Mar 2024
    No clue what you mean, browser cache might even clear itself without you doing anything manually. This thing makes no sense.

    Nowhere ever did it say Tech Demo anywhere, not in the HN headline, not on the page itself. No, thanks. And even as a tech demo, there is nothing impressive going in. It is stores shit to local storage, I guess. Lol, I just looked this up, and it was in Firefox on 2009 already? WHAT? https://developer.mozilla.org/en-US/docs/Web/API/Window/loca... I never used it myself directly, but I remember reading about some API that kind of is the new version of cookies that can store more and better and I think that is it. 2009, I would swear what I think about was newer, maybe I am mixing something up, maybe not.

    It has unnecessarily tracking from the comment above, not sure if it even sends all your notes to https://plausible.io, and I do not care. For me, this fails as a tech demo or whatever the fuck It's supposed to be. Sorry to not get all excited about everything posted here. In 2009 it for sure would ;)

  • Using Analytics on My Website
    7 projects | news.ycombinator.com | 15 Dec 2023
    If you already use Posthog, Web Analytics has been in Public Beta for quite some time.[1]

    If I remember correctly, CloudFlare Analytics does not need you to register your domain with them. I personally feel keeping domain registration coupled with your DNS provider is not a good idea.

    Plausible[2] has an Open Source self-hostable version but is not so updated in sync with their SaaS version.

    Umami[3] is another simple, clean one. And, of course, as many have suggested, Matomo is the other well-established one. If you want to avoid maintaining a hosting routine, a lot do the hosting out of the box these days. PikaPods[4] was good when I tried and played around for a while.

    1. https://posthog.com/docs/web-analytics

    2. https://github.com/plausible/analytics

    3. https://umami.is

    4. https://www.pikapods.com

  • Open Source alternatives to tools you Pay for
    21 projects | dev.to | 8 Dec 2023
    Plausible - Open Source Alternative to Google Analytics
  • 11 Ways to Optimize Your Website
    12 projects | dev.to | 12 Nov 2023
    There are many good, lightweight, and open-source alternatives to Google Analytics, such as Plausible, Matomo, Fathom, Simple Analytics, and so on. Many of these options are open-source, and can be self-hosted.
  • Ask HN: What is the least obnoxious way to ask for cookie permissions?
    1 project | news.ycombinator.com | 29 Sep 2023
    You log the IP address, referrer, user agent and the requested page URL but you don't set a unique cookie to identify the user.

    This still gets you plenty of actionable analytics information: where geographically people are located (via GeoIP), what pages are most popular, what platforms (including desktop vs mobile) people are using.

    I've been using https://plausible.io for analytics on a bunch of my sites for a couple of years now and I honestly don't miss the extra level of detail I got from cookie-based analytics I've used in the past.

  • Ask HN: Is Google Analytics that useful?
    6 projects | news.ycombinator.com | 11 Sep 2023
  • A Developer's Guide to Blogging
    3 projects | dev.to | 26 Aug 2023
    The analytics provider I've gone with is Plausible. Sadly it's not free - about $9 a month - but it's easy to use, lightweight (the script is less than 1kb), and respects privacy, so it's worth a look IMO.

counter.dev

Posts with mentions or reviews of counter.dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-02.
  • Ask HN: Is Counter.dev Down?
    2 projects | news.ycombinator.com | 2 Oct 2023
    > Rather than what looks to be an unproven pet project of some developer. If nobody is paying for it, there are no guarantees of uptime or support.

    It's pay what you want. The project is running for three years already, let's see how things go with time.

    Apologies for the long downtime. The issue is being resolved, see here for updates:

    - https://github.com/ihucos/counter.dev/issues/124

  • Ask HN: What do you use to track visitors on your blog?
    3 projects | news.ycombinator.com | 20 May 2023
  • Looking for a free Google Analytics alternative for my side projects
    3 projects | /r/SideProject | 17 May 2023
    - counter.dev -> Something that I need but it has a lack of accuracy and very tiny functionality.
  • Show HN: Counter – Simple and Free Web Analytics
    1 project | /r/hypeurls | 13 Mar 2023
    7 projects | news.ycombinator.com | 13 Mar 2023
    > Right, and being sessionStorage it's cleared on browser close, and the next time I visit I will be counted as another daily unique visitor right?

    No! There are a few rudimentary mechanisms on top of each other if one of them fails as you described. The /track endpoint sets up http caching. So if sessionStorage fails, you still have that. Then there is also inspecting document.referrer. If it is the page you are already on, then it's definitely not a unique visit.

    > (or why not just a cookie)

    Because cookies are considered "bad". But technically basically just saving a boolean value on the cookie would not be worse from a privacy perspective than using sessionStorage for a boolean value.

    > I personally would rather have the pages I visit use a self-hosted solution gather everything I do, instead of a third-party getting little data from many sites I use. If this script is used across many sites it can be checked server-side against my IP to get my usage. I can never verify what logs they keep and for how long.

    That is a general problem with externally hosted services. You can audit the source code (https://github.com/ihucos/counter.dev) but there is not way to verify that my deployment is as stated. I heard a podcast once that web hosters could guarantee that a deployment is in a specific way and contains a specific code base revision. But such solutions unfortunately do not exist. If you really want to be sure self hosting is the way to go (but somewhat cumbersome)

  • Simple alternative to Google Analytics
    4 projects | /r/Wordpress | 7 Feb 2023
    I think you can go with counter.dev
  • Sensible blocking
    1 project | /r/uBlockOrigin | 27 Oct 2022
    I am providing a free and open source web analytics service: https://github.com/ihucos/counter.dev / counter.dev
  • Counter.dev: Web Analytics made simple
    1 project | news.ycombinator.com | 17 Jun 2022
  • Counter: Free and Open Source, Privacy Respecting Web Analytics
    1 project | /r/webdev | 29 Mar 2022
  • Introducing the Privacy Sandbox on Android
    2 projects | /r/Android | 16 Feb 2022
    From their Github. ​

What are some alternatives?

When comparing Plausible Analytics and counter.dev you can also consider the following projects:

Umami - Umami is a simple, fast, privacy-focused alternative to Google Analytics.

GoatCounter - Easy web analytics. No tracking of personal data.

Fathom Analytics - Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.

DevUtils-app - All-in-one Toolbox for Developers. Native macOS app.

fugu - Fugu is simple, privacy-friendly, open-source and self-hostable product analytics. 🐡

PostHog - 🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

ctop - Top-like interface for container metrics

Matomo - Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!

pirsch - Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.

Ahoy - Simple, powerful, first-party analytics for Rails