narrativeexecutivebalanced

Growth Analysis Slide Template

Trajectory chart + drivers list + synthesis. The chart shows the SHAPE; the side list names the DRIVERS; the bottom Callout drives the SO-WHAT. Without the drivers and synthesis, a LineTrend leaves the audience to interpret the curve themselves.

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

Parameters

Parameter
Description
title
{"type":"str","required":true}
x_labels
{"type":"list","min":3,"max":12,"required":true,"items":{"type":"str"}}
series
Time-series data (actual vs plan etc).
drivers
What's driving the shape of the curve.
verdict_title
{"type":"str","required":false}
verdict_text
So-what — which lever to pull next.
takeaway
{"type":"str","required":false}

Example brief

Revenue trajectory Q1-Q4: $1.8M → $4M. Drivers: APAC enterprise wins (3 deals avg $400K), AI Copilot uptick, partner channel ramp. Synthesis: APAC + AI Copilot are the binding levers; double down on both.

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": "7ca09ac5-f528-5456-b264-6ab70a693bed",
    "brief": "Revenue trajectory Q1-Q4: $1.8M → $4M. Drivers: APAC enterprise wins (3 deals av..."
  }'

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": "7ca09ac5-f528-5456-b264-6ab70a693bed",
  "params": {
    "title": "Revenue trajectory — APAC + AI Copilot are the binding levers",
    "x_labels": [
      "Q1",
      "Q2",
      "Q3",
      "Q4 (forecast)"
    ],
    "series": [
      {
        "label": "Revenue ($M)",
        "values": [
          1.8,
          2.4,
          3.2,
          4
        ]
      },
      {
        "label": "Plan ($M)",
        "values": [
          2,
          2.5,
          3,
          3.5
        ]
      }
    ],
    "drivers": [
      "APAC enterprise wins — 3 deals avg $400K (Q3)",
      "AI Copilot uptick — 12 accounts in beta drove 18% upsell",
      "Partner channel ramp — 5 reseller deals closed Q3",
      "Self-serve flat — not a growth lever this period"
    ],
    "verdict_title": "Double down on APAC + AI Copilot",
    "verdict_text": "Two levers explain 80% of the Q3 beat. Q4 plan: 2 more APAC deals + AI Copilot GA in 25 accounts. Skip the partner motion until APAC infra capacity is locked.",
    "takeaway": "APAC + AI Copilot are 80% of the growth — focus there, defer partners."
  }
}'

Tags

growthtrajectorytrendanalysisdriversrevenueusersconversionperformance

Related templates

Frequently asked questions

How do I render a Growth Analysis slide?

Send a POST request to /v1/render with template "7ca09ac5-f528-5456-b264-6ab70a693bed" 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 Growth Analysis template accept?

The Growth Analysis template accepts: title, x_labels, series, drivers, verdict_title, verdict_text, takeaway. Supports 3-6 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 Growth Analysis slide in under 1 second. $3 free credit, no card required.