processmanagementbalanced

Roadmap Slide Template

Horizontal phased roadmap with a prominent timeline bar, milestone dots, and phase cards. Conveys progressive momentum and forward direction. Best for project plans and strategy timelines.

Try in Playground
Roadmap slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
36
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
phases
Array of phases items

Example brief

Product roadmap: Q1 2026 - MVP launch, 5 templates, API key auth. Q2 2026 - template library (50+), semantic search, playground. Q3 2026 - user templates, PowerPoint add-in. Q4 2026 - enterprise features, SOC2.

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": "f72234cf-4cef-5a5b-955f-b3aefcdf3835",
    "brief": "Product roadmap: Q1 2026 - MVP launch, 5 templates, API key auth. Q2 2026 - temp..."
  }'

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": "f72234cf-4cef-5a5b-955f-b3aefcdf3835",
  "params": {
    "phases": [
      {
        "label": "Q1 2026",
        "description": "Foundation: Core API v2, Auth system, Billing, 20 new templates",
        "status": "done"
      },
      {
        "label": "Q2 2026",
        "description": "Growth: Multi-language support, Analytics dashboard, Partner SDK",
        "status": "active"
      },
      {
        "label": "Q3 2026",
        "description": "Scale: Enterprise SSO, Audit log, SLA, On-premise beta",
        "status": "upcoming"
      },
      {
        "label": "Q4 2026",
        "description": "Optimize: AI auto-iterate v2, Marketplace launch, Mobile app beta",
        "status": "upcoming"
      }
    ],
    "title": "2026 roadmap accelerates platform maturity and global reach",
    "subtitle": "Product Roadmap 2026",
    "footer": "Product roadmap 2026 | Subject to change",
    "takeaway": "2026 delivers enterprise readiness, global scale, and AI-powered innovation"
  }
}'

Tags

roadmaptimelinephasesmilestonesplanquartersproject plandeliveryschedulegantt

Related templates

Frequently asked questions

How do I render a Roadmap slide?

Send a POST request to /v1/render with template "f72234cf-4cef-5a5b-955f-b3aefcdf3835" 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 Roadmap template accept?

The Roadmap template accepts: phases. Supports 3-6 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 Roadmap slide in under 1 second. $3 free credit, no card required.