Deployment plane stack
Seafood distribution logistics stack and cold chain architecture.
Try in PlaygroundExample brief
This slide outlines the technical and operational layers of a global seafood distribution network, focusing on how data moves from the vessel to the buyer. It details the access layer for captains and buyers, the operational layer for route and cold storage management, and a primary governance layer for HACCP and quota compliance. The architecture emphasizes data integrity across the resource and connectivity planes, all built on a secure logistics backbone that bridges sea-based edge nodes with cloud infrastructure.
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": "layer_stack",
"variant": "deployment_plane_stack",
"headline": "Cold chain integrity: logistics and traceability data remain within secure maritime nodes",
"context": "Global supply chain management on a multi-region logistics architecture",
"caution": "Proprietary catch data and pricing signals are isolated from public internet transit points.",
"data": {
"layers": [
{
"label": "Access & terminal plane",
"icon": "monitor",
"components": [
{
"label": "Fleet captain portal"
},
{
"label": "Dockside handhelds"
},
{
"label": "Regional buyer dashboard"
}
]
},
{
"label": "Operational plane",
"icon": "server",
"components": [
{
"label": "Route optimization"
},
{
"label": "Cold storage telemetry"
},
{
"label": "Inventory logic"
},
{
"label": "Processing facility apps"
}
]
},
{
"label": "Governance plane",
"icon": "shield",
"emphasis": "primary",
"components": [
{
"label": "HACCP compliance"
},
{
"label": "Quota enforcement"
},
{
"label": "Certificates"
},
{
"label": "Live tracking"
},
{
"label": "Tariff auditing"
}
]
},
{
"label": "Resource plane",
"icon": "database",
"components": [
{
"label": "Catch provenance logs"
},
{
"label": "IoT sensor telemetry"
},
{
"label": "Wholesale ledger"
},
{
"label": "Quality inspection records"
}
]
},
{
"label": "Connectivity plane",
"icon": "plug",
"components": [
{
"label": "Satellite link relay"
},
{
"label": "Customs gateway"
},
{
"label": "Logistics EDI"
},
{
"label": "Third-party carrier bus"
}
]
}
],
"foundation": {
"label": "Enterprise logistics backbone",
"components": [
{
"label": "Edge vessel nodes"
},
{
"label": "Secure port mesh"
},
{
"label": "Hybrid cloud bridge"
}
]
}
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"layer_stack","variant":"deployment_plane_stack","headline":"Cold chain integrity: logistics and traceability data remain within secure maritime nodes","context":"Global supply chain management on a multi-region logistics architecture","caution":"Proprietary catch data and pricing signals are isolated from public internet transit points.","data":{"layers":[{"label":"Access & terminal plane","icon":"monitor","components":[{"label":"Fleet captain portal"},{"label":"Dockside handhelds"},{"label":"Regional buyer dashboard"}]},{"label":"Operational plane","icon":"server","components":[{"label":"Route optimization"},{"label":"Cold storage telemetry"},{"label":"Inventory logic"},{"label":"Processing facility apps"}]},{"label":"Governance plane","icon":"shield","emphasis":"primary","components":[{"label":"HACCP compliance"},{"label":"Quota enforcement"},{"label":"Certificates"},{"label":"Live tracking"},{"label":"Tariff auditing"}]},{"label":"Resource plane","icon":"database","components":[{"label":"Catch provenance logs"},{"label":"IoT sensor telemetry"},{"label":"Wholesale ledger"},{"label":"Quality inspection records"}]},{"label":"Connectivity plane","icon":"plug","components":[{"label":"Satellite link relay"},{"label":"Customs gateway"},{"label":"Logistics EDI"},{"label":"Third-party carrier bus"}]}],"foundation":{"label":"Enterprise logistics backbone","components":[{"label":"Edge vessel nodes"},{"label":"Secure port mesh"},{"label":"Hybrid cloud bridge"}]}}}'Frequently asked questions
How do I render the Deployment plane stack 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 Deployment plane stack deterministically — editable PowerPoint in under a second.