Dashboard Slide Template
Grid of KPI cards with metrics, trend indicators, and mini progress bars. The executive 'war room' slide. Each widget shows a label, primary value, change indicator, and optional progress bar. Adapts to 4-9 widgets. Best for executive summaries, monthly reviews, and status dashboards.
Try in PlaygroundParameters
Example brief
Executive dashboard: Revenue $8.5M (+14%), Margin 66%, NPS 72 (+5), Active Users 12.4K, Churn 2.1% (-0.3%), Pipeline $4.2M, Win Rate 34%, Avg Deal $48K.
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": "dc069e3c-da24-5e68-9d61-89d33c3eff56",
"brief": "Executive dashboard: Revenue $8.5M (+14%), Margin 66%, NPS 72 (+5), Active Users..."
}'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": "dc069e3c-da24-5e68-9d61-89d33c3eff56",
"params": {
"metrics": [
{
"value": "$8.5M",
"label": "Revenue",
"trend": "+14%",
"trend_dir": "up"
},
{
"value": "66%",
"label": "Gross Margin",
"trend": "+2pp",
"trend_dir": "up"
},
{
"value": "72",
"label": "Net Promoter Score",
"trend": "+5",
"trend_dir": "up"
},
{
"value": "12.4K",
"label": "Active Users",
"trend": "+22%",
"trend_dir": "up"
},
{
"value": "2.1%",
"label": "Monthly Churn",
"trend": "-0.3%",
"trend_dir": "up"
},
{
"value": "$4.2M",
"label": "Pipeline Value",
"trend": "+8%",
"trend_dir": "up"
},
{
"value": "34%",
"label": "Win Rate",
"trend": "+3pp",
"trend_dir": "up"
},
{
"value": "$48K",
"label": "Avg Deal Size",
"trend": "+12%",
"trend_dir": "up"
},
{
"value": "11mo",
"label": "CAC Payback",
"trend": "-2mo",
"trend_dir": "up"
}
],
"title": "Q1 performance exceeds targets across all key metrics",
"subtitle": "Executive Dashboard — Q1 2026",
"footer": "Executive dashboard | Source: Q1 2026 actuals vs plan",
"takeaway": "Revenue and users accelerating — churn improvement is the key unlock for Q2"
}
}'Tags
Related templates
KPI Dashboard
Grid of 2-6 KPI metrics with large numbers, labels, and optional trend indicators. Optional takeaway banner at bottom. Best for quarterly reviews, performance snapshots, executive scorecards.
Maturity Results
Maturity assessment results dashboard with a left-side scorecard table (dimensions, current scores, target scores) and a right-side radar/spider chart showing current vs target overlay. Standard consulting visual for capability assessments and gap analysis.
Metric With Context
Split layout with 1-3 KPI metrics on the left and narrative context or analysis on the right. Combines data and storytelling.
Stat Highlight
Single dramatic statistic displayed large and centered with a label, context line, and optional source. Use to make one number the hero.
Frequently asked questions
How do I render a Dashboard slide?
Send a POST request to /v1/render with template "dc069e3c-da24-5e68-9d61-89d33c3eff56" 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 Dashboard template accept?
The Dashboard template accepts: metrics. Supports 4-9 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 Dashboard slide in under 1 second. $3 free credit, no card required.