Layout Pattern
Hub and Spoke
Central node with radiating connections. Shows one-to-many relationships clearly.
CentralNetworkModel
How to Use It
Use hub-and-spoke when there is a single center and multiple peripheral nodes connected to it - a platform and its integrations, a headquarters and its regions, a product and its add-ons. Put the hub at center with its label, and spokes radiating out with labeled end nodes. 5-8 spokes reads cleanly; more gets crowded. Distinct from a general network diagram because the topology is strictly radial, not mesh.
Content Zones
TitleSlide title
BodyPrimary content
OPF Config
layouts:hub-and-spokeOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/hub-and-spoke"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "hub-and-spoke",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.