Introduction
Welcome to the Reignat docs. Learn how to add privacy-friendly analytics to any website in minutes.
What is Reignat?
Reignat is a lightweight, privacy-friendly web analytics platform. It tracks pageviews, visitors, referrers, countries, devices and more, without cookies, without fingerprinting, and without collecting any personally identifiable information.
Everything is aggregated and anonymous. You get the insights you need without compromising your users' privacy.
How it works
Add the script
Paste one script tag into your site. No npm install, no configuration, no cookies.
Data is collected
Every pageview is captured server-side and enriched with geo and device data in real time.
View your dashboard
Open your Reignat dashboard to see traffic, sources, countries, and realtime visitors.
Quick start
The fastest way to get started is to add the script tag directly to your HTML. Replace your-project-id with the ID from your dashboard.
<body> <script src="https://www.reignat.com/tracker.js" data-site="your-project-id" defer ></script></body><body> <script src="https://www.reignat.com/tracker.js" data-site="your-project-id" defer ></script></body>Next steps
HTML
Plain script tag for any site
Next.js
App Router & Pages Router setup
React
useEffect or index.html approach
Vue.js
Plugin or index.html
Realtime
How active visitors are counted
Custom events
Track signups, downloads and actions
Funnels
Measure conversion and drop-off across steps
Revenue integrations
Attribute real revenue with Polar or RevenueCat
Visitors
Anonymous visitor profiles and sessions
Public stats
Share a read-only public dashboard
Widgets
Embed live analytics on your own site
Account API
Manage projects and API keys
Project API
Query stats, pages, referrers and more