Example brief
The city climate office sits at the centre of the program, owning strategy, funding and delivery. Around it are three stakeholder circles, each a distinct zone. Government covers the city council and state agencies. Community covers residents and advocacy groups. Delivery partners covers utilities and contractors. Reading the clusters first makes clear who the office answers to and who it depends on, and each circle needs its own engagement cadence and metrics rather than a single blanket approach.
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": "hub_spoke",
"variant": "stakeholder_ecosystem_hub",
"headline": "The climate office answers to three stakeholder circles at once",
"context": "City climate program ecosystem",
"takeaway": "Each circle needs its own engagement cadence and metrics.",
"subject": "City Climate Office",
"data": {
"spokes": [
{
"label": "City council",
"tag": "Government"
},
{
"label": "State agencies",
"tag": "Government"
},
{
"label": "Residents",
"tag": "Community"
},
{
"label": "Advocacy groups",
"tag": "Community"
},
{
"label": "Utilities",
"tag": "Delivery partners"
},
{
"label": "Contractors",
"tag": "Delivery partners"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"hub_spoke","variant":"stakeholder_ecosystem_hub","headline":"The climate office answers to three stakeholder circles at once","context":"City climate program ecosystem","takeaway":"Each circle needs its own engagement cadence and metrics.","subject":"City Climate Office","data":{"spokes":[{"label":"City council","tag":"Government"},{"label":"State agencies","tag":"Government"},{"label":"Residents","tag":"Community"},{"label":"Advocacy groups","tag":"Community"},{"label":"Utilities","tag":"Delivery partners"},{"label":"Contractors","tag":"Delivery partners"}]}}'Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Operating principles
Transit modernization pillars with one highlighted.
Cards under category headers
Initiatives grouped under category headers.
Situation-challenge-approach-result
Case study on reducing transit delays through automated passenger flow management.
Frequently asked questions
How do I render the Stakeholder ecosystem hub 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 Stakeholder ecosystem hub deterministically — editable PowerPoint in under a second.