Strategy On A Page Slide Template
SplitView one-pager: 2×2 strategic framework (Quadrant — SWOT, growth/effort, positioning) on the left, 3-5 guiding principles as a numbered list on the right. Best for annual plans, strategic reviews, board deck opening pages, capability-to-initiative mapping, and OKR framing.
Try in PlaygroundParameters
Example brief
2026 growth strategy 1-pager. Left: 2×2 of Strategic bets / Quick wins / Fill-ins / Avoid with 3-4 initiatives per cell. Right: 4 guiding principles — customer-first, data-driven, compounding bets, operational excellence.
API example
With a brief (async, $0.05)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "e1fad230-535a-518c-aea5-5c3e283c878c",
"brief": "2026 growth strategy 1-pager. Left: 2×2 of Strategic bets / Quick wins / Fill-in..."
}'With structured params (sync, $0.03)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "e1fad230-535a-518c-aea5-5c3e283c878c",
"params": {
"title": "2026 growth strategy on a page — bet big on enterprise, fill in on polish",
"x_axis": "Implementation effort",
"y_axis": "Business value",
"quadrants": [
{
"label": "Strategic bets",
"items": [
"AI Copilot ($12M ARR)",
"Enterprise tier (EMEA)",
"Mobile app rewrite"
]
},
{
"label": "Quick wins",
"items": [
"SSO + Audit log",
"Bulk export",
"Pricing page refresh"
]
},
{
"label": "Fill-ins",
"items": [
"Dark mode",
"Blog post series",
"SDK examples"
]
},
{
"label": "Avoid",
"items": [
"Custom builds per client",
"Ground-up rewrite"
]
}
],
"principles": [
{
"label": "Customer-first — every release ships with user-feedback loops; NPS gate >60 on majors"
},
{
"label": "Data-driven — weekly KPI review with EC; 90-day post-ship measurement on all launches"
},
{
"label": "Compounding bets — 60% of budget on Strategic bets; avoid opportunistic diversions"
},
{
"label": "Operational excellence — 99.9% uptime SLA; SOC 2 + ISO 27001 by Q3"
}
],
"takeaway": "Ship Quick Wins in H1 to fund Strategic Bets in H2 — 60/40 split enforced by RM governance."
}
}'Tags
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Enterprise Capability Model
Capability decomposition grid — 2-4 domain columns (e.g. Core / Supporting / Foundational) with 4-8 capability tiles per column. Three styles: `standard` plain tiles, `matrix` tiles with sub-capabilities, `heatmap` tiles tinted by maturity level (1-5). Best for enterprise/business architecture, target operating model decomposition, and capability strategy slides.
Feature Grid
Card grid of 3-8 feature cards, each with a header bar, optional Lucide icon, and short bulleted descriptions. Denser and more structured than Icon Grid — Icon Grid showcases capabilities with big icons + one-line tags; Feature Grid describes capabilities in 2-3 bullet points each.
Frequently asked questions
How do I render a Strategy On A Page slide?
Send a POST request to /v1/render with template "e1fad230-535a-518c-aea5-5c3e283c878c" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.
What data does the Strategy On A Page template accept?
The Strategy On A Page template accepts: title, x_axis, y_axis, quadrants, principles, takeaway. Supports 3-5 items. See the parameter reference below for details.
Can I customize the colors and fonts of this template?
Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.
Try this template
Render a Strategy On A Page slide in under 1 second. $3 free credit, no card required.