Analytics that respects your users.
Sovereign usage measurement infrastructure, no cookies, no consent banner. Hosted in France, CNIL compliant, decision-oriented.
Built for product teams
Everything you need to measure usage, nothing more.
Zero-cookie, zero-banner
No cookies, no consent banner. CNIL exempt. Your visitors see nothing.
Hosted in France
VPS Scaleway, Paris. No transfer outside EU. No US third-party service.
Ultra-lightweight
500-byte JS helper, fire-and-forget. Zero performance impact on your app.
Built-in dashboard
Global overview, per-resource details, time series, device and referrer breakdown.
Simple REST API
3 JSON stats endpoints. Integrate data directly into your own UI.
Multi-app
One token per project. Connect Studio, your website, your mobile apps — each isolated.
Integration in 5 minutes
A first-party proxy + one fetch call. That's it.
// analytics.js — 500 bytes, zero dependency
const ANALYTICS_URL = '/api/collect'
export function track(event, ref, meta = {}) {
const body = JSON.stringify({
event_type: event,
resource_ref: ref,
referrer: document.referrer || null,
...meta,
})
navigator.sendBeacon?.(ANALYTICS_URL, body)
|| fetch(ANALYTICS_URL, { method: 'POST', body, keepalive: true })
}Why not Google Analytics?
| Google Analytics | Matomo | Plausible | Analytics | |
|---|---|---|---|---|
| Cookie banner | Required | Often required | Not required | Not required |
| Hosting | US (Google) | Self-hosted | Cloud EU | Self-hosted FR |
| User tracking | Yes | Partial | No (sessions) | No (sessions) |
| Integration | Tag Manager | Script JS | Script JS | 1 fetch(), 0 dep |
| Orientation | Marketing | Generalist | Website | Product / App |
| Complexity | High | Medium | Low | Minimal |
Simple and transparent pricing
Choose the plan that fits your needs.
Ready to measure without tracking?
Request access to start using Analytics.