Sign up & create your project
Sign in at overscore.dev with Google. Click Create project and pick a name — that becomes your subdomain.
https://your-project.overscore.devFrom zero to a live, hosted dashboard your team can open. No DevOps, no AWS, no waiting on infra.
Sign in at overscore.dev with Google. Click Create project and pick a name — that becomes your subdomain.
https://your-project.overscore.devUpload your BigQuery service account JSON once. We encrypt it at rest. From now on, queries run on your behalf — your credentials never leave our backend. Read the full BigQuery guide →
One command sets up a fresh project on your machine — Vite, our client library, and Claude Code context files all pre-wired.
$ npx create-overscore my-dashboardsOpen the project in Claude Code (or any AI coding tool). Tell it what dashboard you want — it has all the context it needs about your warehouse, our component library, and how to wire queries.
When the dashboard looks right, run deploy. Built files and source go to our infrastructure. The dashboard is immediately live at your project URL. Full CLI reference →
$ npx @overscore/cli deploySend the URL. Teammates sign in with Google. They get auth, hosting, fresh data on every load — and can install the dashboard as a branded app on their phone if you want. Auth & permissions docs →
Want to go deeper? The docs have the full reference for the CLI, the client library, and every component.