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
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "A technical slide illustrating how the grocery chain's new inventory management software works at the store level. It sh" }'Structured intent (this template)
{
"pattern": "visual_showcase",
"title": "Automated replenishment logic streamlines fresh inventory cycles",
"subtitle": "HarvestNode API - supply chain integration",
"media": {
"kind": "code",
"label": "restock_logic.py",
"mode": "dark",
"lines": [
"from harvestnode import InventoryManager",
"",
"mgr = InventoryManager(store_id=812)",
"order = mgr.calculate_restock(items=[",
" {\"sku\": \"fresh_produce\", \"metrics\": {...}},",
"])",
"order.submit(\"warehouse_queue\")"
]
},
"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."
}
],
"takeaway": "Stores submit data; HarvestNode returns a validated order - automatically.",
"source_note": "HarvestNode Inventory System v4, internal.grocery-ops.net"
}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.