Classic task gantt
Project schedule for the new carbon fiber bike manufacturing launch.
Try in PlaygroundExample brief
A detailed project schedule for the H2 Velocity-X bicycle line launch, covering the second half of the year from July to December. The plan includes key workstreams such as mold tooling, resin procurement, and frame layup prototyping, with specific owners assigned to each. It highlights the current status in September, emphasizing that frame prototyping is the primary effort, and concludes with a clear takeaway regarding the criticality of the resin supply chain to meet the December market release.
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": "gantt_plan",
"variant": "classic_task_gantt",
"headline": "The carbon frame production ramp-up depends on securing long-lead resin supply chains",
"context": "H2 Velocity-X Performance Series - manufacturing scale-up timeline",
"takeaway": "Frame layup prototyping is the critical path - raw material availability must be prioritized for Q4.",
"source_note": "Operations Roadmap v4.1, July 2024",
"data": {
"periods": [
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"tasks": [
{
"label": "Mold tooling fabrication",
"owner": "Industrial Design",
"start": "Jul",
"end": "Aug"
},
{
"label": "Resin procurement",
"owner": "Supply Chain",
"start": "Jul",
"end": "Sep"
},
{
"label": "Frame layup prototyping",
"owner": "Manufacturing",
"start": "Aug",
"end": "Oct",
"emphasis": "primary"
},
{
"label": "Stress & fatigue testing",
"owner": "Quality Control",
"start": "Sep",
"end": "Oct"
},
{
"label": "Component assembly",
"owner": "Assembly Lab",
"start": "Oct",
"end": "Nov"
},
{
"label": "Dealer demo logistics",
"owner": "Marketing",
"start": "Nov",
"end": "Nov"
},
{
"label": "Full market release",
"owner": "Product Group",
"start": "Dec",
"end": "Dec"
}
],
"milestones": [
{
"label": "Safety certification",
"period": "Oct"
},
{
"label": "Shipment start",
"period": "Dec",
"emphasis": "primary"
}
],
"today": "Sep"
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"gantt_plan","variant":"classic_task_gantt","headline":"The carbon frame production ramp-up depends on securing long-lead resin supply chains","context":"H2 Velocity-X Performance Series - manufacturing scale-up timeline","takeaway":"Frame layup prototyping is the critical path - raw material availability must be prioritized for Q4.","source_note":"Operations Roadmap v4.1, July 2024","data":{"periods":["Jul","Aug","Sep","Oct","Nov","Dec"],"tasks":[{"label":"Mold tooling fabrication","owner":"Industrial Design","start":"Jul","end":"Aug"},{"label":"Resin procurement","owner":"Supply Chain","start":"Jul","end":"Sep"},{"label":"Frame layup prototyping","owner":"Manufacturing","start":"Aug","end":"Oct","emphasis":"primary"},{"label":"Stress & fatigue testing","owner":"Quality Control","start":"Sep","end":"Oct"},{"label":"Component assembly","owner":"Assembly Lab","start":"Oct","end":"Nov"},{"label":"Dealer demo logistics","owner":"Marketing","start":"Nov","end":"Nov"},{"label":"Full market release","owner":"Product Group","start":"Dec","end":"Dec"}],"milestones":[{"label":"Safety certification","period":"Oct"},{"label":"Shipment start","period":"Dec","emphasis":"primary"}],"today":"Sep"}}'Frequently asked questions
How do I render the Classic task gantt 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 Classic task gantt deterministically — editable PowerPoint in under a second.