Hero capability with supporting set
One hero capability plus supporting enablers, hero emphasized.
Try in PlaygroundExample brief
A platform-strategy slide for a technology leadership team that highlights one foundational investment — a unified data fabric — as the dominant capability, with four smaller supporting cards for model governance, MLOps automation, talent enablement, and an adoption playbook. The hero card should be physically larger and carry a metric for faster data preparation; the supporting cards read as clearly secondary enablers that only compound once the foundation is in place.
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": "card_grid",
"variant": "featured_card_grid",
"headline": "A unified data fabric anchors the enterprise AI platform",
"context": "One foundational investment enables the surrounding capabilities",
"takeaway": "Fund the data fabric first - the surrounding capabilities only compound once the foundation is in place.",
"data": {
"cards": [
{
"label": "Unified data fabric",
"sub": "Consolidate fragmented sources into one governed, real-time layer.",
"detail": [
"Single semantic model across domains",
"Real-time lineage and freshness",
"Self-serve, governed access"
],
"emphasis": "primary",
"metric": {
"value": "60%",
"label": "faster data prep"
},
"icon": "sparkles"
},
{
"label": "Model governance",
"sub": "Standardize how models are reviewed, approved, and monitored.",
"detail": [
"Bias and drift checks",
"Approval audit trail"
],
"icon": "layout-template"
},
{
"label": "MLOps automation",
"sub": "Ship and retrain models through a repeatable pipeline.",
"detail": [
"CI/CD for models",
"One-click rollback"
],
"icon": "plug"
},
{
"label": "Talent enablement",
"sub": "Upskill analysts into the platform's self-serve workflows.",
"detail": [
"Guided notebooks",
"Internal practitioner guild"
],
"icon": "scroll-text"
},
{
"label": "Adoption playbook",
"sub": "Drive usage with paved-path templates and incentives.",
"detail": [
"Reference use cases",
"Executive sponsorship"
],
"icon": "users"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"card_grid","variant":"featured_card_grid","headline":"A unified data fabric anchors the enterprise AI platform","context":"One foundational investment enables the surrounding capabilities","takeaway":"Fund the data fabric first - the surrounding capabilities only compound once the foundation is in place.","data":{"cards":[{"label":"Unified data fabric","sub":"Consolidate fragmented sources into one governed, real-time layer.","detail":["Single semantic model across domains","Real-time lineage and freshness","Self-serve, governed access"],"emphasis":"primary","metric":{"value":"60%","label":"faster data prep"},"icon":"sparkles"},{"label":"Model governance","sub":"Standardize how models are reviewed, approved, and monitored.","detail":["Bias and drift checks","Approval audit trail"],"icon":"layout-template"},{"label":"MLOps automation","sub":"Ship and retrain models through a repeatable pipeline.","detail":["CI/CD for models","One-click rollback"],"icon":"plug"},{"label":"Talent enablement","sub":"Upskill analysts into the platform's self-serve workflows.","detail":["Guided notebooks","Internal practitioner guild"],"icon":"scroll-text"},{"label":"Adoption playbook","sub":"Drive usage with paved-path templates and incentives.","detail":["Reference use cases","Executive sponsorship"],"icon":"users"}]}}'Related templates
Pricing packages
Three packages for sales teams
Cards under category headers
Initiatives grouped under category headers.
Testimonial proof
Helios improved outage communication in one release cycle
Before / after proof
Northwind Mutual moved claims to a single-owner operating model
Frequently asked questions
How do I render the Hero capability with supporting set 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 Hero capability with supporting set deterministically — editable PowerPoint in under a second.