Score with interpretation panel
One score with strength, gap and action.
Try in PlaygroundExample brief
Give me a diagnostic slide for our design system health score of 74 out of 100. Beside the dial, call out one strength, one gap, and one recommended action, and make the adoption gap the thing the audience remembers.
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": "Give me a diagnostic slide for our design system health score of 74 out of 100. Beside the dial, call out one strength, " }'Structured intent (this template)
{
"pattern": "gauge_score",
"title": "The design system is healthy at the core but adoption is the weak link",
"subtitle": "Design system health assessment",
"variant": "score_with_interpretation_panel",
"score": {
"value": 74,
"min": 0,
"max": 100,
"display": "74",
"label": "DS health",
"tone": "good"
},
"panel": [
{
"label": "Strength — component coverage",
"sub": "92% of UI surfaces use shared components; token theming is consistent across products."
},
{
"label": "Gap — product adoption",
"sub": "Two of six product teams still ship bespoke components off-system.",
"emphasis": true
},
{
"label": "Action — adoption SLA",
"sub": "Set a 90-day migration SLA and a contribution path for the lagging teams."
}
],
"caution": "Health is weighted toward coverage; it does not yet capture accessibility conformance.",
"takeaway": "Treat adoption, not component count, as next quarter's primary design-system metric."
}Frequently asked questions
How do I render the Score with interpretation panel 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 with interpretation panel deterministically — editable PowerPoint in under a second.