Cookieless web analytics on Cloudflare

One script in.Every number out.

Drop one tiny tag on your site and watch pageviews, visitors, top pages, referrers and countries roll in. No cookies, no consent banner, no third party — the data lives on your own Cloudflare account.

Open dashboard →See how it works
Paste one line
Drop the tag. Watch it land.
<script defer 
  src="https://analytics-server.saasflare.dev/tracker.js"
  data-website-id="na_7f3k9d2x"></script>

The script is ~1KB, loads deferred, and sets no cookies. Tap below to simulate a hit — exactly what the live dashboard counts when a real visitor lands.

Pageviews
1,284
Visitors
312
Sessions
418
Avg. time
1m 04s
Your numbers, one screen

KPIs, trend and tops — at a glance.

Pick a range, slice by sub-domain, and read the four numbers that matter next to a PV/UV trend and your top pages, sources and countries.

analytics.saasflare.dev
Pageviews
48,201
Visitors
12,540
Sessions
18,933
Avg. time
1m 12s
Pageviews and visitors trend
Top pages
/82%
/pricing54%
/blog/edge-analytics41%
/docs33%
/changelog21%
estimated
How it works

From tag to chart in three moves.

01

Embed

Paste one <script> tag into your site. No SDK, no build step, no npm install — anything that serves HTML is ready.

02

Collect

A public edge endpoint validates the origin, fills in country, device and browser from the request, hashes the visitor with a daily salt, and writes one row to Analytics Engine.

03

See

The dashboard queries Analytics Engine with 60s caching: KPI cards, a PV/UV trend line, and top pages, referrers, countries, browsers and devices.

Privacy by design

Counts people, not identities.

No cookies and no cross-site identifier ever touch the browser. A visitor is a one-way hash of IP + user-agent + a salt that rotates every midnight, scoped to your site — enough to de-dupe today, impossible to track tomorrow. Nothing personal is stored; no consent banner needed.

// daily-rotating, never reversible
visitor = sha256(
  ip + ua +
  daily_salt + site_id
)

// no cookie · no PII · no banner
Built in

Everything a small analytics tool should be.

Cookieless & GDPR-friendly

No cookies, no fingerprint, no personal data. Skip the consent banner entirely.

~1KB on the wire

A deferred, minified script that tracks pageviews, sessions and time-on-page — and gets out of the way.

Multi-domain & sub-domains

One site can own many hostnames, wildcards included. View the whole family or slice to one sub-domain.

Edge-enriched

Country, region, city, ASN, browser, OS and device are filled in at the edge from the request — never from the client.

Sampling-aware

High-traffic counts are restored from the sample interval and clearly marked as estimates, so the numbers stay honest.

Yours on Cloudflare

Runs on your own Workers, D1 and Analytics Engine. Single-admin, self-hosted, your data never leaves your account.

From snippet to insight in minutes.

Open dashboard<script defer src="analytics-server.saasflare.dev/tracker.js">
Saasflare Analyticsanalytics

Saasflare Analytics — privacy-first, cookieless web analytics on Cloudflare.

DashboardSign inCreated by nshenhosted on Cloudflare Workers