Impact report scoreboard — reach, outcomes, and cost per outcome
A donor-facing impact slide: people reached, outcomes delivered, cost per outcome, and funds deployed, with what's working and where the next funding goes.
Try in PlaygroundExample brief
Annual impact report slide for a nonprofit grant program. Scoreboard of people reached, outcomes delivered, cost per outcome, and funds deployed against budget, then what's working, what's hard, and where the next grant tranche is directed.
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": "delta_scoreboard",
"headline": "Reached 18,400 people and beat the cost-per-outcome target — scale the school-based model next",
"context": "2026 program impact report",
"takeaway": "The school-based model delivers the most outcomes per dollar — direct the next tranche there.",
"source_note": "Program M&E system, 2026",
"data": {
"metrics": [
{
"label": "People reached",
"value": "18,400",
"delta_value": "+24% YoY",
"delta_tone": "good",
"emphasis": "primary"
},
{
"label": "Outcomes delivered",
"value": "11,200",
"delta_value": "+19%",
"delta_tone": "good"
},
{
"label": "Cost per outcome",
"value": "$38",
"delta_value": "-14% vs target",
"delta_tone": "good"
},
{
"label": "Funds deployed",
"value": "92%",
"delta_value": "of grant",
"delta_tone": "neutral"
}
],
"sections": [
{
"label": "What's working",
"points": [
"School model: 2.3x reach per dollar",
"Local partners cut delivery cost",
"81% completed the full program"
],
"tone": "good"
},
{
"label": "What's hard",
"points": [
"Rural reach lags on transport",
"Volunteer turnover hit mentoring",
"Outcome data delayed in one region"
],
"tone": "bad"
},
{
"label": "Next tranche",
"points": [
"Expand school model to 4 districts",
"Fund two regional coordinators",
"Invest in mobile data collection"
]
}
]
}
}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":"delta_scoreboard","headline":"Reached 18,400 people and beat the cost-per-outcome target — scale the school-based model next","context":"2026 program impact report","takeaway":"The school-based model delivers the most outcomes per dollar — direct the next tranche there.","source_note":"Program M&E system, 2026","data":{"metrics":[{"label":"People reached","value":"18,400","delta_value":"+24% YoY","delta_tone":"good","emphasis":"primary"},{"label":"Outcomes delivered","value":"11,200","delta_value":"+19%","delta_tone":"good"},{"label":"Cost per outcome","value":"$38","delta_value":"-14% vs target","delta_tone":"good"},{"label":"Funds deployed","value":"92%","delta_value":"of grant","delta_tone":"neutral"}],"sections":[{"label":"What's working","points":["School model: 2.3x reach per dollar","Local partners cut delivery cost","81% completed the full program"],"tone":"good"},{"label":"What's hard","points":["Rural reach lags on transport","Volunteer turnover hit mentoring","Outcome data delayed in one region"],"tone":"bad"},{"label":"Next tranche","points":["Expand school model to 4 districts","Fund two regional coordinators","Invest in mobile data collection"]}]}}'Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Gap / compliance matrix
Proposal meets all mandatory controls with some mitigations needed
RACI matrix
RACI chart for data platform migration
Impact before / after
Automation reduced exception handling time by 40%
Frequently asked questions
How do I render the Impact report scoreboard — reach, outcomes, and cost per outcome 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 Impact report scoreboard — reach, outcomes, and cost per outcome deterministically — editable PowerPoint in under a second.