Target gap scoreboard

Show revenue vs plan by region with the gaps

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

Example brief

Show actual versus target for our five revenue regions and make the gaps the focus: North America $48.2M against a $52.0M plan, EMEA $31.5M against $30.0M, APAC $12.1M against $18.0M, LATAM $6.8M against $6.5M, and partner channel $9.4M against $11.0M, emphasizing that APAC's $5.9M shortfall is the gap that decides the year.

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": "target_gap_scoreboard",
  "headline": "Plan attainment is uneven: APAC is the gap that decides the year",
  "context": "FY25 revenue vs plan, by region",
  "caution": "APAC is two-thirds of the total shortfall; recover it before backfilling smaller gaps.",
  "source_note": "Bookings, fiscal year to date",
  "data": {
    "metrics": [
      {
        "label": "North America",
        "value": "$48.2M",
        "delta_value": "-$3.8M",
        "delta_tone": "warn"
      },
      {
        "label": "EMEA",
        "value": "$31.5M",
        "delta_value": "+$1.5M",
        "delta_tone": "good"
      },
      {
        "label": "APAC",
        "value": "$12.1M",
        "delta_value": "-$5.9M",
        "delta_tone": "bad",
        "emphasis": "primary"
      },
      {
        "label": "LATAM",
        "value": "$6.8M",
        "delta_value": "+$0.3M",
        "delta_tone": "good"
      },
      {
        "label": "Partner channel",
        "value": "$9.4M",
        "delta_value": "-$1.6M",
        "delta_tone": "warn"
      }
    ]
  }
}

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":"target_gap_scoreboard","headline":"Plan attainment is uneven: APAC is the gap that decides the year","context":"FY25 revenue vs plan, by region","caution":"APAC is two-thirds of the total shortfall; recover it before backfilling smaller gaps.","source_note":"Bookings, fiscal year to date","data":{"metrics":[{"label":"North America","value":"$48.2M","delta_value":"-$3.8M","delta_tone":"warn"},{"label":"EMEA","value":"$31.5M","delta_value":"+$1.5M","delta_tone":"good"},{"label":"APAC","value":"$12.1M","delta_value":"-$5.9M","delta_tone":"bad","emphasis":"primary"},{"label":"LATAM","value":"$6.8M","delta_value":"+$0.3M","delta_tone":"good"},{"label":"Partner channel","value":"$9.4M","delta_value":"-$1.6M","delta_tone":"warn"}]}}'

Related templates

Frequently asked questions

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

Target gap scoreboard Slide Template | SlideForge | SlideForge (slideforge.dev)