← ClaudeAtlas

add-analyticslisted

Add privacy-respecting visit counts to a live site. Free options only, and no tracking people across the web. Use when they ask "is anyone visiting my site", "add analytics", or want proof of traffic for a resume line.
protosphinx/sphinxstack · ★ 0 · AI & Automation · score 75
Install: claude install-skill protosphinx/sphinxstack
# add-analytics Give someone their first answer to "does anyone actually visit my site?" The site is already live (deploy-anywhere). The goal is honest counts they check weekly — this is measurement of their own site's traffic, and it stops there. No tracking visitors across other sites, no fingerprinting, no selling anyone's attention. ## Picking a counter Offer these and let them choose; each is one line to explain. - Cloudflare Web Analytics: free, no cookies, works on any host — paste one script tag. The default pick, and automatic if the site is already on Cloudflare Pages. - GoatCounter: free for personal sites, open source, shows a public or private dashboard. One script tag. Good if they like that they could self-host it someday. - Host-provided stats: some hosts show basic traffic in their dashboard with no code change at all. Netlify's version is paid, so on Netlify use one of the two above. Prefer the smallest measurement tool that answers the stated question. Cookie and consent requirements vary by tool, configuration, visitor, and jurisdiction; do not promise that a site needs no notice or consent banner. Read the provider's current privacy documentation and the rules that apply to the site before enabling collection. Do not send names, email addresses, or other personal data in page paths or analytics events. ## Wiring and reading it 1. They create the account (their email, their password). You add the script tag before `</body>` on every p