Skip to content

Template

Product launch plan

A Gantt chart with design, build, and ship sections.

gantt
Expand

Use this Gantt template for dated launch plans: research and wireframes, MVP and QA, soft launch and public launch.

Tasks use after dependencies so the schedule stays coherent when you change durations.

Gantt is Preview-only; Present reveals tasks one by one so you can narrate the plan in a meeting.

Mermaid source

gantt
  title Product launch plan
  dateFormat YYYY-MM-DD
  section Design
  Research     :a1, 2026-07-01, 5d
  Wireframes   :a2, after a1, 5d
  section Build
  Develop MVP  :b1, after a2, 14d
  QA           :b2, after b1, 5d
  section Ship
  Soft launch  :c1, after b2, 3d
  Public launch :c2, after c1, 7d