PPTX.gallery
Open in PPTX.dev

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

Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.

OPF Config

layouts:hub-and-spoke
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — layouts/hub-and-spoke",
  "tags": [
    "gallery:layouts/hub-and-spoke"
  ],
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "hub-and-spoke",
      "title": "Layout preview",
      "subtitle": "Reference layout for the OPF \"hub-and-spoke\" preset."
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.