Documentation
Build with dumbledor
Install, integrate, and ship. Track from the browser, ingest from your backend, and query metrics with API keys.
dumbledor is a lightweight analytics platform for builders who want real-time events, clean dashboards, and privacy controls without a heavyweight setup.
- Real-time event ingestion with sub-second dashboard updates
- Actions, funnels, top pages, and uptime monitors in one dashboard
- CDN tracker, ingest API, and query API for any stack
Platform endpoints
dumbledor exposes three public hosts. The tracker loads from the CDN, events are sent to ingest, and API keys authenticate against the query API.
| Field | Type | Description |
|---|---|---|
| https://cdn.dumbledor.com | tracker | Loads script.js and sends pageviews automatically. |
| https://ingest.dumbledor.com | ingest | Accepts POST /v1/collect from the browser or your backend. |
| https://api.dumbledor.com | query | Returns metrics with a secret API key in Authorization. |