Product16:9 - 7 slides
Product Launch
A seven-slide internal launch brief: what shipped, who it is for, the numbers that matter, and what comes next.
Best for
Internal launch reviews and all-hands updates. Short enough to keep attention, structured enough that leadership gets the answers they need in the first three slides.
Slide preview
Slide 1 - title
Launch: Feature name
- Date
- Owner
Slide 2 - content
What shipped
- One sentence
- The one thing it changes for users
Slide 3 - content
Who it is for
- Primary persona
- Secondary persona
- Who it is not for
Slide 4 - content
The numbers
- Adoption in week one
- Activation rate
- One retention signal
Slide 5 - content
What we learned
- Surprise 1
- Surprise 2
- What we would change
Slide 6 - content
What is next
- Phase 2 scope
- Timeline
- Open questions
Slide 7 - title
Thanks
- Team names
The template
The full deck JSON. Copy it, or open it directly in the visual slides editor to edit on a real tldraw canvas and export PPTX.
deck.json
{
"slug": "product-launch",
"name": "Product Launch",
"eyebrow": "Product",
"description": "A seven-slide internal launch brief: what shipped, who it is for, the numbers that matter, and what comes next.",
"bestFor": "Internal launch reviews and all-hands updates. Short enough to keep attention, structured enough that leadership gets the answers they need in the first three slides.",
"aspect": "16:9",
"accent": "#0a0a0a",
"slides": [
{
"title": "Launch: Feature name",
"bullets": [
"Date",
"Owner"
],
"layout": "title"
},
{
"title": "What shipped",
"bullets": [
"One sentence",
"The one thing it changes for users"
],
"layout": "content"
},
{
"title": "Who it is for",
"bullets": [
"Primary persona",
"Secondary persona",
"Who it is not for"
],
"layout": "content"
},
{
"title": "The numbers",
"bullets": [
"Adoption in week one",
"Activation rate",
"One retention signal"
],
"layout": "content"
},
{
"title": "What we learned",
"bullets": [
"Surprise 1",
"Surprise 2",
"What we would change"
],
"layout": "content"
},
{
"title": "What is next",
"bullets": [
"Phase 2 scope",
"Timeline",
"Open questions"
],
"layout": "content"
},
{
"title": "Thanks",
"bullets": [
"Team names"
],
"layout": "title"
}
]
}