Project Schedule Gantt Chart Template
Software project schedule in four sections (requirements, design, development, testing and launch) with tasks chained by after, done and active markers and a launch milestone. Change the dates and durations and export PNG, Word or PowerPoint for free.
Edit the text, pick a theme, export Word / PowerPoint / PDF
When to use it
Kick-off meetings, weekly status reports and the implementation plan in a proposal. Tasks are chained with after, so changing the first date shifts the whole chain; done and active mark finished and current tasks, and milestone marks the launch.
Making it yours
- Change the start date only on the
Discoveryline; every task that usesaftermoves with it. - Durations are the
5d,15dvalues; an end date can be used instead of a duration. - Delete the
todayMarker offline to show a vertical line for today. - The axis labels follow
axisFormat:%m-%dis month-day,%bshows the month name.
Mermaid code
gantt
title Project schedule
dateFormat YYYY-MM-DD
axisFormat %m-%d
todayMarker off
section Requirements
Discovery :done, a1, 2026-09-07, 5d
Requirements review :done, a2, after a1, 2d
section Design
Wireframes :active, b1, after a2, 5d
Visual design :b2, after b1, 5d
section Development
Backend :c1, after b1, 15d
Frontend :c2, after b2, 12d
Integration :c3, after c2, 4d
section Testing and launch
Testing :d1, after c3, 6d
Launch :milestone, d2, after d1, 0dAsk an AI for one with this structure
Send the prompt below to ChatGPT or Claude, then paste the whole reply into the editor; the code inside is detected automatically.
Draw a software project schedule as a Mermaid gantt chart with dateFormat YYYY-MM-DD and four sections: Requirements, Design, Development, Testing and launch. Discovery 5 days and requirements review 2 days (done), wireframes 5 days (active) and visual design 5 days, backend 15 days, frontend 12 days, integration 4 days, testing 6 days, and launch as a milestone. Chain the tasks with after, starting on 2026-09-07. Output only the mermaid code block.
FAQ
- Can weekends be excluded?
Add
excludes weekendsunderdateFormat; tasks spanning a weekend are extended automatically and weekends are shaded on the axis.- Does the space before the colon matter?
No.
Task name :a1, …andTask name:a1, …both work. After the colon come the status tags, the task id, the start (a date orafter id) and the duration.- The chart is too long for the page
Export the PNG at 3x so it stays readable when scaled to page width in Word, or split it into one chart per month.
More in this category
Thesis Timeline Gantt Chart TemplateThesis schedule in four sections (topic and proposal, research, writing, defence) with proposal and defence milestones. Change the dates for the timeline section of a research proposal and export PNG, Word or PowerPoint for free.
Product Launch Plan Gantt Chart TemplateProduct release plan in four sections (preparation, content and marketing, launch, post-launch) with feature freeze and general availability milestones and a critical staged rollout. Free PNG, Word and PowerPoint export.
Event Planning Gantt Chart TemplateEvent preparation schedule in five sections (planning, preparation, promotion, execution, wrap-up) with venue, programme and materials running in parallel and the event day as a milestone. Free PNG, Word and PowerPoint export.
Updated 2026-09-05