Nested scope blocks
Market sizing for a precision machine shop specialized in aerospace prototyping.
Try in PlaygroundExample brief
A market sizing slide for a high-end machine shop illustrating the nested opportunities within the precision manufacturing industry. It starts with the total global Tier-2 machining market at over twelve billion dollars, then narrows down to certified aerospace components, then to specialized exotic alloy machining with sub-micron tolerances, and finally highlights the core target: a hundred-million-dollar niche for micro-precision R&D prototyping. The slide includes detailed descriptions for each segment and a summary takeaway about using the prototype niche as a strategic entry point for larger aerospace 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": "nested_magnitude",
"variant": "nested_scope_blocks",
"headline": "Targeting high-tolerance aerospace components secures a defensible high-margin niche within the broader industrial machining market",
"context": "Total Addressable Market for Precision Milling and Lathe Operations",
"takeaway": "Focusing on the micro-precision prototype segment builds technical moats; scaling to AS9100 production follows established R&D wins.",
"source_note": "Precision Dynamics Market Analysis + 5-axis CNC capacity utilization report, Q3 2024",
"data": {
"levels": [
{
"label": "Global Tier-2 industrial precision machining",
"short_label": "Total",
"value": 12.4,
"display": "$12.4B",
"detail": "General contract manufacturing for automotive, appliance, and heavy machinery sectors"
},
{
"label": "Certified aerospace and defense structural components",
"short_label": "AS9100",
"value": 3.2,
"display": "$3.2B",
"detail": "Flight-critical airframe parts, landing gear assemblies, and specialized satellite housing"
},
{
"label": "Sub-micron tolerance exotic alloy machining",
"short_label": "High-Tol",
"value": 0.85,
"display": "$850M",
"detail": "Inconel and Titanium turbine blades, cryogenic fuel valves, and heat-shield fasteners"
},
{
"label": "Micro-precision small-batch prototyping",
"short_label": "Micro-P",
"value": 0.115,
"display": "$115M",
"detail": "Rapid-turn R&D for next-gen propulsion systems and deep-space instrumentation",
"emphasis": "primary"
}
],
"annotations": [
{
"kind": "captured_share",
"display": "Micro-niche = 0.9% of total"
}
]
}
}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":"nested_scope_blocks","headline":"Targeting high-tolerance aerospace components secures a defensible high-margin niche within the broader industrial machining market","context":"Total Addressable Market for Precision Milling and Lathe Operations","takeaway":"Focusing on the micro-precision prototype segment builds technical moats; scaling to AS9100 production follows established R&D wins.","source_note":"Precision Dynamics Market Analysis + 5-axis CNC capacity utilization report, Q3 2024","data":{"levels":[{"label":"Global Tier-2 industrial precision machining","short_label":"Total","value":12.4,"display":"$12.4B","detail":"General contract manufacturing for automotive, appliance, and heavy machinery sectors"},{"label":"Certified aerospace and defense structural components","short_label":"AS9100","value":3.2,"display":"$3.2B","detail":"Flight-critical airframe parts, landing gear assemblies, and specialized satellite housing"},{"label":"Sub-micron tolerance exotic alloy machining","short_label":"High-Tol","value":0.85,"display":"$850M","detail":"Inconel and Titanium turbine blades, cryogenic fuel valves, and heat-shield fasteners"},{"label":"Micro-precision small-batch prototyping","short_label":"Micro-P","value":0.115,"display":"$115M","detail":"Rapid-turn R&D for next-gen propulsion systems and deep-space instrumentation","emphasis":"primary"}],"annotations":[{"kind":"captured_share","display":"Micro-niche = 0.9% of total"}]}}'Frequently asked questions
How do I render the Nested scope blocks 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 Nested scope blocks deterministically — editable PowerPoint in under a second.