Templates / gantt
Product launch plan
Marketing, product, and launch tracks converging on a ship milestone with a hotfix window.
Preview
Mermaid 11 renderer
Rendering preview...
Mermaid source
gantt
gantt
title Product launch
dateFormat YYYY-MM-DD
section Marketing
Positioning + messaging :m1, 2026-08-03, 5d
Landing page refresh :m2, after m1, 4d
Launch post + assets :m3, after m2, 3d
section Product
Feature freeze :p1, 2026-08-03, 1d
Bug bash :p2, after p1, 4d
Release candidate :p3, after p2, 2d
section Launch
Ship to production :milestone, l1, 2026-08-17, 0d
Monitor + hotfix window :l2, after l1, 3dMore templates
flowchartArchitecture
Microservices architecture
A service map with an API gateway, core services, and shared infrastructure. A solid starting point for README architecture sections.
sequenceDiagramProcess
User login sequence
A login flow with token issuance and a failure branch. Useful for documenting auth endpoints and session behavior.
stateDiagram-v2Process
Order state machine
Lifecycle states for an e-commerce order, from creation to fulfillment, with cancellation and refund paths.