counter cat!

[ Simple, privacy-focused web analytics that just works ]

Privacy First

No cookies, no tracking, no personal data collection.
Just simple, anonymous counting.

Lightning Fast

Minimal code footprint and Redis-powered backend
ensures blazing fast performance.

Bot Resistant

Smart detection algorithms filter out bots and spam
to keep your stats accurate.

Add one line of code to your website. That's it.

<script src="https://counter.cat/api/embed.js?ccid=YOUR_ID"></script>
Custom Placement?

The main script just inserts all three counters where you paste it. However, if you want each counter to be positioned differently, you can use the data-cc attribute on any element:

<div data-cc="all">This is my counter</div>

Multiple counters?

<div data-cc="all, YOUR-ID">This is my counter</div>
<div data-cc="all, YOUR-ID2">This is another counter</div>

This will allow you to place multiple counters on the same page, each with its own ID.

For more advanced usage, check out our documentation.