Code window explainer
Show the automated inventory restock script for store managers.
Try in PlaygroundExample brief
A technical slide illustrating how the grocery chain's new inventory management software works at the store level. It shows a code block demonstrating the HarvestNode SDK in Python, highlighting how a store manager's local inventory data is processed into a warehouse order. The slide uses four callouts to explain the authentication process, the data-driven forecasting logic, the cold-chain verification step, and the final automated submission to the regional distribution center.
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": "visual_showcase",
"variant": "code_window_explainer",
"headline": "Automated replenishment logic streamlines fresh inventory cycles",
"context": "HarvestNode API - supply chain integration",
"takeaway": "Stores submit data; HarvestNode returns a validated order - automatically.",
"source_note": "HarvestNode Inventory System v4, internal.grocery-ops.net",
"subject": "restock_logic.py",
"data": {
"media_caption": "harvestnode/restock_logic.py",
"media_kind": "code",
"callouts": [
{
"label": "Store-specific context",
"detail": "Localized SKU mapping - zero manual entry."
},
{
"label": "Algorithmic forecasting",
"detail": "Requests based on shrinkage data, not intuition.",
"emphasis": "primary"
},
{
"label": "Real-time verification",
"detail": "Cross-references cold storage logs instantly."
},
{
"label": "Direct warehouse sync",
"detail": "Automated fulfillment - triggers picking robots."
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"visual_showcase","variant":"code_window_explainer","headline":"Automated replenishment logic streamlines fresh inventory cycles","context":"HarvestNode API - supply chain integration","takeaway":"Stores submit data; HarvestNode returns a validated order - automatically.","source_note":"HarvestNode Inventory System v4, internal.grocery-ops.net","subject":"restock_logic.py","data":{"media_caption":"harvestnode/restock_logic.py","media_kind":"code","callouts":[{"label":"Store-specific context","detail":"Localized SKU mapping - zero manual entry."},{"label":"Algorithmic forecasting","detail":"Requests based on shrinkage data, not intuition.","emphasis":"primary"},{"label":"Real-time verification","detail":"Cross-references cold storage logs instantly."},{"label":"Direct warehouse sync","detail":"Automated fulfillment - triggers picking robots."}]}}'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
Grouped comparison bars
Regional store brand performance vs targets
Frequently asked questions
How do I render the Code window explainer 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 Code window explainer deterministically — editable PowerPoint in under a second.