Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Counter.dev Alternatives
Similar projects and alternatives to counter.dev
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Umami
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
-
fugu
Fugu is simple, privacy-friendly, open-source and self-hostable product analytics. 🐡 (by shafy)
-
Plausible Analytics
Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
-
Matomo
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open 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. We love Pull Requests!
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
tracker-control-android
TrackerControl Android: monitor and control trackers and ads.
-
Fathom Analytics
Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
-
zeroindexed
Monorepo for first party source code that runs under zeroindexed.com.
-
Koko Analytics
Privacy-friendly, open-source and lightweight analytics for your WordPress site.
-
Snowplow
The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP
-
Countly
Countly is a product analytics platform that helps teams track, analyze and act-on their user actions and behaviour on mobile, web and desktop applications.
-
pirsch
Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
counter.dev reviews and mentions
-
Ask HN: Is Counter.dev Down?
Might be worth contacting the maintainer https://github.com/ihucos/counter.dev
> 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:
- Ask HN: What do you use to track visitors on your blog?
-
Looking for a free Google Analytics alternative for my side projects
- 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
Hello I am the counter.dev maintainer.
No! To see the complete tracking script in all glory check it out here: https://github.com/ihucos/counter.dev/blob/master/docs/scrip...
The relevant part is here:
> 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
I think you can go with counter.dev
-
Introducing the Privacy Sandbox on Android
From their Github.
-
Looking for the cheapest alternatives to Google Analytics
Depends on how in-depth you want to go really, I have found https://counter.dev to be fantastic for very basic analytics. And its open source so if you really are so inclined you can run your own instance
-
A note from our sponsor - Onboard AI
getonboard.dev | 5 Dec 2023
Stats
ihucos/counter.dev is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of counter.dev is JavaScript.