Home/Documentation

Introduction

Open Analytics is a lightweight, privacy-first analytics platform. Add one script tag and get real-time visitor insights — pageviews, UTM attribution, device and geo breakdowns, and a live globe — without cookies or consent banners.

Lightweight

The tracker script is small and loads asynchronously. It won't slow down your site.

🔒

Cookie-free by default

Fingerprint mode needs no cookies. Optional cookie mode stores first-party IDs like traditional analytics.

📡

Real-time

See live visitor counts, active pages, and a 3D globe the moment someone lands on your site.

Quick start

Get up and running in under two minutes.

1. Create your account

Sign up at https://analytics.gitopen.dev/app with Google or GitHub, then click Add websiteand enter your domain. You'll get a unique site key.

2. Add the script to your site

Paste this snippet before the closing </body> tag (or inside <head>):

<script
  async
  src="https://analytics.gitopen.dev/tracker.js?v=1.0.8"
  data-site-key="YOUR_SITE_KEY"
  data-endpoint="https://analytics.gitopen.dev/api/events"
></script>

3. Visit your dashboard

Open your site in the dashboard. Data appears within seconds of the first pageview. Copy the exact snippet from Settings → Tracking code in your project — it includes your real site key and endpoint.

Tip

Replace YOUR_SITE_KEY with the key shown in your dashboard under Settings → Tracking code.

What you can do

  • Stats overview — visitors, visits, pageviews, bounce rate, and visit time with period-over-period trends
  • Breakdowns — channels, pages, countries, browsers, devices, and operating systems
  • Realtime — live visitor count, 3D globe, and active pages in the last 5 minutes
  • Custom events — track signups, button clicks, and any user action
  • Search Console — overlay Google Search clicks on your traffic chart
  • Bot Analytics — see which AI crawlers and bots visit your pages
  • Domain Authority — monitor backlink growth over time
  • Public sharing — share a read-only realtime view without requiring sign-in

Documentation

Getting started

Configuration

Features

Reference

Need help?

Check the Troubleshooting page for common issues, or browse the Installation guides for your framework.