Contribution build-up bridge
Procurement levers yield EUR 18M net annual benefit
Try in PlaygroundExample brief
The transformation is funded by three main procurement levers: category renegotiation saving EUR 8.5M, demand management saving EUR 4.2M, and supplier consolidation saving EUR 3.7M. Additional savings come from contract compliance, spec harmonization, and working capital. Implementation run costs and one-time enablement costs are EUR 3.4M and EUR 2.1M respectively. The total net run-rate benefit is EUR 18.2M, exceeding the target of EUR 18M.
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": "waterfall_bridge",
"variant": "contribution_build_up_bridge",
"headline": "Three procurement levers fund the transformation and still leave EUR 18M+ net annual benefit",
"context": "Procurement value case: annual run-rate savings (EUR M)",
"takeaway": "Fund delivery from category renegotiation; net benefit clears EUR 18M after run costs.",
"source_note": "Procurement transformation business case",
"data": {
"unit": "",
"steps": [
{
"kind": "start",
"label": "Baseline",
"value": 0,
"display": "0"
},
{
"kind": "delta",
"label": "Category renegotiation",
"value": 8.5,
"emphasis": "primary"
},
{
"kind": "delta",
"label": "Demand management",
"value": 4.2
},
{
"kind": "delta",
"label": "Supplier consolidation",
"value": 3.7
},
{
"kind": "delta",
"label": "Contract compliance",
"value": 2.9
},
{
"kind": "delta",
"label": "Spec harmonization",
"value": 2.6
},
{
"kind": "delta",
"label": "Working capital",
"value": 1.8
},
{
"kind": "delta",
"label": "Implementation run cost",
"value": -3.4
},
{
"kind": "delta",
"label": "One-time enablement",
"value": -2.1
},
{
"kind": "total",
"label": "Net run-rate benefit",
"value": 18.2,
"display": "18.2"
}
]
}
}cURL (REST)
curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"waterfall_bridge","variant":"contribution_build_up_bridge","headline":"Three procurement levers fund the transformation and still leave EUR 18M+ net annual benefit","context":"Procurement value case: annual run-rate savings (EUR M)","takeaway":"Fund delivery from category renegotiation; net benefit clears EUR 18M after run costs.","source_note":"Procurement transformation business case","data":{"unit":"","steps":[{"kind":"start","label":"Baseline","value":0,"display":"0"},{"kind":"delta","label":"Category renegotiation","value":8.5,"emphasis":"primary"},{"kind":"delta","label":"Demand management","value":4.2},{"kind":"delta","label":"Supplier consolidation","value":3.7},{"kind":"delta","label":"Contract compliance","value":2.9},{"kind":"delta","label":"Spec harmonization","value":2.6},{"kind":"delta","label":"Working capital","value":1.8},{"kind":"delta","label":"Implementation run cost","value":-3.4},{"kind":"delta","label":"One-time enablement","value":-2.1},{"kind":"total","label":"Net run-rate benefit","value":18.2,"display":"18.2"}]}}'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
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Stacked composition bars
Compare media mix for FY25 and FY26
Frequently asked questions
How do I render the Contribution build-up bridge 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 Contribution build-up bridge deterministically — editable PowerPoint in under a second.