Category landscape map
Map of bakery competitors by scale and quality.
Try in PlaygroundExample brief
Create a positioning map of the commercial bakery landscape for our Q3 board deck. The slide should plot various competitors based on their commercial scale-readiness on the X-axis and their artisanal craft depth on the Y-axis. Group the competitors into four categories: Mass-Premium, Regional Leaders, Wholesale Utility, and Specialty Boutique. Highlight Heritage Grain Co. and Artisan Millworks as the primary benchmarks for achieving high performance in both scale and premium craft. Ensure the labels reflect realistic industry players and the axes clearly define the trade-off between industrial volume and artisanal quality.
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": "category_landscape",
"headline": "Market dominance requires balancing high-volume output with artisanal product differentiation",
"context": "Regional bakery landscape - commercial scale-readiness vs. artisanal craft depth",
"source_note": "Internal market analysis, Q3 Industry Report",
"data": {
"x_axis": {
"label": "Commercial scale-readiness",
"low": "Local / Boutique",
"high": "Industrial / Scaled"
},
"y_axis": {
"label": "Artisanal craft depth",
"low": "Standardized",
"high": "Premium / Hand-crafted"
},
"items": [
{
"label": "Heritage Grain Co.",
"x": 88,
"y": 80,
"emphasis": "primary"
},
{
"label": "Global Crust Corp",
"x": 84,
"y": 62
},
{
"label": "Sun-Dried Flourish",
"x": 80,
"y": 70
},
{
"label": "Artisan Millworks",
"x": 78,
"y": 84,
"emphasis": "primary"
},
{
"label": "Standard Bread Lab",
"x": 82,
"y": 56
},
{
"label": "Dough Dynamics",
"x": 70,
"y": 64
},
{
"label": "Daily Loaf Supply",
"x": 76,
"y": 48
},
{
"label": "Bulk Bake Systems",
"x": 74,
"y": 52
}
],
"legend": []
}
}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":"category_landscape","headline":"Market dominance requires balancing high-volume output with artisanal product differentiation","context":"Regional bakery landscape - commercial scale-readiness vs. artisanal craft depth","source_note":"Internal market analysis, Q3 Industry Report","data":{"x_axis":{"label":"Commercial scale-readiness","low":"Local / Boutique","high":"Industrial / Scaled"},"y_axis":{"label":"Artisanal craft depth","low":"Standardized","high":"Premium / Hand-crafted"},"items":[{"label":"Heritage Grain Co.","x":88,"y":80,"emphasis":"primary"},{"label":"Global Crust Corp","x":84,"y":62},{"label":"Sun-Dried Flourish","x":80,"y":70},{"label":"Artisan Millworks","x":78,"y":84,"emphasis":"primary"},{"label":"Standard Bread Lab","x":82,"y":56},{"label":"Dough Dynamics","x":70,"y":64},{"label":"Daily Loaf Supply","x":76,"y":48},{"label":"Bulk Bake Systems","x":74,"y":52}],"legend":[]}}'Frequently asked questions
How do I render the Category landscape 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 Category landscape map deterministically — editable PowerPoint in under a second.