Funnel Analysis Slide Template
Conversion funnel with side per-stage commentary and verdict Callout. Funnel mode=conversion adds the between-stage drop pills (red/amber/green by severity); the side panel explains the WHY behind each drop; the bottom Callout names the highest-leverage fix.
Try in PlaygroundParameters
Example brief
Onboarding funnel: 10k visits → 2k signups → 800 activate → 240 pay. 80% drop at signup is the biggest leak. Activation drop-off tied to email verification timeout. Fix: verify on first action, not on email click.
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": "41c8ff2f-9198-5967-b874-440beb513ee2",
"brief": "Onboarding funnel: 10k visits → 2k signups → 800 activate → 240 pay. 80% drop at..."
}'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": "41c8ff2f-9198-5967-b874-440beb513ee2",
"params": {
"title": "Onboarding funnel — 80% drop at signup is the binding leak",
"stages": [
{
"label": "Visit",
"value": 10000
},
{
"label": "Signup",
"value": 2000
},
{
"label": "Activate",
"value": 800
},
{
"label": "Pay",
"value": 240
}
],
"commentary": [
"Visit → Signup (80% drop): pricing fear; signup form too long",
"Signup → Activate (60% drop): email verification timeout",
"Activate → Pay (70% drop): trial doesn't expose paid features",
"Healthy benchmark: B2B SaaS averages 3-5% visit→pay; we're at 2.4%"
],
"verdict_title": "Fix activation: verify on first action, not email",
"verdict_text": "60% of activate drop is email-verification timeout. Switching to first-action verification (any meaningful click) recovers ~30% of the funnel. ROI: $1.2M ARR for 2 weeks of eng work.",
"takeaway": "Activation fix is the highest-ROI lever — 2 weeks for $1.2M ARR."
}
}'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 Funnel Analysis slide?
Send a POST request to /v1/render with template "41c8ff2f-9198-5967-b874-440beb513ee2" 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 Funnel Analysis template accept?
The Funnel Analysis template accepts: title, stages, commentary, 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 Funnel Analysis slide in under 1 second. $3 free credit, no card required.