processmanagementbalanced

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 Playground
Progress Tracker slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
212
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title
rows
Tasks with progress
takeaway
Key insight. Under 20 words.

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": {
    "title": "Cloud Migration — Workstream Status",
    "rows": [
      {
        "label": "Infrastructure Assessment",
        "value": 100,
        "display": "100%",
        "color": "primary"
      },
      {
        "label": "Network Architecture Design",
        "value": 100,
        "display": "100%",
        "color": "primary"
      },
      {
        "label": "Data Migration Planning",
        "value": 85,
        "display": "85% on track"
      },
      {
        "label": "Application Refactoring",
        "value": 60,
        "display": "60% on track"
      },
      {
        "label": "Security & Compliance Review",
        "value": 40,
        "display": "40% at risk",
        "color": "accent"
      },
      {
        "label": "Performance Testing",
        "value": 15,
        "display": "15%"
      },
      {
        "label": "User Acceptance Testing",
        "value": 0,
        "display": "Not started"
      },
      {
        "label": "Go-Live & Cutover",
        "value": 0,
        "display": "Not started"
      }
    ],
    "takeaway": "Security review is at risk — needs executive escalation to meet Apr 11 deadline."
  }
}'

Tags

progresstrackerstatustaskscompletionpercentageprojectmilestonesprintupdatekanban

Related templates

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: title, rows, takeaway. 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.