Threshold-zone gauge
Waste diversion performance against regulatory targets.
Try in PlaygroundExample brief
Show a progress gauge for our municipal recycling utility's diversion efficiency. The current score is 62%, which puts us in the 'Operational' zone, but we are still missing our 2025 mandate of 75%. The scale should include four zones from 'Landfill heavy' to 'Circular economy'. Mention that while polymer separation is improving, contamination in organics remains a challenge for our yield goals.
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": "gauge_score",
"variant": "threshold_zone_gauge",
"headline": "Municipal diversion efficiency is at an Operational level, trailing the 2025 mandate of 75%",
"context": "Resource recovery program performance",
"caution": "Calculating diversion based on facility intake rather than post-processing output masks the impact of residual waste disposal.",
"takeaway": "Shift operational focus from raw throughput volume to high-purity material stream output.",
"data": {
"score_value": 62,
"score_display": "62%",
"score_label": "Total diversion rate",
"scale": {
"zones": [
{
"from": 0,
"to": 35,
"label": "Landfill heavy",
"tone": "bad"
},
{
"from": 35,
"to": 65,
"label": "Operational",
"tone": "warn"
},
{
"from": 65,
"to": 85,
"label": "Optimized",
"tone": "good"
},
{
"from": 85,
"to": 100,
"label": "Circular economy",
"tone": "good"
}
],
"target": {
"value": 75,
"label": "2025 mandate"
}
},
"context": "Five regional sorting facilities have successfully integrated secondary polymer separation, but organic waste contamination and glass breakage rates continue to hinder overall recovery yields."
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"gauge_score","variant":"threshold_zone_gauge","headline":"Municipal diversion efficiency is at an Operational level, trailing the 2025 mandate of 75%","context":"Resource recovery program performance","caution":"Calculating diversion based on facility intake rather than post-processing output masks the impact of residual waste disposal.","takeaway":"Shift operational focus from raw throughput volume to high-purity material stream output.","data":{"score_value":62,"score_display":"62%","score_label":"Total diversion rate","scale":{"zones":[{"from":0,"to":35,"label":"Landfill heavy","tone":"bad"},{"from":35,"to":65,"label":"Operational","tone":"warn"},{"from":65,"to":85,"label":"Optimized","tone":"good"},{"from":85,"to":100,"label":"Circular economy","tone":"good"}],"target":{"value":75,"label":"2025 mandate"}},"context":"Five regional sorting facilities have successfully integrated secondary polymer separation, but organic waste contamination and glass breakage rates continue to hinder overall recovery yields."}}'Frequently asked questions
How do I render the Threshold-zone gauge 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 Threshold-zone gauge deterministically — editable PowerPoint in under a second.