Domain lifecycle columns
Freight operations swimlane diagram
Try in PlaygroundExample brief
Create a swimlane diagram for a global freight carrier showing the shipment lifecycle from Intake to Reconciliation. The horizontal phases should be Intake, Transit, Delivery, and Reconciliation. The vertical lanes should represent Regional Ops, Central Dispatch, and Compliance. Each cell should contain specific logistics activities like manifest verification, route optimization, and customs clearance, showing how different departments interact at each stage of the shipping process.
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": "swimlane_flow",
"variant": "domain_lifecycle",
"headline": "Standardized regional terminal operations ensure consistent service levels across the global network",
"context": "Intermodal operating model: functional responsibilities by shipment lifecycle stage",
"takeaway": "Regional teams manage physical execution, central dispatch controls the flow, and compliance secures the borders.",
"data": {
"phases": [
{
"id": "intake",
"label": "Intake"
},
{
"id": "transit",
"label": "Transit"
},
{
"id": "delivery",
"label": "Delivery"
},
{
"id": "reconciliation",
"label": "Reconciliation"
}
],
"lanes": [
{
"id": "regional_ops",
"label": "Regional Ops"
},
{
"id": "central_dispatch",
"label": "Central Dispatch"
},
{
"id": "compliance",
"label": "Compliance"
}
],
"activities": [
{
"id": "a1",
"lane_id": "regional_ops",
"phase_id": "intake",
"title": "Verify manifest + cargo inspection"
},
{
"id": "a2",
"lane_id": "regional_ops",
"phase_id": "transit",
"title": "Execute last-mile drayage legs"
},
{
"id": "a3",
"lane_id": "regional_ops",
"phase_id": "delivery",
"title": "Manage local consignee handover"
},
{
"id": "a4",
"lane_id": "regional_ops",
"phase_id": "reconciliation",
"title": "Resolve OS&D claim exceptions"
},
{
"id": "a5",
"lane_id": "central_dispatch",
"phase_id": "intake",
"title": "Route optimization + slot booking"
},
{
"id": "a6",
"lane_id": "central_dispatch",
"phase_id": "transit",
"title": "Real-time GPS + ELD monitoring"
},
{
"id": "a7",
"lane_id": "central_dispatch",
"phase_id": "delivery",
"title": "Update TMS + ETA notifications"
},
{
"id": "a8",
"lane_id": "central_dispatch",
"phase_id": "reconciliation",
"title": "Finalize carrier freight auditing"
},
{
"id": "a9",
"lane_id": "compliance",
"phase_id": "intake",
"title": "Customs clearance + bond filing"
},
{
"id": "a10",
"lane_id": "compliance",
"phase_id": "delivery",
"title": "POD validation + regulatory filing"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"swimlane_flow","variant":"domain_lifecycle","headline":"Standardized regional terminal operations ensure consistent service levels across the global network","context":"Intermodal operating model: functional responsibilities by shipment lifecycle stage","takeaway":"Regional teams manage physical execution, central dispatch controls the flow, and compliance secures the borders.","data":{"phases":[{"id":"intake","label":"Intake"},{"id":"transit","label":"Transit"},{"id":"delivery","label":"Delivery"},{"id":"reconciliation","label":"Reconciliation"}],"lanes":[{"id":"regional_ops","label":"Regional Ops"},{"id":"central_dispatch","label":"Central Dispatch"},{"id":"compliance","label":"Compliance"}],"activities":[{"id":"a1","lane_id":"regional_ops","phase_id":"intake","title":"Verify manifest + cargo inspection"},{"id":"a2","lane_id":"regional_ops","phase_id":"transit","title":"Execute last-mile drayage legs"},{"id":"a3","lane_id":"regional_ops","phase_id":"delivery","title":"Manage local consignee handover"},{"id":"a4","lane_id":"regional_ops","phase_id":"reconciliation","title":"Resolve OS&D claim exceptions"},{"id":"a5","lane_id":"central_dispatch","phase_id":"intake","title":"Route optimization + slot booking"},{"id":"a6","lane_id":"central_dispatch","phase_id":"transit","title":"Real-time GPS + ELD monitoring"},{"id":"a7","lane_id":"central_dispatch","phase_id":"delivery","title":"Update TMS + ETA notifications"},{"id":"a8","lane_id":"central_dispatch","phase_id":"reconciliation","title":"Finalize carrier freight auditing"},{"id":"a9","lane_id":"compliance","phase_id":"intake","title":"Customs clearance + bond filing"},{"id":"a10","lane_id":"compliance","phase_id":"delivery","title":"POD validation + regulatory filing"}]}}'Frequently asked questions
How do I render the Domain lifecycle columns 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 Domain lifecycle columns deterministically — editable PowerPoint in under a second.