Quick Start

Ship your first dashboard in about ten minutes.

From zero to a live, hosted dashboard your team can open. No DevOps, no AWS, no waiting on infra.

Before you start
  • Node.js 18 or higher
  • A Google account
  • A Google Cloud project with BigQuery enabled
01

Sign up & create your project

Sign in at overscore.dev with Google. Click Create project and pick a name — that becomes your subdomain.

Your project URL
https://your-project.overscore.dev
02

Connect your data warehouse

Upload 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 →

03

Scaffold a starter project locally

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-dashboards
04

Build with Claude Code

Open 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.

You
build a sales pipeline dashboard with a funnel chart, conversion by stage, and a table of at-risk deals
05

Deploy with one command

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 deploy
06

Share with your team

Send 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 →

That's it

You just shipped a production dashboard.

Want to go deeper? The docs have the full reference for the CLI, the client library, and every component.

No credit card required · Currently in beta