Health/status scoreboard
Customer data platform health is unstable
Try in PlaygroundExample brief
The platform has 99.91% uptime, 2 critical incidents, 82% data quality score, and 96% GDPR deletion SLA, but only 1,240 active business users, 7 open P1 defects, and a cost run-rate of EUR 410k/mo, with adoption being the main risk and targets not being met for data quality, active users, and cost.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "kpi_metrics",
"variant": "health_status_scoreboard",
"headline": "The platform is stable, but data quality and adoption are not healthy",
"context": "Customer data platform health",
"caution": "Adoption is the gating risk; the technical platform is no longer the blocker.",
"data": {
"metrics": [
{
"label": "Platform uptime",
"value": "99.91%",
"status": {
"label": "Warning",
"tone": "warn"
},
"sub": "Target 99.95%"
},
{
"label": "Critical incidents",
"value": "2",
"status": {
"label": "Good",
"tone": "good"
},
"sub": "Threshold < 3"
},
{
"label": "Data quality score",
"value": "82%",
"status": {
"label": "Warning",
"tone": "warn"
},
"sub": "Target 90%"
},
{
"label": "GDPR deletion SLA",
"value": "96%",
"status": {
"label": "Good",
"tone": "good"
},
"sub": "Target 95%"
},
{
"label": "Active business users",
"value": "1,240",
"emphasis": "primary",
"status": {
"label": "Off track",
"tone": "bad"
},
"sub": "Target 1,800"
},
{
"label": "Pipeline success",
"value": "98.7%",
"status": {
"label": "Good",
"tone": "good"
},
"sub": "Threshold 98%"
}
]
}
}cURL (REST)
curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"kpi_metrics","variant":"health_status_scoreboard","headline":"The platform is stable, but data quality and adoption are not healthy","context":"Customer data platform health","caution":"Adoption is the gating risk; the technical platform is no longer the blocker.","data":{"metrics":[{"label":"Platform uptime","value":"99.91%","status":{"label":"Warning","tone":"warn"},"sub":"Target 99.95%"},{"label":"Critical incidents","value":"2","status":{"label":"Good","tone":"good"},"sub":"Threshold < 3"},{"label":"Data quality score","value":"82%","status":{"label":"Warning","tone":"warn"},"sub":"Target 90%"},{"label":"GDPR deletion SLA","value":"96%","status":{"label":"Good","tone":"good"},"sub":"Target 95%"},{"label":"Active business users","value":"1,240","emphasis":"primary","status":{"label":"Off track","tone":"bad"},"sub":"Target 1,800"},{"label":"Pipeline success","value":"98.7%","status":{"label":"Good","tone":"good"},"sub":"Threshold 98%"}]}}'Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Stacked composition bars
Compare media mix for FY25 and FY26
Frequently asked questions
How do I render the Health/status scoreboard template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Health/status scoreboard deterministically — editable PowerPoint in under a second.