Zone positioning map
Map the competitive brewery landscape by distribution and innovation.
Try in PlaygroundExample brief
A strategic positioning map for the regional craft beer industry, plotting various competitors across a four-quadrant matrix. The x-axis measures distribution efficiency and supply chain reach, while the y-axis measures brewing innovation and recipe complexity. Hops & Grain Co. is highlighted as the primary leader in the top-right quadrant, showing how it balances high-volume retail presence with experimental brewing compared to smaller artisan labels or larger volume-focused producers.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "position_map",
"variant": "zone_positioning_map",
"headline": "Hops & Grain Co. remains the primary distribution anchor; niche micro-labels serve as seasonal complements",
"context": "Regional craft brewery landscape - operational scale vs recipe innovation",
"source_note": "Internal competitive benchmarking based on Q3 distribution data and medal counts.",
"data": {
"x_axis": {
"label": "Supply chain and distribution reach",
"low": "Local taproom",
"high": "Multi-state retail"
},
"y_axis": {
"label": "Brewing technique and recipe complexity",
"low": "Standard lagers",
"high": "Experimental/Barrel-aged"
},
"items": [
{
"label": "Hops & Grain Co.",
"x": 84,
"y": 82,
"emphasis": "primary"
},
{
"label": "Northern Malt Group",
"x": 78,
"y": 76
},
{
"label": "Coastal Brew Works",
"x": 68,
"y": 60
},
{
"label": "Summit Ale House",
"x": 72,
"y": 42
},
{
"label": "Wild Yeast Lab",
"x": 36,
"y": 80
},
{
"label": "Oak & Sour Cellars",
"x": 30,
"y": 84
},
{
"label": "Pilsner Peak",
"x": 52,
"y": 48
},
{
"label": "River Way Brewery",
"x": 48,
"y": 54
}
],
"zones": [
{
"label": "Market Leaders",
"region": "top_right"
},
{
"label": "Artisan Innovators",
"region": "top_left"
},
{
"label": "Volume Producers",
"region": "bottom_right"
},
{
"label": "Hyper-Local Pubs",
"region": "bottom_left"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"position_map","variant":"zone_positioning_map","headline":"Hops & Grain Co. remains the primary distribution anchor; niche micro-labels serve as seasonal complements","context":"Regional craft brewery landscape - operational scale vs recipe innovation","source_note":"Internal competitive benchmarking based on Q3 distribution data and medal counts.","data":{"x_axis":{"label":"Supply chain and distribution reach","low":"Local taproom","high":"Multi-state retail"},"y_axis":{"label":"Brewing technique and recipe complexity","low":"Standard lagers","high":"Experimental/Barrel-aged"},"items":[{"label":"Hops & Grain Co.","x":84,"y":82,"emphasis":"primary"},{"label":"Northern Malt Group","x":78,"y":76},{"label":"Coastal Brew Works","x":68,"y":60},{"label":"Summit Ale House","x":72,"y":42},{"label":"Wild Yeast Lab","x":36,"y":80},{"label":"Oak & Sour Cellars","x":30,"y":84},{"label":"Pilsner Peak","x":52,"y":48},{"label":"River Way Brewery","x":48,"y":54}],"zones":[{"label":"Market Leaders","region":"top_right"},{"label":"Artisan Innovators","region":"top_left"},{"label":"Volume Producers","region":"bottom_right"},{"label":"Hyper-Local Pubs","region":"bottom_left"}]}}'Frequently asked questions
How do I render the Zone positioning map template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Zone positioning map deterministically — editable PowerPoint in under a second.