Competitive battlecard
Competitive bake-off matrix for high-volume bread accounts.
Try in PlaygroundExample brief
A competitive matrix for a commercial bakery comparing Hearth & Harvest against two major regional competitors. The slide details specific buying criteria for hospitality clients including shelf life, traceability, and allergen safety. It uses a win/loss/parity framework to help the sales team understand that while we lag in logistics density, our superior ingredient sourcing and custom crumb profiles are the primary winning levers for large restaurant contracts.
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": "comparison_matrix",
"variant": "competitive_battlecard",
"headline": "Artisanal scale and vertical integration provide a clear advantage over regional wholesalers",
"context": "High-volume hospitality procurement battlecard",
"takeaway": "Emphasize our proprietary sourdough starters and organic supply chain; pivot away from pure logistics-speed comparisons.",
"data": {
"columns": [
{
"name": "Hearth & Harvest",
"emphasis": "primary"
},
{
"name": "BakeCorp Distribution"
},
{
"name": "Urban Flour Collective"
}
],
"rows": [
{
"label": "Flash-frozen shelf life",
"cells": [
"win",
"risk",
"parity"
]
},
{
"label": "Farm-to-table traceability",
"cells": [
"win",
"risk",
"risk"
]
},
{
"label": "Custom crumb profile",
"cells": [
"win",
"parity",
"risk"
]
},
{
"label": "Logistics network density",
"cells": [
"risk",
"win",
"parity"
]
},
{
"label": "Off-peak delivery windows",
"cells": [
"parity",
"win",
"parity"
]
},
{
"label": "Allergen-free facility rating",
"cells": [
"win",
"parity",
"risk"
]
},
{
"label": "Ingredient cost stability",
"cells": [
"win",
"risk",
"parity"
]
},
{
"label": "E-commerce ordering UI",
"cells": [
"parity",
"parity",
"win"
]
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"comparison_matrix","variant":"competitive_battlecard","headline":"Artisanal scale and vertical integration provide a clear advantage over regional wholesalers","context":"High-volume hospitality procurement battlecard","takeaway":"Emphasize our proprietary sourdough starters and organic supply chain; pivot away from pure logistics-speed comparisons.","data":{"columns":[{"name":"Hearth & Harvest","emphasis":"primary"},{"name":"BakeCorp Distribution"},{"name":"Urban Flour Collective"}],"rows":[{"label":"Flash-frozen shelf life","cells":["win","risk","parity"]},{"label":"Farm-to-table traceability","cells":["win","risk","risk"]},{"label":"Custom crumb profile","cells":["win","parity","risk"]},{"label":"Logistics network density","cells":["risk","win","parity"]},{"label":"Off-peak delivery windows","cells":["parity","win","parity"]},{"label":"Allergen-free facility rating","cells":["win","parity","risk"]},{"label":"Ingredient cost stability","cells":["win","risk","parity"]},{"label":"E-commerce ordering UI","cells":["parity","parity","win"]}]}}'Frequently asked questions
How do I render the Competitive battlecard 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 Competitive battlecard deterministically — editable PowerPoint in under a second.