Milestone timeline
Project timeline for vineyard modernization
Try in PlaygroundExample brief
A detailed project roadmap for a family-owned vineyard's 2026 modernization efforts. The slide tracks key milestones from soil preparation in March through to the final certification audit in December. It highlights that while early viticulture tasks and the harvest automation pilot are proceeding well, there is a significant risk regarding the technical calibration of the new bottling line in October which could delay the entire commercial release schedule.
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": "milestone_track",
"headline": "Expansion remains viable, but the October bottling line upgrade is the critical path",
"context": "2026 Estate Vineyard Modernization Milestones",
"caution": "Delays in sensor calibration will postpone the Reserve vintage release to Q1.",
"takeaway": "Maintain focus on the harvest pilot while reallocating technicians to the bottling line.",
"data": {
"milestones": [
{
"date": "Mar 15",
"label": "Soil enrichment program finalized",
"status": "done",
"owner": "Viticulture"
},
{
"date": "May 30",
"label": "Irrigation system procurement",
"status": "done",
"owner": "Operations",
"value": "3.2 km"
},
{
"date": "Jul 12",
"label": "North Slope trellis installation",
"status": "on_track",
"owner": "Estate Crew"
},
{
"date": "Sep 06",
"label": "Harvest automation pilot live",
"detail": "Mechanized picking on the 10-acre Merlot block",
"status": "on_track",
"owner": "Production",
"emphasis": "primary",
"value": "10 ac"
},
{
"date": "Oct 18",
"label": "Bottling line sensor calibration",
"status": "at_risk",
"owner": "Engineering"
},
{
"date": "Dec 15",
"label": "Appellation certification audit",
"status": "not_started",
"owner": "Compliance"
}
]
}
}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":"milestone_track","headline":"Expansion remains viable, but the October bottling line upgrade is the critical path","context":"2026 Estate Vineyard Modernization Milestones","caution":"Delays in sensor calibration will postpone the Reserve vintage release to Q1.","takeaway":"Maintain focus on the harvest pilot while reallocating technicians to the bottling line.","data":{"milestones":[{"date":"Mar 15","label":"Soil enrichment program finalized","status":"done","owner":"Viticulture"},{"date":"May 30","label":"Irrigation system procurement","status":"done","owner":"Operations","value":"3.2 km"},{"date":"Jul 12","label":"North Slope trellis installation","status":"on_track","owner":"Estate Crew"},{"date":"Sep 06","label":"Harvest automation pilot live","detail":"Mechanized picking on the 10-acre Merlot block","status":"on_track","owner":"Production","emphasis":"primary","value":"10 ac"},{"date":"Oct 18","label":"Bottling line sensor calibration","status":"at_risk","owner":"Engineering"},{"date":"Dec 15","label":"Appellation certification audit","status":"not_started","owner":"Compliance"}]}}'Frequently asked questions
How do I render the Milestone timeline 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 Milestone timeline deterministically — editable PowerPoint in under a second.