Concentric scope circles
Meal-kit market sizing and target opportunity
Try in PlaygroundExample brief
A market sizing slide for a premium meal-kit delivery service showing the Total Addressable Market for EU home dining, the Serviceable Addressable Market for urban high-income earners, and a specific Serviceable Obtainable Market focused on a 12-city launch strategy totaling 580 million Euros.
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": "nested_magnitude",
"variant": "concentric_scope_circles",
"headline": "Strategic focus on urban young professionals captures a EUR 580M beachhead",
"context": "Premium organic meal-kit sector: TAM / SAM / SOM",
"source_note": "Internal market research; Eurostat consumer spending data; industry reports; 2025",
"data": {
"levels": [
{
"label": "EU premium home-dining market",
"short_label": "TAM",
"value": 24.6,
"display": "EUR 24.6B",
"detail": "Direct-to-consumer grocery, specialty meal-kits, and prepared organic food services"
},
{
"label": "Urban high-income households",
"short_label": "SAM",
"value": 8.2,
"display": "EUR 8.2B",
"detail": "Metropolitan residents prioritizing sustainable sourcing and chef-curated recipes"
},
{
"label": "Targeted Tier-1 city launch",
"short_label": "SOM",
"value": 0.58,
"display": "EUR 580M",
"detail": "Projected capture of 12 major hubs across UK, Germany, and Benelux over three years",
"emphasis": "primary"
}
],
"annotations": [
{
"kind": "captured_share",
"display": "2.4% of TAM"
}
],
"assumptions": [
"Excludes low-cost discount grocery competition",
"Assumes average weekly subscription frequency of 3.2 meals"
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"nested_magnitude","variant":"concentric_scope_circles","headline":"Strategic focus on urban young professionals captures a EUR 580M beachhead","context":"Premium organic meal-kit sector: TAM / SAM / SOM","source_note":"Internal market research; Eurostat consumer spending data; industry reports; 2025","data":{"levels":[{"label":"EU premium home-dining market","short_label":"TAM","value":24.6,"display":"EUR 24.6B","detail":"Direct-to-consumer grocery, specialty meal-kits, and prepared organic food services"},{"label":"Urban high-income households","short_label":"SAM","value":8.2,"display":"EUR 8.2B","detail":"Metropolitan residents prioritizing sustainable sourcing and chef-curated recipes"},{"label":"Targeted Tier-1 city launch","short_label":"SOM","value":0.58,"display":"EUR 580M","detail":"Projected capture of 12 major hubs across UK, Germany, and Benelux over three years","emphasis":"primary"}],"annotations":[{"kind":"captured_share","display":"2.4% of TAM"}],"assumptions":["Excludes low-cost discount grocery competition","Assumes average weekly subscription frequency of 3.2 meals"]}}'Frequently asked questions
How do I render the Concentric scope circles 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 Concentric scope circles deterministically — editable PowerPoint in under a second.