structuremanagementbalanced

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 Playground
Value Chain slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
37
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title
primary
Primary activities, rendered as a left-to-right flow.
support_activities
Support capabilities rendered as the upper lane.
support_context
One-line summary of support activities shown as slide subtitle
margin_label
Right-side value outcome, e.g. Margin or Growth.
takeaway
Key insight (under 20 words).

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

value chainporterstrategyoperationsprimaryactivitiescompetitiveadvantageframeworkvalue driveroperating model

Related templates

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.