Delta scoreboard
Transit performance scorecard showing ridership and reliability deltas.
Try in PlaygroundExample brief
A performance summary for a transit authority board meeting. The slide uses a 2x3 grid to compare six key performance indicators—including fare revenue, on-time performance, and safety incidents—against planned targets and previous quarters. It highlights that while financial and ridership figures are positive, operational health and safety metrics are trending negatively, requiring a strategic shift in focus.
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": "delta_scoreboard",
"headline": "Ridership recovery exceeded targets, but operational reliability remains below standards",
"context": "Metropolitan Transit Authority Q3 Performance vs. Budget",
"caution": "Service reliability and safety metrics are lagging significantly behind revenue gains.",
"takeaway": "Approve the capital expansion; pivot the Q4 focus to maintenance backlog and staffing.",
"data": {
"metrics": [
{
"label": "Farebox Revenue",
"value": "$412M",
"delta_value": "+9% vs plan",
"delta_tone": "good",
"emphasis": "primary"
},
{
"label": "On-time performance",
"value": "76.4%",
"delta_value": "-4.1pp vs plan",
"delta_tone": "bad"
},
{
"label": "Off-peak ridership",
"value": "12.4M",
"delta_value": "+18% vs plan",
"delta_tone": "good"
},
{
"label": "Mean distance between failure",
"value": "42k mi",
"delta_value": "-12% YoY",
"delta_tone": "bad"
},
{
"label": "Operator availability",
"value": "84%",
"delta_value": "-6.2% QoQ",
"delta_tone": "warn"
},
{
"label": "Safety incidents",
"value": "114",
"delta_value": "+22% QoQ",
"delta_tone": "bad"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"kpi_metrics","variant":"delta_scoreboard","headline":"Ridership recovery exceeded targets, but operational reliability remains below standards","context":"Metropolitan Transit Authority Q3 Performance vs. Budget","caution":"Service reliability and safety metrics are lagging significantly behind revenue gains.","takeaway":"Approve the capital expansion; pivot the Q4 focus to maintenance backlog and staffing.","data":{"metrics":[{"label":"Farebox Revenue","value":"$412M","delta_value":"+9% vs plan","delta_tone":"good","emphasis":"primary"},{"label":"On-time performance","value":"76.4%","delta_value":"-4.1pp vs plan","delta_tone":"bad"},{"label":"Off-peak ridership","value":"12.4M","delta_value":"+18% vs plan","delta_tone":"good"},{"label":"Mean distance between failure","value":"42k mi","delta_value":"-12% YoY","delta_tone":"bad"},{"label":"Operator availability","value":"84%","delta_value":"-6.2% QoQ","delta_tone":"warn"},{"label":"Safety incidents","value":"114","delta_value":"+22% QoQ","delta_tone":"bad"}]}}'Frequently asked questions
How do I render the Delta 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 Delta scoreboard deterministically — editable PowerPoint in under a second.