diagramsexecutivevisual

BCG Matrix Slide Template

Boston Consulting Group growth-share portfolio matrix. 2×2 grid with four named quadrants: Stars (high share, high growth), Question Marks (low share, high growth), Cash Cows (high share, low growth), Dogs (low share, low growth). Products are plotted as positioned dots by market share (x) and growth rate (y). Use the size field to encode revenue weight when relevant. Standard McKinsey / consulting framework for portfolio reviews.

Try in Playground
BCG Matrix slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
216
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title — conclusion-style preferred
items
Products plotted on the matrix. x and y are 0-1 floats (0=left/bottom, 1=right/top). size is optional and encodes revenue / weight as the dot diameter.
x_axis
X-axis label (default: 'Market Share')
y_axis
Y-axis label (default: 'Growth Rate')
takeaway
Portfolio takeaway (under 25 words).

Example brief

BCG matrix of our 8 product lines. Stars: Cloud Sync, Mobile (both high share, high growth). Question Marks: AI Insights, Workflow Builder (high growth, low share — bets). Cash Cows: Reporting, Admin (mature, profitable). Dogs: Legacy Connector, Excel Plugin.

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": "3b2165b0-5bad-5ed8-aef5-3953f98f1313",
    "brief": "BCG matrix of our 8 product lines. Stars: Cloud Sync, Mobile (both high share, h..."
  }'

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": "3b2165b0-5bad-5ed8-aef5-3953f98f1313",
  "params": {
    "title": "Portfolio is over-weighted on Cash Cows — Question Marks need a forcing function",
    "x_axis": "Market Share",
    "y_axis": "Growth Rate",
    "items": [
      {
        "label": "Cloud Sync",
        "x": 0.78,
        "y": 0.82,
        "size": 1.6
      },
      {
        "label": "Mobile App",
        "x": 0.72,
        "y": 0.74,
        "size": 1.2
      },
      {
        "label": "AI Insights",
        "x": 0.22,
        "y": 0.86
      },
      {
        "label": "Workflow Builder",
        "x": 0.18,
        "y": 0.71
      },
      {
        "label": "Reporting",
        "x": 0.81,
        "y": 0.24,
        "size": 1.8
      },
      {
        "label": "Admin Console",
        "x": 0.74,
        "y": 0.18,
        "size": 1.4
      },
      {
        "label": "Legacy Connector",
        "x": 0.21,
        "y": 0.16
      },
      {
        "label": "Excel Plugin",
        "x": 0.16,
        "y": 0.12
      }
    ],
    "takeaway": "Stars + Question Marks = 50% of mindshare but 18% of revenue — fund the bets explicitly or kill them."
  }
}'

Tags

bcg matrixboston consultinggrowth share matrixportfolio matrixstars cash cows dogs question marksmarket sharegrowth rate2x2frameworkportfolio reviewproduct portfoliostrategic positioningmatrix

Related templates

Application Integration Architecture

Integration architecture emphasising the API / integration mediation layer that decouples channels and partners from core applications. Bold externals on both sides represent partners/sources and downstream consumers. Best for application modernization, legacy core decoupling, channel-partner connectivity, system integration target states, and API platform architecture overviews.

Architecture Overview

Enterprise target-state architecture: 3-7 horizontal layers from channels through platform foundation, with optional source systems on the left, consumers on the right, cross-cutting concerns as a bottom band, and a right-side commentary panel for design principles. Best for target-state architecture, transformation decks, capability overviews, operating model platform slides, and board/executive architecture views. Consulting-grade, balanced and neutral — shipping default for 'show me the reference architecture.'

Data & AI Platform Blueprint

Data and AI platform architecture: ingestion through storage, processing, and hero intelligence services up to consumption. Downward tonal ramp shows platform flow. Data sources on the left, consumers on the right or design-principles panel. Warm accent reserved for governance/model-risk cross-cutting. Best for lakehouse blueprints, AI operating model slides, analytics platform overviews, semantic-layer architecture, and AI-factory diagrams.

Three Horizons Strategy

McKinsey Three Horizons strategy visual. Three overlapping S-curves: H1 (core cash engine, peaks first), H2 (emerging adjacencies, peaks mid-term), H3 (transformational bets, peaks long-term). Each horizon carries labeled initiatives. Signature consulting visual for strategy off-sites, board-level portfolio reviews, and innovation-portfolio communications. Requires exactly 3 horizons.

Frequently asked questions

How do I render a BCG Matrix slide?

Send a POST request to /v1/render with template "3b2165b0-5bad-5ed8-aef5-3953f98f1313" 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 BCG Matrix template accept?

The BCG Matrix template accepts: title, items, x_axis, y_axis, takeaway. Supports 2-16 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 BCG Matrix slide in under 1 second. $3 free credit, no card required.