Self-hosted dashboards for Google Analytics 4, on Cloudflare Workers. Daily rollups from the GA4 Data API or your BigQuery export land in a D1 database you own; realtime stays live on Google. Dashboards are built from configurable widgets on a grid.

Open the Worker, add your property, and the first backfill runs while you watch.
npm install
cp .dev.vars.example .dev.vars # paste the service-account JSON on one line
npm run types && npm run db:migrate
npm run dev # http://localhost:3000
npm run build, npm run typecheck, npm run lint and npm test are the four CI
gates.
Adaca is a software consultancy. We build custom software, embed senior engineers in client teams, and put AI to work for our clients. Adaca Analytics is open source under the MIT licence.
27 commits
TypeScript
85.6%
CSS
14.3%
Self-hosted dashboards for Google Analytics 4, on Cloudflare Workers. Daily rollups from the GA4 Data API or your BigQuery export land in a D1 database you own; realtime stays live on Google. Dashboards are built from configurable widgets on a grid.

Open the Worker, add your property, and the first backfill runs while you watch.
npm install
cp .dev.vars.example .dev.vars # paste the service-account JSON on one line
npm run types && npm run db:migrate
npm run dev # http://localhost:3000
npm run build, npm run typecheck, npm run lint and npm test are the four CI
gates.
Adaca is a software consultancy. We build custom software, embed senior engineers in client teams, and put AI to work for our clients. Adaca Analytics is open source under the MIT licence.
27 commits
TypeScript
85.6%
CSS
14.3%