Segment WheelSegment callout wheel

Segment callout wheel

Show our brewery's core operational pillars in a circular diagram.

Try in Playground
Segment callout wheel slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Segment Wheel
Output
.pptx + PDF + PNG

Example brief

I need a slide that illustrates the five main departments of our craft brewery operations. The central hub should be labeled 'Brewing Excellence'. The five segments are Sourcing (hop and grain contracts), Production (fermentation and brewing), Packaging (canning and oxygen control), Logistics (cold-chain and tracking), and Quality (testing and sensory panels). The Production segment should be highlighted as the primary driver of the wheel, and the title should emphasize that these interlocking functions are what ensure our quality and scalability.

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": "segment_callout_wheel",
  "headline": "Interlocking brewery operations ensure consistent quality and scale",
  "context": "Five core functional pillars - each must maintain peak performance to drive the production cycle",
  "subject": "Brewing Excellence",
  "blocks": [
    {
      "label": "Sourcing",
      "detail": [
        "Direct-farm hop contracts and heirloom grain procurement"
      ]
    },
    {
      "label": "Production",
      "detail": [
        "Precision fermentation control and high-gravity brewing"
      ],
      "emphasis": "primary"
    },
    {
      "label": "Packaging",
      "detail": [
        "Automated canning lines with oxygen-ingress mitigation"
      ]
    },
    {
      "label": "Logistics",
      "detail": [
        "Cold-chain distribution and inventory shelf-life tracking"
      ]
    },
    {
      "label": "Quality",
      "detail": [
        "Microbiological testing and sensory panel validation"
      ]
    }
  ]
}

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":"segment_callout_wheel","headline":"Interlocking brewery operations ensure consistent quality and scale","context":"Five core functional pillars - each must maintain peak performance to drive the production cycle","subject":"Brewing Excellence","blocks":[{"label":"Sourcing","detail":["Direct-farm hop contracts and heirloom grain procurement"]},{"label":"Production","detail":["Precision fermentation control and high-gravity brewing"],"emphasis":"primary"},{"label":"Packaging","detail":["Automated canning lines with oxygen-ingress mitigation"]},{"label":"Logistics","detail":["Cold-chain distribution and inventory shelf-life tracking"]},{"label":"Quality","detail":["Microbiological testing and sensory panel validation"]}]}'

Frequently asked questions

How do I render the Segment callout 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 Segment callout wheel deterministically — editable PowerPoint in under a second.

Segment callout wheel Slide Template | SlideForge | SlideForge (slideforge.dev)