Open source · Self-hosted

The dashboard Cloudflare Analytics Engine never shipped.

Connect your Cloudflare account, write SQL against your Analytics Engine datasets, save the queries you reuse, and build charts and dashboards. Runs entirely on your own infrastructure.

MIT licensed · Deploys on Cloudflare or any Node host

Cloudflare Analytics Engine is a fast time-series store, but it ships no UI and no way to save a query. EngineView is the missing layer on top.

Query

Write SQL, get answers

A real editor with syntax highlighting and Cmd+Enter to run. Results land in a fast, sortable table you can export to CSV, or flip to a chart in one click.

SELECT colo, count() AS nFROM requestsGROUP BY colo ORDER BY n DESC
Visualize

Charts and dashboards

Turn any result into a line, area, or bar chart. Pin saved queries as panels on a dashboard with a shared time range, driven by a simple $SINCE macro.

Secure

Bring your own Cloudflare

Each user connects their own account. API tokens are encrypted at rest with AES-256-GCM and only ever decrypted on the server to run a query — never sent to the browser.

cf_token ••••••••••••••••
Saved queriesCSV exportMulti-user accountsEmail verificationShared time rangesPostgres-backed
Self-host

Yours, end to end

No SaaS in the middle. Run it with Docker Compose or any Node host, point it at a Postgres database, and you own every byte. It is open source under the MIT license.

Deploy it on your own account.