Current vs target with impact metrics
Show current vs target state with the expected impact metrics
Try in PlaygroundExample brief
We need a slide that contrasts the current maintenance approach with the 12-month target and shows the expected impact. Today repairs are triggered after a line has stopped, versus interventions scheduled from live sensor trends; spare parts are ordered reactively by expedited freight, versus parts staged against forecast failure windows - the most important row; and technicians chase faults across three sites, versus work routed to the nearest qualified technician. The expected impact: unplanned downtime falls from 6.2% to 2.5% (-60%), expedited freight from $1.4M to $0.5M (-$0.9M), and mean time to repair from 8.5h to 5.0h (-41%). The message is that planned uptime pays back the sensor rollout within the first year.
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": "editorial_split",
"variant": "current_target_metrics_split",
"headline": "Predictive maintenance shifts the plant from firefighting to planned uptime",
"context": "Today vs the 12-month target, with the expected impact",
"takeaway": "Planned uptime pays back the sensor rollout within the first year.",
"data": {
"pairs": [
{
"before": "Repairs triggered after a line has already stopped",
"after": "Interventions scheduled from live sensor trends"
},
{
"before": "Spare parts ordered reactively, often by expedited freight",
"after": "Parts staged against forecast failure windows",
"emphasis": "primary"
},
{
"before": "Technicians chase faults across three sites",
"after": "Work routed to the nearest qualified technician"
}
],
"deltas": [
{
"metric": "Unplanned downtime",
"before_value": "6.2%",
"after_value": "2.5%",
"delta_value": "-60%",
"direction": "down",
"tone": "good"
},
{
"metric": "Expedited freight",
"before_value": "$1.4M",
"after_value": "$0.5M",
"delta_value": "-$0.9M",
"direction": "down",
"tone": "good"
},
{
"metric": "Mean time to repair",
"before_value": "8.5h",
"after_value": "5.0h",
"delta_value": "-41%",
"direction": "down",
"tone": "good"
}
],
"before_label": "Current",
"after_label": "Target"
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"editorial_split","variant":"current_target_metrics_split","headline":"Predictive maintenance shifts the plant from firefighting to planned uptime","context":"Today vs the 12-month target, with the expected impact","takeaway":"Planned uptime pays back the sensor rollout within the first year.","data":{"pairs":[{"before":"Repairs triggered after a line has already stopped","after":"Interventions scheduled from live sensor trends"},{"before":"Spare parts ordered reactively, often by expedited freight","after":"Parts staged against forecast failure windows","emphasis":"primary"},{"before":"Technicians chase faults across three sites","after":"Work routed to the nearest qualified technician"}],"deltas":[{"metric":"Unplanned downtime","before_value":"6.2%","after_value":"2.5%","delta_value":"-60%","direction":"down","tone":"good"},{"metric":"Expedited freight","before_value":"$1.4M","after_value":"$0.5M","delta_value":"-$0.9M","direction":"down","tone":"good"},{"metric":"Mean time to repair","before_value":"8.5h","after_value":"5.0h","delta_value":"-41%","direction":"down","tone":"good"}],"before_label":"Current","after_label":"Target"}}'Related templates
Agenda
Show two-day workshop schedule details
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
Frequently asked questions
How do I render the Current vs target with impact metrics 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 Current vs target with impact metrics deterministically — editable PowerPoint in under a second.