Gauge ScoreSingle-score readout

Single-score readout

Show our facility's readiness for automated production scaling.

Try in Playground
Single-score readout slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Gauge Score
Output
.pptx + PDF + PNG

Example brief

I need a slide for the quarterly operations review showing our readiness to scale custom cabinetry production. Use a gauge score to show we are at a 78 out of 100. Explain that while our CNC and raw material systems are ready, the downstream finishing and assembly processes are still bottlenecks. Warn the leadership not to push cutting speeds until those bottlenecks are cleared, and suggest focusing only on the modular oak line for now.

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": "single_score_readout",
  "headline": "Our custom cabinetry division is prepared for high-volume automated milling",
  "context": "Production facility scalability audit",
  "caution": "Avoid increasing raw cutting speed until the finishing and assembly bottlenecks are resolved to prevent floor congestion.",
  "takeaway": "Increase production only for the modular oak series where assembly jigs are fully standardized and tested.",
  "data": {
    "score_value": 78,
    "score_display": "78",
    "score_label": "Milling readiness",
    "score_tone": "warn",
    "context": "The hardwood inventory management is robust - kiln drying capacity is optimized, the five-axis CNC workstations are fully calibrated, and precision jointing templates are finalized. However, the finishing department throughput is lagging, assembly station ergonomics need refinement, and final quality control documentation is still manual."
  }
}

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":"single_score_readout","headline":"Our custom cabinetry division is prepared for high-volume automated milling","context":"Production facility scalability audit","caution":"Avoid increasing raw cutting speed until the finishing and assembly bottlenecks are resolved to prevent floor congestion.","takeaway":"Increase production only for the modular oak series where assembly jigs are fully standardized and tested.","data":{"score_value":78,"score_display":"78","score_label":"Milling readiness","score_tone":"warn","context":"The hardwood inventory management is robust - kiln drying capacity is optimized, the five-axis CNC workstations are fully calibrated, and precision jointing templates are finalized. However, the finishing department throughput is lagging, assembly station ergonomics need refinement, and final quality control documentation is still manual."}}'

Frequently asked questions

How do I render the Single-score readout 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 Single-score readout deterministically — editable PowerPoint in under a second.