Snapshot scoreboard

Show Q2 enterprise traction metrics

Try in Playground
Snapshot scoreboard slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Kpi Metrics
Output
.pptx + PDF + PNG

Example brief

Create a slide showing our Q2 traction with ARR at $18.4M, up 62% year-over-year, net revenue retention at 121%, gross margin at 78%, 46 enterprise customers, average contract value at $92k, and sales cycle at 74 days, with a note on the caution of ACV mix moving down as mid-market accelerates and a takeaway that traction is real but needs to prove sales efficiency next.

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": "kpi_metrics",
  "variant": "snapshot_scoreboard",
  "headline": "Enterprise traction accelerated, but sales efficiency still needs proof",
  "context": "Q2 traction snapshot",
  "caution": "ACV mix is moving down as mid-market accelerates.",
  "takeaway": "Traction is real; prove sales efficiency next.",
  "source_note": "CRM + billing export, June 2026",
  "data": {
    "metrics": [
      {
        "label": "ARR",
        "value": "$18.4M",
        "emphasis": "primary",
        "sub": "+62% YoY"
      },
      {
        "label": "Net revenue retention",
        "value": "121%",
        "sub": "Top-quartile target 120%+"
      },
      {
        "label": "Gross margin",
        "value": "78%",
        "sub": "Up from 74%"
      },
      {
        "label": "Enterprise customers",
        "value": "46",
        "sub": "12 added in Q2"
      },
      {
        "label": "Avg contract value",
        "value": "$92k",
        "sub": "Mid-market pulling mix down"
      },
      {
        "label": "Sales cycle",
        "value": "74 days",
        "sub": "Above 60-day target"
      }
    ]
  }
}

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":"kpi_metrics","variant":"snapshot_scoreboard","headline":"Enterprise traction accelerated, but sales efficiency still needs proof","context":"Q2 traction snapshot","caution":"ACV mix is moving down as mid-market accelerates.","takeaway":"Traction is real; prove sales efficiency next.","source_note":"CRM + billing export, June 2026","data":{"metrics":[{"label":"ARR","value":"$18.4M","emphasis":"primary","sub":"+62% YoY"},{"label":"Net revenue retention","value":"121%","sub":"Top-quartile target 120%+"},{"label":"Gross margin","value":"78%","sub":"Up from 74%"},{"label":"Enterprise customers","value":"46","sub":"12 added in Q2"},{"label":"Avg contract value","value":"$92k","sub":"Mid-market pulling mix down"},{"label":"Sales cycle","value":"74 days","sub":"Above 60-day target"}]}}'

Related templates

Frequently asked questions

How do I render the Snapshot scoreboard 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 Snapshot scoreboard deterministically — editable PowerPoint in under a second.

Snapshot scoreboard Slide Template | SlideForge | SlideForge (slideforge.dev)