Venture Pitch
Series A/B fundraising arc structured around the canonical investor questions.
Metadata
ID
venture-pitch
Catalog
narratives
Source
spec/catalogs/narratives/venture-pitch.json
| Field | Value |
|---|---|
| audienceFit | investors, venture-capitalists, series-a, series-b |
| durationRange | { "minMinutes": 10, "maxMinutes": 30 } |
| tags | startup, fundraising, pitch, investor, series-a |
| beats | [ { "id": "opening", "name": "Opening", "instructions": "Establish identity", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "purpose", "name": "Purpose", "instructions": "State your mission", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "problem", "name": "Problem", "instructions": "Present the challenge", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "solution", "name": "Solution", "instructions": "Propose your idea", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "why-now", "name": "Why Now", "instructions": "Explain timing importance", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "market-size", "name": "Market Size", "instructions": "Demonstrate potential", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "competition", "name": "Competition", "instructions": "Analyze competitive landscape", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "product", "name": "Product", "instructions": "Showcase features/benefits", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "business-model", "name": "Business Model", "instructions": "Detail revenue streams", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "team", "name": "Team", "instructions": "Highlight key members", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "financials", "name": "Financials", "instructions": "Show projections/needs", "slideType": "text", "layoutHint": "text-1x-left" }, { "id": "closing", "name": "Closing", "instructions": "Reinforce brand", "slideType": "text", "layoutHint": "text-1x-left" } ] |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-narrative/v1",
"id": "venture-pitch",
"name": "Venture Pitch",
"summary": "Series A/B fundraising arc structured around the canonical investor questions.",
"audienceFit": [
"investors",
"venture-capitalists",
"series-a",
"series-b"
],
"durationRange": {
"minMinutes": 10,
"maxMinutes": 30
},
"tags": [
"startup",
"fundraising",
"pitch",
"investor",
"series-a"
],
"beats": [
{
"id": "opening",
"name": "Opening",
"instructions": "Establish identity",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "purpose",
"name": "Purpose",
"instructions": "State your mission",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "problem",
"name": "Problem",
"instructions": "Present the challenge",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "solution",
"name": "Solution",
"instructions": "Propose your idea",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "why-now",
"name": "Why Now",
"instructions": "Explain timing importance",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "market-size",
"name": "Market Size",
"instructions": "Demonstrate potential",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "competition",
"name": "Competition",
"instructions": "Analyze competitive landscape",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "product",
"name": "Product",
"instructions": "Showcase features/benefits",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "business-model",
"name": "Business Model",
"instructions": "Detail revenue streams",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "team",
"name": "Team",
"instructions": "Highlight key members",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "financials",
"name": "Financials",
"instructions": "Show projections/needs",
"slideType": "text",
"layoutHint": "text-1x-left"
},
{
"id": "closing",
"name": "Closing",
"instructions": "Reinforce brand",
"slideType": "text",
"layoutHint": "text-1x-left"
}
]
}