Progress Tracker Slide Template
Task list with horizontal progress bars showing percentage completion. Optional status indicators (on track, at risk, delayed, complete) with color-coded dots. Optional owner and due date columns. Best for project status updates, sprint reviews, and milestone tracking.
Try in PlaygroundParameters
Example brief
Project status: Requirements 100% complete, Design 85% on track, Development 60% on track, Testing 20% at risk, Deployment 0% not started.
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": "0fb82c03-e3e6-5d8d-a669-05d712446634",
"brief": "Project status: Requirements 100% complete, Design 85% on track, Development 60%..."
}'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": "0fb82c03-e3e6-5d8d-a669-05d712446634",
"params": {
"rows": [
{
"label": "Revenue $3.2M target",
"value": 0.94,
"display": "$3.0M — 94%"
},
{
"label": "Enterprise clients (15)",
"value": 0.8,
"display": "12 signed — 80%"
},
{
"label": "API uptime 99.9%",
"value": 1,
"display": "99.95% — 100%"
},
{
"label": "Template library (50)",
"value": 0.72,
"display": "36 shipped — 72%"
},
{
"label": "NPS > 4.5",
"value": 1,
"display": "4.7 actual — 100%"
}
],
"title": "Q1 OKRs on track: revenue and uptime lead performance",
"subtitle": "Q1 2026 OKR Progress",
"footer": "Q1 2026 OKR progress | Data as of March 31, 2026",
"takeaway": "Revenue and uptime exceeding targets — scale template delivery to close gap"
}
}'Tags
Related templates
Cycle Diagram
Circular flywheel diagram with 3-6 stages arranged around a center hub. Nodes on a circular orbit with descriptions positioned to left and right. Best for virtuous cycles, feedback loops, iterative processes.
Funnel
Funnel diagram with narrowing stages on the left and numbered descriptions on the right. Each stage shows a label, value, and conversion rate. Standard consulting visual for sales pipelines and conversion analysis.
Gantt Chart
Horizontal bar chart on a time axis. Rows are tasks or workstreams, columns are time periods. Bars show duration with theme tint colors. Optional milestone diamonds and progress overlay. Best for project plans, implementation timelines, and resource allocation.
Process Chevrons
Horizontal process flow using interlocking chevron shapes. 3-7 steps with titles and descriptions. The most recognizable consulting diagram — used in every strategy deck for transformation roadmaps and methodology overviews.
Frequently asked questions
How do I render a Progress Tracker slide?
Send a POST request to /v1/render with template "0fb82c03-e3e6-5d8d-a669-05d712446634" 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 Progress Tracker template accept?
The Progress Tracker template accepts: rows. Supports 2-12 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 Progress Tracker slide in under 1 second. $3 free credit, no card required.