Value Chain Slide Template
Porter-style value chain or operating value-driver map: support capabilities above, primary activities flowing left-to-right, and the value outcome on the right. Best for operational strategy, process analysis, and competitive advantage slides.
Try in PlaygroundParameters
Example brief
Porter's Value Chain. Support: Infrastructure, HR, Technology Development, Procurement. Primary: Inbound Logistics, Operations, Outbound Logistics, Marketing & Sales, Service. Outcome: Margin expansion.
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": "734e8ce0-6a87-583c-a949-5971138ad18f",
"brief": "Porter's Value Chain. Support: Infrastructure, HR, Technology Development, Procu..."
}'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": "734e8ce0-6a87-583c-a949-5971138ad18f",
"params": {
"title": "Value Chain - Reusable delivery assets compound margin",
"primary": [
{
"title": "Acquire Demand",
"driver": "Segmented leads",
"description": "Target enterprise buyers"
},
{
"title": "Qualify Use Case",
"driver": "Fit score",
"description": "Confirm value and feasibility"
},
{
"title": "Assemble Assets",
"driver": "Reusable IP",
"description": "Templates, connectors, playbooks"
},
{
"title": "Deliver Outcome",
"driver": "Short cycle",
"description": "Implementation sprint"
},
{
"title": "Expand Account",
"driver": "Proof-led upsell",
"description": "Scale after measurable result"
}
],
"support_activities": [
{
"title": "Brand & Trust"
},
{
"title": "Partner Bench"
},
{
"title": "Automation Platform"
},
{
"title": "Governance"
}
],
"support_context": "Support capabilities: Brand & Trust, Partner Bench, Automation Platform, Governance",
"margin_label": "Higher margin",
"takeaway": "Reusable assets turn delivery speed into margin expansion."
}
}'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.
Enterprise Capability Model
Capability decomposition grid - 2-4 domain columns with 4-8 capability tiles per column. Supports standard, matrix, and maturity heatmap styles for business architecture, target operating model, and capability strategy slides.
Feature Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
Frequently asked questions
How do I render a Value Chain slide?
Send a POST request to /v1/render with template "734e8ce0-6a87-583c-a949-5971138ad18f" 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 Value Chain template accept?
The Value Chain template accepts: title, primary, support_activities, support_context, margin_label, takeaway. Supports 3-7 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 Value Chain slide in under 1 second. $3 free credit, no card required.