Data
Dashboard an API payload
Point it at a JSON response and get an executive view of what changed.
Fill it in
Paste the JSON, or describe the endpoint.
The number that goes biggest.
Which deltas to compute.
Your prompt
Build a dashboard from this payload. [your payload] Headline metric: [your headline metric] Compare against: wow, mom Walk the real structure rather than assuming a shape. These payloads nest, and the field you want is usually two levels deeper than the docs suggest. A delta needs a denominator and a direction, and it needs to say when it cannot be computed. "+0%" and "no comparable period" look identical on a chart and mean opposite things. One self-contained HTML file: the headline number large, the deltas next to it, then the supporting charts. No CDN.
Use Dashboard an API payloadOpens with everything above already filled in.
Why this works
These payloads nest, and the field you want is usually two levels deeper than the docs suggest. It walks the real structure rather than assuming a shape, and it distinguishes a zero delta from a period it could not compare, which look identical on a chart and mean opposite things.
Questions
- What do I get?
- One self-contained HTML file. No CDN, no build step.