Maturity Results Slide Template
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.
Try in PlaygroundParameters
Example brief
Maturity assessment results: Identity & Access (3.5/5, target 4.5), Data Protection (2.0/5, target 4.0), Monitoring (2.5/5, target 4.0), Incident Response (3.0/5, target 4.5), Risk Management (1.5/5, target 3.5).
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": "b5c2a556-9346-5c68-b1d2-cc29e9064da3",
"brief": "Maturity assessment results: Identity & Access (3.5/5, target 4.5), Data Protect..."
}'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": "b5c2a556-9346-5c68-b1d2-cc29e9064da3",
"params": {
"value": "3.2/5.0",
"label": "Overall Maturity Score — Defined",
"rows": [
{
"label": "Strategy & Vision",
"value": 0.82,
"display": "4.1 — Advanced"
},
{
"label": "Process & Governance",
"value": 0.7,
"display": "3.5 — Defined"
},
{
"label": "Technology & Data",
"value": 0.6,
"display": "3.0 — Defined"
},
{
"label": "People & Skills",
"value": 0.56,
"display": "2.8 — Emerging"
},
{
"label": "Culture & Change",
"value": 0.52,
"display": "2.6 — Emerging"
}
],
"title": "Overall maturity 3.2/5.0 — People & Culture are the priority gaps",
"subtitle": "Maturity Assessment Results",
"footer": "Maturity assessment | Overall score: 3.2/5.0 (Defined)",
"takeaway": "Invest in People & Skills and Culture to reach Advanced maturity across all dimensions"
}
}'Tags
Related templates
Dashboard
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.
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.
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 Maturity Results slide?
Send a POST request to /v1/render with template "b5c2a556-9346-5c68-b1d2-cc29e9064da3" 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 Maturity Results template accept?
The Maturity Results template accepts: value, label, rows. Supports 4-8 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 Maturity Results slide in under 1 second. $3 free credit, no card required.