Supply chain efficiency is currently descriptive; the 2026 goal is high-scale algorithmic replenishment
Show our logistics maturity path from manual audits to automated replenishment.
Try in PlaygroundExample brief
Create a five-stage maturity staircase for our home improvement supply chain. We are currently at Level 2 with basic store visibility and aim to reach Level 4 for industrialized algorithmic replenishment by 2026. The slide needs to emphasize that we cannot skip to autonomous vendor management without first fixing our core automated flow logic. Include a warning about data quality and RFID tagging requirements.
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": "maturity_staircase",
"variant": "capability_maturity_model",
"headline": "Supply chain efficiency is currently descriptive; the 2026 goal is high-scale algorithmic replenishment",
"context": "Merchandise & Logistics Intelligence Roadmap",
"caution": "Inconsistent RFID tagging and warehouse telemetry will invalidate any predictive accuracy gains.",
"takeaway": "Prioritize Level 4 automated replenishment logic before attempting full vendor-managed autonomy.",
"data": {
"steps": [
{
"label": "Manual inventory audits",
"sub": "Level 1",
"detail": [
"Spreadsheet-based counts"
],
"emphasis": "muted",
"id": "reactive",
"score": "1/5"
},
{
"label": "Store-level visibility",
"sub": "Level 2",
"detail": [
"Unified SKU dashboards"
],
"emphasis": "current",
"id": "descriptive",
"score": "2/5"
},
{
"label": "Demand forecasting",
"sub": "Level 3",
"detail": [
"Seasonal trend modeling"
],
"emphasis": "normal",
"id": "predictive",
"score": "3/5"
},
{
"label": "Algorithmic replenishment",
"sub": "Level 4",
"detail": [
"Automated DC-to-store flow"
],
"emphasis": "target",
"id": "industrialized",
"score": "4/5"
},
{
"label": "Self-healing logistics",
"sub": "Level 5",
"detail": [
"AI-driven vendor routing"
],
"emphasis": "aspirational",
"id": "autonomous",
"score": "5/5"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"maturity_staircase","variant":"capability_maturity_model","headline":"Supply chain efficiency is currently descriptive; the 2026 goal is high-scale algorithmic replenishment","context":"Merchandise & Logistics Intelligence Roadmap","caution":"Inconsistent RFID tagging and warehouse telemetry will invalidate any predictive accuracy gains.","takeaway":"Prioritize Level 4 automated replenishment logic before attempting full vendor-managed autonomy.","data":{"steps":[{"label":"Manual inventory audits","sub":"Level 1","detail":["Spreadsheet-based counts"],"emphasis":"muted","id":"reactive","score":"1/5"},{"label":"Store-level visibility","sub":"Level 2","detail":["Unified SKU dashboards"],"emphasis":"current","id":"descriptive","score":"2/5"},{"label":"Demand forecasting","sub":"Level 3","detail":["Seasonal trend modeling"],"emphasis":"normal","id":"predictive","score":"3/5"},{"label":"Algorithmic replenishment","sub":"Level 4","detail":["Automated DC-to-store flow"],"emphasis":"target","id":"industrialized","score":"4/5"},{"label":"Self-healing logistics","sub":"Level 5","detail":["AI-driven vendor routing"],"emphasis":"aspirational","id":"autonomous","score":"5/5"}]}}'Frequently asked questions
How do I render the Supply chain efficiency is currently descriptive; the 2026 goal is high-scale algorithmic replenishment 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 Supply chain efficiency is currently descriptive; the 2026 goal is high-scale algorithmic replenishment deterministically — editable PowerPoint in under a second.