counter.dev VS GoatCounter

Compare counter.dev vs GoatCounter and see what are their differences.

GoatCounter

Easy web analytics. No tracking of personal data. (by arp242)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
counter.dev GoatCounter
18 61
880 4,178
- 1.9%
7.9 8.7
9 days ago 15 days ago
JavaScript Go
GNU Affero General Public License v3.0 GNU General Public License v3.0 or later
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.

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. ​

GoatCounter

Posts with mentions or reviews of GoatCounter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-05.
  • Show HN: Shareable Analytics for public stats. Customize sections and themes
    1 project | news.ycombinator.com | 11 Mar 2024
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    47 projects | dev.to | 5 Feb 2024
    GoatCounter — GoatCounter is an open-source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app. It aims to offer easy-to-use and meaningful privacy-friendly web analytics as an alternative to Google Analytics or Matomo. The free tier is for non-commercial use and includes unlimited sites, six months of data retention, and 100k pageviews/month.
  • GoatCounter creator is hoping to raise at least €1k for basic living expense
    3 projects | news.ycombinator.com | 13 Jan 2024
    > Not sure when GoatCounter started

    "Hello, world" - arp242 committed on May 28, 2019 - 66a4d7f9b7af8dccacaf3ad8a9fb57a9f9008030 - https://github.com/arp242/goatcounter/commit/66a4d7f9b7af8dc...

  • Ask HN: Who wants to be hired? (January 2024)
    21 projects | news.ycombinator.com | 2 Jan 2024
    Location: Ireland (Galway)

    Remote: yes

    Willing to relocate: yes

    Technologies: Go ("Golang"), Python, Ruby, JavaScript, Linux, Unix, PostgreSQL

    Résumé/CV: https://www.arp242.net/cv/cv-martintournoij

    Email: [email protected]

    I've been using Go as my primary language for the last seven years, although I don't overly care about the specific language and have experience with a wide variety of tools and languages such as Python, Ruby, PHP, C, JavaScript, Lua, and probably some more. While I've mainly focused on backend in the last few years, I also have written plenty of frontend code over the years, from the "pre-jQuery" days to VueJS.

    In the last few years I mainly focused on GoatCounter (https://www.goatcounter.com) with the occasional contract job, but I'm keen to start working on something new for the longer term.

    I've got quite a bit of code on my GitHub, so you can take a look at that if you want: https://github.com/arp242/

  • Goatcounter: Easy web analytics. No tracking of personal data
    1 project | news.ycombinator.com | 15 Dec 2023
  • Using Analytics on My Website
    7 projects | news.ycombinator.com | 15 Dec 2023
    I suggest using analytics that you can self-host, like https://www.goatcounter.com/ and renting a cheap vm to run it on along with your blog. It is way better, you have more control and you can be sure that javascript tracking is working for 100% of people using the site since you have full control over it not getting blocked by adblockers.
  • Ask HN: Is Google Analytics that useful?
    6 projects | news.ycombinator.com | 11 Sep 2023
    I'm self-hosting GoatCounter and using it across all my websites.

    Apart from controlling my data, I also have more accurate visitor statistics, as it doesn't get picked up by script blockers, unlike GA.

    https://github.com/arp242/goatcounter

    https://www.goatcounter.com

  • What has your personal website/blog done for you?
    1 project | news.ycombinator.com | 3 Sep 2023
    I first used basic google analytics but found it too invasive/heavy so I switched over to https://www.goatcounter.com/.

    For comments, most solutions were also too heavy, paid or had ads, but I finally found https://giscus.app/.

    So while I did add these 2 features, I'm happy with those variants that I managed to find.

  • Ask HN: Who wants to be hired? (August 2023)
    13 projects | news.ycombinator.com | 1 Aug 2023
    Location: Ireland

    Remote: yes

    Willing to relocate: yes

    Technologies: Go ("Golang"), Python, Ruby, JavaScript, Linux, Unix, PostgreSQL

    Résumé/CV: https://www.arp242.net/cv/cv-martintournoij

    Email: [email protected]

    I've been using Go as my primary language for the last seven years, although I don't overly care about the specific language and have experience with a wide variety of tools and languages such as Python, Ruby, PHP, C, JavaScript, Lua, and probably some more. While I've mainly focused on backend in the last few years, I also have written plenty of frontend code over the years, from the "pre-jQuery" days to VueJS.

    In the last few years I mainly focused on GoatCounter (https://www.goatcounter.com) with the occasional contract job, but I'm keen to start working on something new for the longer term.

    I've got quite a bit of code on my GitHub, so you can take a look at that if you want: https://github.com/arp242/

  • Ask HN: Looking for Google Analytics alternative after v4
    2 projects | news.ycombinator.com | 21 Jun 2023

What are some alternatives?

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

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

Plausible Analytics - Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

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

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

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!

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

GoAccess - GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

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

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