Install guides
Install guides for every platform
The install is one script tag everywhere. What differs is where that tag goes, what the platform does to it, and how you get a conversion out of it — which is what each of these guides is about.
- Next.jsAdd cookieless analytics and Stripe revenue attribution to a Next.js app, including the first-party proxy that survives ad blockers on Vercel.
- React (Vite / CRA)Install cookieless analytics in a Vite or Create React App SPA. Client-side route changes are tracked automatically, no router integration needed.
- AstroAdd cookieless analytics to an Astro site, including the one thing to know about Astro's client-side router and view transitions.
- SvelteKitAdd cookieless analytics to a SvelteKit app in one line of app.html, with client-side navigation tracked automatically.
- NuxtAdd cookieless analytics to a Nuxt 3 app through nuxt.config.ts, with Vue Router navigations tracked automatically.
- WebflowAdd cookieless analytics to a Webflow site through Site Settings, and track form submissions and Ecommerce orders as goals.
- FramerAdd cookieless analytics to a Framer site in Site Settings → General → Custom Code, and track CMS pages and conversions.
- ShopifyAdd cookieless analytics to a Shopify store, with the honest limits on what a theme script can see at checkout.
- WordPressAdd cookieless analytics to WordPress with a two-line functions.php snippet, and skip the plugin that would load more code than the tracker.
- SquarespaceAdd cookieless analytics to a Squarespace site through Code Injection, including which plan you need and what Squarespace's own analytics won't tell you.