structuremanagementvisual

Hub And Spoke Slide Template

Central hub circle with 4-8 satellite spoke nodes arranged radially around it. Connecting lines link hub to each spoke. Each spoke has a title and optional description. Use for ecosystem maps, capability models, stakeholder maps, operating models, service portfolios, and any center-outward relationship.

Try in Playground
Hub And Spoke slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
48
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
center
{"type":"object","properties":{"label":{"type":"string"}}}
nodes
Array of nodes items

Example brief

SlideForge ecosystem: center is 'SlideForge API'. Spokes: Templates (39 built-in layouts), Themes (8 brand styles), Creative Engine (AI-powered generation), Procedural Memory (learns from past slides), Asset Library (1700+ icons, AI images), MCP Tools (agent integration), Billing (usage-based pricing).

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "acee3d84-5666-55e5-ba59-5c7e401bb4fe",
    "brief": "SlideForge ecosystem: center is 'SlideForge API'. Spokes: Templates (39 built-in..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "acee3d84-5666-55e5-ba59-5c7e401bb4fe",
  "params": {
    "center": {
      "label": "SlideForge API"
    },
    "nodes": [
      {
        "label": "Claude Desktop",
        "description": "MCP native integration"
      },
      {
        "label": "VS Code",
        "description": "Extension marketplace"
      },
      {
        "label": "Slack Bot",
        "description": "Generate from channels"
      },
      {
        "label": "Zapier",
        "description": "1000+ app triggers"
      },
      {
        "label": "Webhooks",
        "description": "Custom event-driven"
      },
      {
        "label": "Salesforce",
        "description": "CRM-powered decks"
      }
    ],
    "title": "Platform ecosystem processes 50K+ slides/month across 6 channels",
    "subtitle": "Integration Ecosystem",
    "footer": "Platform ecosystem | Monthly active integrations",
    "takeaway": "API-first architecture enables infinite integration surface"
  }
}'

Tags

hubspokeradialecosystemcapabilitymodelstakeholderoperating modelcentersatelliteportfoliopillarsdimensionscomponentsdependenciesrelationships

Related templates

Frequently asked questions

How do I render a Hub And Spoke slide?

Send a POST request to /v1/render with template "acee3d84-5666-55e5-ba59-5c7e401bb4fe" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Hub And Spoke template accept?

The Hub And Spoke template accepts: center, nodes. Supports 4-8 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Hub And Spoke slide in under 1 second. $3 free credit, no card required.