Platform layer stack
Architecture for a ceramic studio's production and retail systems.
Try in PlaygroundExample brief
A comprehensive stack diagram for a ceramics business, moving from the physical facility and core utility infrastructure up through material management, production scheduling, and final retail touchpoints. It emphasizes centralized orchestration of kiln and glaze workflows to ensure consistency across multiple studio locations.
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": "platform_layer_stack",
"headline": "Integrated production architecture: centralized kiln management and inventory control, not siloed studio workflows",
"context": "Reference operational stack for a multi-site artisanal ceramics collective",
"data": {
"layers": [
{
"label": "Retail & Artist Touchpoints",
"icon": "monitor",
"components": [
{
"label": "Artist studio portal"
},
{
"label": "Wholesale showroom"
},
{
"label": "Gallery POS system"
},
{
"label": "Commission tracker"
}
],
"role": "Point of transaction and creation"
},
{
"label": "Production Orchestration",
"icon": "workflow",
"emphasis": "primary",
"components": [
{
"label": "Kiln firing scheduler"
},
{
"label": "Drying room monitor"
},
{
"label": "Glaze recipe lab"
},
{
"label": "Safety compliance"
},
{
"label": "Quality QC gate"
}
],
"role": "The operational hub"
},
{
"label": "Material Services",
"icon": "cpu",
"components": [
{
"label": "Clay body library"
},
{
"label": "Shrinkage calculators"
},
{
"label": "Oxide test matrix"
},
{
"label": "Batch log archive"
}
],
"role": "Formulas + testing"
},
{
"label": "Inventory & Supply",
"icon": "database",
"components": [
{
"label": "Raw mineral stock"
},
{
"label": "Greenware registry"
},
{
"label": "Finished goods SKU"
},
{
"label": "Vendor supply chain"
}
],
"role": "Physical asset tracking"
},
{
"label": "Infrastructure",
"icon": "plug",
"components": [
{
"label": "Power grid gateway"
},
{
"label": "HVAC ventilation"
},
{
"label": "Asset ERP"
},
{
"label": "CRM"
},
{
"label": "Shipping logistics"
}
],
"role": "Facility management"
}
],
"foundation": {
"label": "Facility Foundation",
"components": [
{
"label": "Studio footprint"
},
{
"label": "Water filtration"
},
{
"label": "Emergency shutoff"
},
{
"label": "Sensor telemetry"
},
{
"label": "Utility cost audit"
}
]
}
}
}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":"platform_layer_stack","headline":"Integrated production architecture: centralized kiln management and inventory control, not siloed studio workflows","context":"Reference operational stack for a multi-site artisanal ceramics collective","data":{"layers":[{"label":"Retail & Artist Touchpoints","icon":"monitor","components":[{"label":"Artist studio portal"},{"label":"Wholesale showroom"},{"label":"Gallery POS system"},{"label":"Commission tracker"}],"role":"Point of transaction and creation"},{"label":"Production Orchestration","icon":"workflow","emphasis":"primary","components":[{"label":"Kiln firing scheduler"},{"label":"Drying room monitor"},{"label":"Glaze recipe lab"},{"label":"Safety compliance"},{"label":"Quality QC gate"}],"role":"The operational hub"},{"label":"Material Services","icon":"cpu","components":[{"label":"Clay body library"},{"label":"Shrinkage calculators"},{"label":"Oxide test matrix"},{"label":"Batch log archive"}],"role":"Formulas + testing"},{"label":"Inventory & Supply","icon":"database","components":[{"label":"Raw mineral stock"},{"label":"Greenware registry"},{"label":"Finished goods SKU"},{"label":"Vendor supply chain"}],"role":"Physical asset tracking"},{"label":"Infrastructure","icon":"plug","components":[{"label":"Power grid gateway"},{"label":"HVAC ventilation"},{"label":"Asset ERP"},{"label":"CRM"},{"label":"Shipping logistics"}],"role":"Facility management"}],"foundation":{"label":"Facility Foundation","components":[{"label":"Studio footprint"},{"label":"Water filtration"},{"label":"Emergency shutoff"},{"label":"Sensor telemetry"},{"label":"Utility cost audit"}]}}}'Frequently asked questions
How do I render the Platform layer 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 Platform layer stack deterministically — editable PowerPoint in under a second.