Getting started in 30 minutes

Oriflux unifies web analytics, product analytics and API analytics — no cookies, no consent banner, hosted in Europe.

1. Create your organization

Sign in with Google on your Oriflux instance: the welcome flow creates your organization, your first project and its source, then hands you your ingest key (shown exactly once) and the ready-to-paste snippet. The screen watches for your first event to arrive.

2. Website — one script tag

<script defer src="https://in.oriflux.sponge-theory.dev/v1/oriflux.js"
        data-key="ofx_ing_…"></script>

The exact snippet, with your key, is generated by the UI (Settings → Projects → your source → “Issue an ingest key”).

3. Python API — one middleware

from oriflux_sdk import OrifluxMiddleware

app.add_middleware(OrifluxMiddleware, api_key="ofx_ing_…")  # FastAPI / Starlette / any ASGI

pip install oriflux-sdk. Client-side aggregation in 60 s windows, < 1 ms per request, fire-and-forget: an Oriflux outage (or an exceeded quota) never impacts your application.

4. Verify

Open your project in the dashboard: the Live view shows your visitors in real time; the Web/API views fill up within seconds.