Before/after funnel

Lead funnel current vs after the scoring-model rollout

Try in Playground
Before/after funnel slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Funnel
Output
.pptx + PDF + PNG

Example brief

Comparing our lead funnel before and after the new scoring-model rollout on the same 4,000 inbound leads: marketing-qualified rises from 1,600 to 2,050, sales-accepted from 620 to 980 (+58%), opportunities from 240 to 360, and closed-won from 70 to 105 - the standout gain is at the sales-accepted stage, where better routing lifts the count 58% at the same inbound volume.

Render it

Structured intent — create_slide payload

Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.

{
  "form": "funnel",
  "variant": "before_after_funnel",
  "headline": "The new scoring model lifts mid-funnel conversion - sales-accepted leads rise 58% at the same inbound volume",
  "context": "Lead funnel: current vs after the scoring-model rollout",
  "caution": "Same inbound volume; better routing lifts sales-accepted leads +58% (+360).",
  "source_note": "CRM, matched pre/post 60-day windows",
  "data": {
    "before_label": "Current",
    "after_label": "After rollout",
    "stages": [
      {
        "label": "Inbound leads",
        "value": 4000,
        "display": "4,000",
        "compare_value": 4000,
        "compare_display": "4,000"
      },
      {
        "label": "Marketing qualified",
        "value": 1600,
        "display": "1,600",
        "compare_value": 2050,
        "compare_display": "2,050"
      },
      {
        "label": "Sales accepted",
        "value": 620,
        "display": "620",
        "compare_value": 980,
        "compare_display": "980",
        "emphasis": "primary"
      },
      {
        "label": "Opportunities",
        "value": 240,
        "display": "240",
        "compare_value": 360,
        "compare_display": "360"
      },
      {
        "label": "Closed-won",
        "value": 70,
        "display": "70",
        "compare_value": 105,
        "compare_display": "105"
      }
    ],
    "unit": ""
  }
}

cURL (REST)

curl -X POST https://dev-api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"funnel","variant":"before_after_funnel","headline":"The new scoring model lifts mid-funnel conversion - sales-accepted leads rise 58% at the same inbound volume","context":"Lead funnel: current vs after the scoring-model rollout","caution":"Same inbound volume; better routing lifts sales-accepted leads +58% (+360).","source_note":"CRM, matched pre/post 60-day windows","data":{"before_label":"Current","after_label":"After rollout","stages":[{"label":"Inbound leads","value":4000,"display":"4,000","compare_value":4000,"compare_display":"4,000"},{"label":"Marketing qualified","value":1600,"display":"1,600","compare_value":2050,"compare_display":"2,050"},{"label":"Sales accepted","value":620,"display":"620","compare_value":980,"compare_display":"980","emphasis":"primary"},{"label":"Opportunities","value":240,"display":"240","compare_value":360,"compare_display":"360"},{"label":"Closed-won","value":70,"display":"70","compare_value":105,"compare_display":"105"}],"unit":""}}'

Related templates

Frequently asked questions

How do I render the Before/after funnel template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Before/after funnel deterministically — editable PowerPoint in under a second.

Before/after funnel Slide Template | SlideForge | SlideForge (slideforge.dev)