Score vs target delta
Readiness score against target and prior quarter.
Try in PlaygroundExample brief
Show our customer onboarding health score of 72 out of 100 against the FY26 target of 85, and note that it rose from 64 last quarter. Make the gap to target and the improvement obvious, and recommend shipping self-serve admin controls to close it.
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": "Show our customer onboarding health score of 72 out of 100 against the FY26 target of 85, and note that it rose from 64 " }'Structured intent (this template)
{
"pattern": "gauge_score",
"title": "Customer onboarding health is climbing but still short of the FY26 target",
"subtitle": "Onboarding readiness index, post-launch cohort",
"variant": "score_vs_target_delta",
"score": {
"value": 72,
"min": 0,
"max": 100,
"display": "72",
"label": "Onboarding health",
"tone": "warn"
},
"scale": {
"target": {
"value": 85,
"label": "FY26 target"
}
},
"previous": {
"value": 64,
"label": "Q3"
},
"caution": "The index weights early-stage milestones heavily, so late-stage churn risk can be understated.",
"takeaway": "Close the 13-point gap by shipping self-serve admin controls before the FY26 renewal window."
}Frequently asked questions
How do I render the Score vs target delta 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 Score vs target delta deterministically — editable PowerPoint in under a second.