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
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "The platform has 99.91% uptime, 2 critical incidents, 82% data quality score, and 96% GDPR deletion SLA, but only 1,240 " }'Structured intent (this template)
{
"pattern": "kpi_metrics",
"title": "The platform is stable, but data quality and adoption are not healthy",
"subtitle": "Customer data platform health",
"metric_kind": "health_status_scoreboard",
"layout_profile": "grid_2x4",
"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",
"status": {
"label": "Off track",
"tone": "bad"
},
"sub": "Target 1,800",
"emphasis": "primary"
},
{
"label": "Pipeline success",
"value": "98.7%",
"status": {
"label": "Good",
"tone": "good"
},
"sub": "Threshold 98%"
},
{
"label": "Open P1 defects",
"value": "7",
"status": {
"label": "Off track",
"tone": "bad"
},
"sub": "Threshold < 5"
},
{
"label": "Cost run-rate",
"value": "EUR 410k/mo",
"status": {
"label": "Warning",
"tone": "warn"
},
"sub": "Budget EUR 380k"
}
],
"caution": "Adoption is the gating risk; the technical platform is no longer the blocker."
}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
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
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.