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 PlaygroundParameters
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
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 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.