Welcome to AnoCounter

AnoCounter is now live and at version 1.0! The base platform is ready for use, and many more features are coming soon.

AnoCounter is a privacy-first, cookie-free, and IP-free website analytics tool. It uses no cookies, stores no personal data, and requires no user consent.

AnoCounter lets you monitor the traffic of multiple websites in real time and easily integrate analytics widgets into your applications.

Below is a live demo of the hits widget. This shows real-time traffic data for a public demo property.

Embed code for the widget shown above:
<script
  class="anocounter_widget"
  data-widget-type="hits"
  type="application/json">
{
  "properties": [
    "eo3stujti57s"
  ],
  "page": 1,
  "filters": {},
  "title": "Anocounter (this website) live visitor hits widget 🧰",
  "perpage": "12",
  "headers": false,
  "hits_refresh_rate": "50000"
}
</script>

Below is a live demo of the traffic graph widget. This shows a real-time traffic graph for a public demo property.

Embed code for the widget shown above:
<script
  class="anocounter_widget"
  data-widget-type="graph"
  type="application/json">
{
  "properties": "3dfwcoyncfr4",
  "interval_type": "hour",
  "title": "Anolink.com last 30 days traffic piano-roll graph 📈",
  "period_type": "last_x_y",
  "last_x": "30",
  "last_y": "days",
  "display_format": "full"
}
</script>
by intercode.ca