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 PlaygroundParameters
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
Related templates
Bullet List
Clean slide with a title and structured bullet points. Each point gets a numbered badge for visual structure. Supports optional context and takeaway. The simplest and most versatile content template.
Decision Brief
Decision-driving slide: recommendation Callout up top, supporting evidence as a bullet List in the middle, key risk as a final Callout at the bottom. Used when the slide needs to drive a yes/no decision — verdict first, then reasoning, then 'what could go wrong'.
Executive Dashboard
Composed exec readout: KPI strip on top, trajectory chart in the middle, insight bullets on the bottom. Standard shape for QBRs, board pre-reads, and quarterly business reviews. Information-dense by design — the slide answers where we are, how we got here, and what it means in one read.
Executive Summary
Executive 1-pager. SplitView with 2-4 KPI metrics on the left, 3-5 context bullets on the right, bold takeaway banner at the bottom. The go-to slide for board meetings, investor updates, and C-suite briefings where leaders need the full picture in one glance.
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.