Startup16:9 - 10 slides
Pitch Deck
A ten-slide seed pitch: problem, solution, market, traction, team, ask. Built for founders who need to ship a deck in an afternoon, not a week.
Best for
Seed and pre-seed pitches where the story matters more than the polish. Import into the visual editor and move slides around until the narrative lands.
Slide preview
Slide 1 - title
Company name
- One-line value proposition
- Your name and role
Slide 2 - content
The problem
- The concrete pain today
- Who feels it most acutely
- Why it has not been solved yet
Slide 3 - content
The solution
- What you built
- Why it works now and did not before
Slide 4 - content
Market
- TAM
- SAM
- SOM
- Why it is growing
Slide 5 - content
Traction
- MRR or active users
- Growth rate over the last 6 months
- One logo or case study
Slide 6 - content
Business model
- How you charge
- Unit economics
- Path to profitability
Slide 7 - split
Competition
- Incumbent A - slow
- Incumbent B - expensive
- You - fast and cheap
Slide 8 - content
Team
- Founder 1 - ex-Company, domain expertise
- Founder 2 - ex-Company, technical depth
- Why this team wins
Slide 9 - content
The ask
- Raising $X
- 18 months of runway
- What it buys
Slide 10 - title
Contact
- name@company.com
- company.com
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": "pitch-deck",
"name": "Pitch Deck",
"eyebrow": "Startup",
"description": "A ten-slide seed pitch: problem, solution, market, traction, team, ask. Built for founders who need to ship a deck in an afternoon, not a week.",
"bestFor": "Seed and pre-seed pitches where the story matters more than the polish. Import into the visual editor and move slides around until the narrative lands.",
"aspect": "16:9",
"accent": "#0a0a0a",
"slides": [
{
"title": "Company name",
"bullets": [
"One-line value proposition",
"Your name and role"
],
"layout": "title",
"notes": "Open with the company name and a single sentence that names the customer and the pain."
},
{
"title": "The problem",
"bullets": [
"The concrete pain today",
"Who feels it most acutely",
"Why it has not been solved yet"
],
"layout": "content"
},
{
"title": "The solution",
"bullets": [
"What you built",
"Why it works now and did not before"
],
"layout": "content"
},
{
"title": "Market",
"bullets": [
"TAM",
"SAM",
"SOM",
"Why it is growing"
],
"layout": "content"
},
{
"title": "Traction",
"bullets": [
"MRR or active users",
"Growth rate over the last 6 months",
"One logo or case study"
],
"layout": "content"
},
{
"title": "Business model",
"bullets": [
"How you charge",
"Unit economics",
"Path to profitability"
],
"layout": "content"
},
{
"title": "Competition",
"bullets": [
"Incumbent A - slow",
"Incumbent B - expensive",
"You - fast and cheap"
],
"layout": "split"
},
{
"title": "Team",
"bullets": [
"Founder 1 - ex-Company, domain expertise",
"Founder 2 - ex-Company, technical depth",
"Why this team wins"
],
"layout": "content"
},
{
"title": "The ask",
"bullets": [
"Raising $X",
"18 months of runway",
"What it buys"
],
"layout": "content"
},
{
"title": "Contact",
"bullets": [
"name@company.com",
"company.com"
],
"layout": "title"
}
]
}