Hub SpokeDirectional exchange hub

Directional exchange hub

Show how our production hub manages children's book assets.

Try in Playground
Directional exchange hub slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Hub Spoke
Output
.pptx + PDF + PNG

Example brief

I need a slide for our publishing board meeting that explains how our Global Production Hub functions as the central engine for our book series. It should show inputs like editorial metadata, master illustrations, and localization scripts flowing into the hub. The hub then outputs the final print-ready PDFs, e-book files, and marketing galleys. Emphasize that the hub acts as a quality control filter ensuring everything is artistically faithful and culturally vetted before it leaves the system.

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": "directional_exchange_hub",
  "headline": "The centralized production unit synchronizes asset delivery while enforcing creative standards",
  "context": "International Manuscript Orchestration",
  "takeaway": "Raw assets are funneled in, formatted deliverables are emitted - the hub manages consistency, not creation.",
  "subject": "Global Production Hub",
  "data": {
    "spokes": [
      {
        "label": "Editorial Metadata",
        "detail": [
          "Lexile level, word count, age group"
        ],
        "direction": "in"
      },
      {
        "label": "Master Illustrations",
        "detail": [
          "High-res vectors, character style guides"
        ],
        "direction": "in"
      },
      {
        "label": "Localization Scripts",
        "detail": [
          "Regional idioms, cultural sensitivity edits"
        ],
        "direction": "in"
      },
      {
        "label": "Print-Ready PDF Masters",
        "direction": "out"
      },
      {
        "label": "E-Book Interactive Assets",
        "direction": "out"
      },
      {
        "label": "Marketing Teaser Galleys",
        "direction": "out"
      }
    ],
    "controls": [
      "Artistically faithful",
      "Culturally vetted",
      "Pedagogically sound"
    ]
  }
}

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":"directional_exchange_hub","headline":"The centralized production unit synchronizes asset delivery while enforcing creative standards","context":"International Manuscript Orchestration","takeaway":"Raw assets are funneled in, formatted deliverables are emitted - the hub manages consistency, not creation.","subject":"Global Production Hub","data":{"spokes":[{"label":"Editorial Metadata","detail":["Lexile level, word count, age group"],"direction":"in"},{"label":"Master Illustrations","detail":["High-res vectors, character style guides"],"direction":"in"},{"label":"Localization Scripts","detail":["Regional idioms, cultural sensitivity edits"],"direction":"in"},{"label":"Print-Ready PDF Masters","direction":"out"},{"label":"E-Book Interactive Assets","direction":"out"},{"label":"Marketing Teaser Galleys","direction":"out"}],"controls":["Artistically faithful","Culturally vetted","Pedagogically sound"]}}'

Frequently asked questions

How do I render the Directional exchange 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 Directional exchange hub deterministically — editable PowerPoint in under a second.