# SaaSNa.me > Cookieless website analytics: visitors, referrers, countries and who's online right now, from one script tag — no cookie banner, no consent prompt. SaaSNa.me is cookieless website analytics. Add one script tag and see visitors, referrers, countries, devices and who is on the site right now, without asking the visitor's browser for consent first. ## How identity works - A visitor is identified by a keyed hash of IP address, user agent and the tracked domain, salted with a value that rotates daily and is destroyed after 48 hours. - Nothing is written to or read from the visitor's device — no cookies, no localStorage, no fingerprinting beyond headers already sent on every request. - Because no state lives on the visitor's device, there is nothing there to ask consent for. ## What it reports - Unique visitors and pageviews over time, deduplicated by session rather than counted per pageview. - Who is on the site in roughly the last 30 minutes. - Referrers split into channel, direct traffic and campaign, plus top pages, countries, browsers and devices. - Bounce rate and session duration. ## Install One script tag, generated per site with a real site id. Ready-made variants exist for plain HTML, Next.js and WordPress, plus a single natural-language prompt for AI coding agents (Cursor, Claude Code, Codex, and similar) that lets the agent find the right file in a project and add the tag itself. ## What it does not claim - Visitor counts are anonymous, not merely pseudonymous: the salt that produces them is destroyed after 48 hours, after which the identifier cannot be reversed or re-linked, including by us. - The same person on two different devices, or behind a shared/rotating IP, can register as more than one visitor. This is the standard tradeoff of not using cookies, not a bug. - This page is not legal advice. Whether cookieless analytics satisfies a given jurisdiction's requirements is for the site owner to confirm. ## Pricing Free to any signed-in account while the product is in beta. No card is required. Pricing will be announced before beta ends, with notice. ## Pages - [Home](https://www.saasna.me/): what it does, how identity works, install, FAQ. - [Privacy policy](https://www.saasna.me/privacy-policy) - [Terms](https://www.saasna.me/tos) Everything under /dashboard requires an account and is private to that account. It is not crawlable and not useful to an unauthenticated agent. ## Frequently asked ### Does this use cookies? No. Visitor identity is a daily-rotating salted hash of IP address, user agent and your domain — nothing is written to or read from the visitor's device. That's what makes a cookie banner unnecessary: there's nothing stored on their end to consent to. ### How do I install it? Paste one script tag before the closing tag. There are ready-made snippets for plain HTML, Next.js and WordPress, plus a prompt for AI coding agents (Cursor, Claude Code, Codex) that finds the right file in your project and adds it for you. ### How fast do visitors show up? Within a couple of seconds of the first pageview. The install screen polls for your first event every two seconds and flips to "Connected" the moment one arrives — no waiting on a batch job. ### What do I actually see? Visitors and pageviews over time, who's online right now, top pages, referrers broken into channel/direct/campaign instead of one "unknown" bucket, countries, browsers and devices, bounce rate and session duration. ### Is a visitor count actually unique, or is it pageviews? Unique. Visitor counts are deduplicated by session — reloading a page or browsing five pages in one visit still counts as one visitor. Pageviews are reported separately, alongside it, not instead of it. ### Can I track more than one website? Yes, and you can organize them into groups — client work in one section, personal projects in another — instead of one flat list once you're tracking more than a couple. ### What does it cost? Nothing right now. The product is in beta: every account gets the full feature set free while it's being finished, with no card required. Pricing will be announced before beta ends, with notice. ### Is this GDPR-friendly? It's built to be light on data by design: no cookies, no cross-site tracking, and the daily-rotating identity salt is destroyed after 48 hours, so once it's gone the identifier can't be reversed or re-linked even by us. That said, this isn't legal advice — check it against your own compliance requirements. ## Contact support@saasna.me