Overview
What Quantalog is, the core concepts, and a 60-second quickstart.
Quantalog is privacy-first web analytics with a real-time dashboard and a multi-tenant API. You can use it two ways: track your own sites from the dashboard, or embed analytics into your own product and offer it to your users — the way Vercel and Lovable do.
How it works
- Workspace — your organisation. It owns your sites, your team, and your API keys.
- Site — a tracked property. Each site has a public
siteIdthat the tracker script reports against. - Events — pageviews, engagement, clicks, and custom events, sent by the tracking script embedded on your site.
Quickstart
Sign up, create a site, and paste one script tag into your <head>. Real-time numbers appear within seconds.
<script async
src="https://quantalog-be.daorbit.in/tracker.js"
data-site="YOUR_SITE_ID"></script>Where to next
- Install the tracker — HTML, React, Next.js and Vue.
- Custom events — track signups, purchases, and conversions.
- Platform API — embed analytics into your own product.