structureexecutivebalanced

Roadmap View Slide Template

Timeline visual on the left, by-horizon commitments and binding-constraint Callout on the right. Replaces a bare Timeline with the explicit commitments + constraint that make the roadmap actionable.

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

Parameters

Parameter
Description
title
{"type":"str","required":true}
milestones
Timeline milestones. Each: {label, date, status?}.
constraint_title
{"type":"str","required":false}
constraint_text
The binding constraint — what gates the roadmap.
takeaway
{"type":"str","required":false}

Example brief

Q2-Q4 product roadmap. Now: checkout v2, mobile launch. Next: enterprise SSO, EMEA pricing. Later: AI insights, partner marketplace. Binding constraint: SSO unblock by July.

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": "1878f457-a3a9-5388-9683-4303bc7a00e5",
    "brief": "Q2-Q4 product roadmap. Now: checkout v2, mobile launch. Next: enterprise SSO, EM..."
  }'

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": "1878f457-a3a9-5388-9683-4303bc7a00e5",
  "params": {
    "title": "Product roadmap Q2-Q4 — SSO unblock is the binding constraint",
    "milestones": [
      {
        "label": "Checkout v2",
        "date": "May",
        "status": "active"
      },
      {
        "label": "Mobile launch",
        "date": "May",
        "status": "active"
      },
      {
        "label": "Enterprise SSO",
        "date": "Jul",
        "status": "upcoming"
      },
      {
        "label": "EMEA pricing",
        "date": "Aug",
        "status": "upcoming"
      },
      {
        "label": "AI insights GA",
        "date": "Oct",
        "status": "upcoming"
      },
      {
        "label": "Partner portal",
        "date": "Nov",
        "status": "upcoming"
      }
    ],
    "constraint_title": "SSO unblock by July gates Q3 enterprise pipeline",
    "constraint_text": "SSO is hard-required by 5 enterprise deals worth $1.8M. Security review window is the gating event — block 2 weeks in June; if it slips, Q3 plan slips with it.",
    "takeaway": "SSO timing gates everything Q3+ — protect the security-review window."
  }
}'

Tags

roadmaptimelinecommitmentshorizonsnownextlatermilestones

Related templates

Frequently asked questions

How do I render a Roadmap View slide?

Send a POST request to /v1/render with template "1878f457-a3a9-5388-9683-4303bc7a00e5" 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 View template accept?

The Roadmap View template accepts: title, milestones, constraint_title, constraint_text, takeaway. Supports 3-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 Roadmap View slide in under 1 second. $3 free credit, no card required.