Send something
A webhook, one curl, or a spreadsheet of history. Statboy reads the shape of your data — fields become metrics, timestamps become axes.
Send any JSON event, webhook, or spreadsheet. A live dashboard configures itself — no schema, no query language, no setup meeting.
curl -X POST https://statboy.ai/v1/data \
-H "Authorization: Bearer sb_sk_your_api_key" \
-H "Content-Type: application/json" \
-d '{"collection":"CHECKOUT","amount":49.00,"plan":"team"}'That's the integration. All of it.
CHECKOUTamount → chartplan → breakdowntimestamp → x-axisThere is no step five. There barely needs to be a step two.
A webhook, one curl, or a spreadsheet of history. Statboy reads the shape of your data — fields become metrics, timestamps become axes.
Charts, stat cards, and a records table appear already configured. It's live before your terminal prompt comes back.
“Weekly, not daily. Add a p95 line. Rename that.” The dashboard rearranges itself. There’s no chart builder to learn.
Teammates edit, clients view. Everyone reads the same live numbers instead of last week's screenshots.
Every dashboard tool has a configuration UI you'll use twice and forget. Ours is a sentence. Describe the change; watch it happen. Undo by saying “undo.”
Anyone with edit access can reshape the dashboard — including the teammates who would never touch a query editor.
Show signups weekly instead of daily, and add a 7-day average line
Done — Signups is now weekly with a 7-day rolling average overlaid. Anything else?
Metrics are for arguing about together. Invite teammates to edit, send clients a view-only link, and stop exporting charts into slide decks that are stale by Thursday.
Shared dashboards are scoped — a client sees their dashboard and nothing else.
Ostentatiously simple, operationally speaking.
There's no query language to learn because there are no queries to write.
Send whatever JSON you have. If it changes shape next month, we adapt.
Charts arrive configured. Ask in chat if you'd like them different.
The onboarding is the curl command at the top of this page.
Everyone on the dashboard can change the dashboard. In plain English.
Send the link instead. It's live, and it's prettier.
Every plan includes every feature. You're only paying for volume.
curl -X POST https://statboy.ai/v1/data -d '{"collection":"HELLO","value":"world"}'