Graded-fit scorecard
Score four logistics network models against eight operational KPIs.
Try in PlaygroundExample brief
Create a graded-fit scorecard for a global freight carrier comparing four different network distribution strategies: Global Monolith, Regional Autonomy, Hybrid Gateway, and Point-to-Point. Rate each model on a scale of 0 to 4 across eight specific performance criteria including last-mile agility, load factor optimization, fleet utilization, local market expertise, regulatory compliance, scalability, cost visibility, and innovation speed. Highlight the Hybrid Gateway as the primary recommendation for balancing efficiency and local flexibility.
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": "graded_fit",
"headline": "A hybrid regional hub model optimizes the balance between operational control and localized market responsiveness",
"context": "Network design suitability rating, 0-4 scale",
"takeaway": "The Hybrid Gateway model provides the necessary oversight for international compliance while maintaining the flexibility required for high-velocity regional distribution.",
"data": {
"columns": [
{
"name": "Global Monolith"
},
{
"name": "Regional Autonomy"
},
{
"name": "Hybrid Gateway",
"emphasis": "primary"
},
{
"name": "Point-to-Point"
}
],
"rows": [
{
"label": "Last-mile agility",
"cells": [
"1",
"3",
"3",
"4"
]
},
{
"label": "Load factor optimization",
"cells": [
"4",
"2",
"3",
"1"
]
},
{
"label": "Fleet asset utilization",
"cells": [
"4",
"2",
"3",
"1"
]
},
{
"label": "Local market expertise",
"cells": [
"1",
"4",
"3",
"4"
]
},
{
"label": "Regulatory compliance",
"cells": [
"4",
"2",
"3",
"1"
]
},
{
"label": "Cross-border scalability",
"cells": [
"2",
"3",
"3",
"2"
]
},
{
"label": "Fuel cost visibility",
"cells": [
"3",
"2",
"3",
"1"
]
},
{
"label": "Service lane innovation",
"cells": [
"2",
"4",
"3",
"4"
]
}
]
}
}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":"graded_fit","headline":"A hybrid regional hub model optimizes the balance between operational control and localized market responsiveness","context":"Network design suitability rating, 0-4 scale","takeaway":"The Hybrid Gateway model provides the necessary oversight for international compliance while maintaining the flexibility required for high-velocity regional distribution.","data":{"columns":[{"name":"Global Monolith"},{"name":"Regional Autonomy"},{"name":"Hybrid Gateway","emphasis":"primary"},{"name":"Point-to-Point"}],"rows":[{"label":"Last-mile agility","cells":["1","3","3","4"]},{"label":"Load factor optimization","cells":["4","2","3","1"]},{"label":"Fleet asset utilization","cells":["4","2","3","1"]},{"label":"Local market expertise","cells":["1","4","3","4"]},{"label":"Regulatory compliance","cells":["4","2","3","1"]},{"label":"Cross-border scalability","cells":["2","3","3","2"]},{"label":"Fuel cost visibility","cells":["3","2","3","1"]},{"label":"Service lane innovation","cells":["2","4","3","4"]}]}}'Frequently asked questions
How do I render the Graded-fit scorecard 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 Graded-fit scorecard deterministically — editable PowerPoint in under a second.