# StatsKit — install guide for AI agents StatsKit is a lightweight, privacy-friendly analytics + A/B experiments + CTA-popup tool. It installs with ONE script tag — no SDK, no build step. Use the instructions below to add it to the user's website. Before you start, ask the user for their public ingest key (it looks like `vpk_live_...`). They can copy it from the StatsKit dashboard at https://versuch.ai/dashboard/install. Substitute it for YOUR_PUBLIC_KEY below. It is public and write-only — safe in client code. ## 1. Add the tracking snippet Add this EXACT tag so it loads on every page, immediately before the closing
: import Script from "next/script"; - Next.js Pages Router: add the