Org Chart Slide Template
Organizational hierarchy chart with boxes and connecting lines. Supports 2-3 levels deep with up to 4 children per node. Each node shows a title and optional role/person name.
Try in PlaygroundParameters
Example brief
Product org: VP Product (Sarah Chen) with two reports: Platform (Mike Ross) managing Backend (3 engineers) and Frontend (2 engineers), Growth (Lisa Park) managing Marketing (4 people) and Sales (6 people).
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": "7a551c19-a94d-581d-a358-26faad5ff552",
"brief": "Product org: VP Product (Sarah Chen) with two reports: Platform (Mike Ross) mana..."
}'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": "7a551c19-a94d-581d-a358-26faad5ff552",
"params": {
"root": {
"name": "Sarah Chen",
"role": "VP Product & Engineering",
"children": [
{
"name": "Mike Ross",
"role": "Director of Engineering",
"children": [
{
"name": "Alex Kim",
"role": "Backend Lead (6 eng)"
},
{
"name": "Priya Sharma",
"role": "Frontend Lead (4 eng)"
},
{
"name": "Carlos Ruiz",
"role": "Platform (3 eng)"
},
{
"name": "Jana Weber",
"role": "QA & Release (2 eng)"
}
]
},
{
"name": "Lisa Park",
"role": "Director of Product",
"children": [
{
"name": "Tom Nguyen",
"role": "PM Core Platform"
},
{
"name": "Emma Fischer",
"role": "PM Enterprise"
},
{
"name": "David Okafor",
"role": "PM Growth"
}
]
},
{
"name": "Raj Patel",
"role": "Head of Design",
"children": [
{
"name": "Sophie Martin",
"role": "Senior UX"
},
{
"name": "Yuki Tanaka",
"role": "Visual Design"
}
]
}
]
},
"commentary": {
"title": "Key Insights",
"items": [
"Engineering is 60% of headcount — scaling to 20 by Q3",
"Product team expanding with dedicated Enterprise PM",
"Design team doubling — hiring UX researcher in Q2",
"All three pillars report to a single VP for alignment",
"DACH office opening requires 3 additional hires"
]
},
"title": "Three pillars scale the product organization to 25 headcount",
"subtitle": "Product & Engineering Organization — Q1 2026",
"footer": "Org chart | Effective March 2026",
"takeaway": "Sarah Chen (VP) leads all three pillars — 25 headcount, scaling to 35 by Q3."
}
}'Tags
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Feature Grid
Two-column grid of 3-8 feature cards, each with a Lucide icon, title, and short description. Auto-layouts rows based on item count. Use for product overviews, capability summaries, 'what we do' slides, service offerings, 'why choose us', and onboarding feature tours.
Hub And Spoke
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.
Frequently asked questions
How do I render a Org Chart slide?
Send a POST request to /v1/render with template "7a551c19-a94d-581d-a358-26faad5ff552" 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 Org Chart template accept?
The Org Chart template accepts: root, commentary. Supports 2-15 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 Org Chart slide in under 1 second. $3 free credit, no card required.