Skip to content
Quantalog
All docs

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 siteId that 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.

index.html
<script async
  src="https://quantalog-be.daorbit.in/tracker.js"
  data-site="YOUR_SITE_ID"></script>

Where to next