Convergent core wheel
Show how our dairy data sources create one yield forecast.
Try in PlaygroundExample brief
Create a slide for the board of the dairy cooperative showing how six distinct data domains—ranging from farm gate milk solids and tanker logistics to processing plant efficiency and weather patterns—all converge into a single 'Yield Core' hub. The goal is to demonstrate that no data is siloed and every regional input directly informs our unified production and distribution forecast.
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": "segment_wheel",
"variant": "convergent_core_wheel",
"headline": "Integrated regional data streams ensure a unified cooperative yield forecast",
"context": "All production inputs flow into a single predictive model to optimize distribution",
"subject": "Yield Core",
"blocks": [
{
"label": "Farm Gates",
"detail": [
"Daily volumes, protein, fat"
]
},
{
"label": "Logistics",
"detail": [
"Route times, tanker capacity"
]
},
{
"label": "Processing",
"detail": [
"Vat throughput and downtime"
]
},
{
"label": "Quality Lab",
"detail": [
"Bacterial counts and purity"
]
},
{
"label": "Supply Chain",
"detail": [
"Inventory levels and shelf-life"
]
},
{
"label": "Meteorology",
"detail": [
"Pasture growth and heat index"
]
}
]
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"segment_wheel","variant":"convergent_core_wheel","headline":"Integrated regional data streams ensure a unified cooperative yield forecast","context":"All production inputs flow into a single predictive model to optimize distribution","subject":"Yield Core","blocks":[{"label":"Farm Gates","detail":["Daily volumes, protein, fat"]},{"label":"Logistics","detail":["Route times, tanker capacity"]},{"label":"Processing","detail":["Vat throughput and downtime"]},{"label":"Quality Lab","detail":["Bacterial counts and purity"]},{"label":"Supply Chain","detail":["Inventory levels and shelf-life"]},{"label":"Meteorology","detail":["Pasture growth and heat index"]}]}'Frequently asked questions
How do I render the Convergent core wheel 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 Convergent core wheel deterministically — editable PowerPoint in under a second.