Timeline RoadmapPhase trackCorporate & BusinessEducation & Training

Phase track

Three rollout phases, each gated on the one before

Try in Playground
Phase track slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Timeline Roadmap
Output
.pptx + PDF + PNG

Example brief

Three rollout phases, each gated on the one before

Render it

Structured intent — create_slide payload

Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.

{
  "form": "timeline_roadmap",
  "variant": "phase_track",
  "headline": "Rolling out the new intake process",
  "context": "Three phases, each gated on the one before",
  "blocks": [
    {
      "label": "Pilot",
      "sub": "Prove the flow with one team",
      "detail": [
        "Two intake forms migrated",
        "Weekly feedback loop"
      ]
    },
    {
      "label": "Department rollout",
      "sub": "Extend to all four departments",
      "detail": [
        "Training sessions per department",
        "Legacy forms frozen"
      ],
      "emphasis": "primary"
    },
    {
      "label": "Retire the old path",
      "sub": "Single intake surface",
      "detail": [
        "Old inbox auto-replies with the new link",
        "Quarterly audit in place"
      ]
    }
  ]
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"timeline_roadmap","variant":"phase_track","headline":"Rolling out the new intake process","context":"Three phases, each gated on the one before","blocks":[{"label":"Pilot","sub":"Prove the flow with one team","detail":["Two intake forms migrated","Weekly feedback loop"]},{"label":"Department rollout","sub":"Extend to all four departments","detail":["Training sessions per department","Legacy forms frozen"],"emphasis":"primary"},{"label":"Retire the old path","sub":"Single intake surface","detail":["Old inbox auto-replies with the new link","Quarterly audit in place"]}]}'

Related templates

Frequently asked questions

How do I render the Phase track template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Phase track deterministically — editable PowerPoint in under a second.

Phase track Slide Template | SlideForge (slideforge.dev)