Overview
First impressions matter. The pptx.dev API's company-intro narrative helps you create a clean, structured introduction deck that communicates your mission and value propositions.
The Company Intro Structure
- Mission — state the company mission in a compelling sentence
- Value Propositions — list the key benefits you deliver
Example Deck
{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "Introducing Acme Inc.",
"slides": [
{
"layout": "title-center",
"title": "Acme Inc.",
"subtitle": "Making presentations effortless for every team",
"design": {
"titleAlignment": "center"
}
},
{
"layout": "text-1x-center",
"title": "Our Mission",
"text": "We believe every team deserves beautiful, on-brand presentations — without spending hours in PowerPoint. Our API turns data into polished decks in seconds.",
"design": {
"contentAlignment": "center"
}
},
{
"layout": "list-3x-title-center",
"title": "Why Teams Choose Acme",
"blocks": [
{
"items": [
{
"text": "API-First",
"description": "Generate presentations from any data source with a single HTTP request."
}
]
},
{
"items": [
{
"text": "Enterprise Ready",
"description": "SOC 2 compliant, SSO support, and 99.9% uptime SLA."
}
]
},
{
"items": [
{
"text": "Beautiful by Default",
"description": "Professional themes and color schemes built by designers."
}
]
}
],
"design": {
"titleAlignment": "center",
"contentAlignment": "center"
}
},
{
"layout": "number-3x-title-center",
"title": "By the Numbers",
"blocks": [
{
"metric": {
"value": "2,400+",
"label": "Companies"
}
},
{
"metric": {
"value": "1M+",
"label": "Presentations Generated"
}
},
{
"metric": {
"value": "99.9%",
"label": "Uptime"
}
}
],
"design": {
"titleAlignment": "center",
"contentAlignment": "center"
}
}
],
"narrative": "company-intro",
"design": {
"colorScheme": "forest-green",
"fontScheme": "garamond"
},
"catalogs": {
"layouts": {
"records": [
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "title-center",
"name": "Title Center",
"placeholders": [
{
"type": "title"
},
{
"type": "subtitle"
}
]
},
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "text-1x-center",
"name": "Text 1x Center",
"placeholders": [
{
"type": "text"
}
]
},
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "list-3x-title-center",
"name": "List 3x Title Center",
"placeholders": [
{
"type": "title"
},
{
"type": "list"
},
{
"type": "list"
},
{
"type": "list"
}
],
"composition": {
"mode": "row"
}
},
{
"$schema": "https://openpresentation.org/schema/opf-layout/v1",
"id": "number-3x-title-center",
"name": "Number 3x Title Center",
"placeholders": [
{
"type": "title"
},
{
"type": "metric"
},
{
"type": "metric"
},
{
"type": "metric"
}
],
"composition": {
"mode": "row"
}
}
]
}
}
}
When to Use Company Intro
- Partnership meetings
- Customer onboarding
- Conference booths
- Media briefings
- New employee orientation
Design Tips
- Use
garamondorconstantiafor an authoritative serif feel, orsegoe-uifor modern tech vibes. forest-greenandslate-graycolor schemes convey trust and professionalism.- Keep the mission statement to one sentence. If it needs two, it is not focused enough.
Next Steps
- Build a sales deck for prospects
- Explore all narratives
- Browse themes for quick visual presets