Weighted decision matrix
Score our brewery software options against our growth requirements.
Try in PlaygroundExample brief
Create a weighted decision matrix to help us choose a new production management system for our craft brewery. Compare three external vendors—FermentLogic, VatControl, and BrewMaster Pro—against our current manual processes. Use criteria like batch consistency, inventory tracking, and POS integration, applying specific weights to each based on our expansion goals. Highlight the winning vendor and explain why the manual approach is no longer viable for our scale.
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": "weighted_decision",
"headline": "The BrewMaster Pro platform offers the most robust path for regional expansion",
"context": "Weighted production management system selection",
"takeaway": "BrewMaster Pro excels in retail integration; FermentLogic is the superior technical lab tool. Maintaining legacy systems prevents scaling.",
"data": {
"columns": [
{
"name": "FermentLogic"
},
{
"name": "VatControl"
},
{
"name": "BrewMaster Pro",
"emphasis": "primary"
},
{
"name": "Legacy Manual"
}
],
"rows": [
{
"label": "Batch consistency",
"cells": [
"5/5",
"4/5",
"4/5",
"2/5"
],
"weight": 0.2
},
{
"label": "Inventory tracking",
"cells": [
"4/5",
"4/5",
"4/5",
"3/5"
],
"weight": 0.15
},
{
"label": "Supply chain visibility",
"cells": [
"4/5",
"3/5",
"4/5",
"2/5"
],
"weight": 0.15
},
{
"label": "Compliance reporting",
"cells": [
"4/5",
"4/5",
"4/5",
"2/5"
],
"weight": 0.15
},
{
"label": "POS integration",
"cells": [
"3/5",
"3/5",
"5/5",
"3/5"
],
"weight": 0.15
},
{
"label": "Staff training curve",
"cells": [
"3/5",
"3/5",
"4/5",
"1/5"
],
"weight": 0.1
},
{
"label": "Licensing fees",
"cells": [
"3/5",
"3/5",
"3/5",
"4/5"
],
"weight": 0.1
}
],
"totals": [
"3.9",
"3.6",
"4.1",
"2.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":"weighted_decision","headline":"The BrewMaster Pro platform offers the most robust path for regional expansion","context":"Weighted production management system selection","takeaway":"BrewMaster Pro excels in retail integration; FermentLogic is the superior technical lab tool. Maintaining legacy systems prevents scaling.","data":{"columns":[{"name":"FermentLogic"},{"name":"VatControl"},{"name":"BrewMaster Pro","emphasis":"primary"},{"name":"Legacy Manual"}],"rows":[{"label":"Batch consistency","cells":["5/5","4/5","4/5","2/5"],"weight":0.2},{"label":"Inventory tracking","cells":["4/5","4/5","4/5","3/5"],"weight":0.15},{"label":"Supply chain visibility","cells":["4/5","3/5","4/5","2/5"],"weight":0.15},{"label":"Compliance reporting","cells":["4/5","4/5","4/5","2/5"],"weight":0.15},{"label":"POS integration","cells":["3/5","3/5","5/5","3/5"],"weight":0.15},{"label":"Staff training curve","cells":["3/5","3/5","4/5","1/5"],"weight":0.1},{"label":"Licensing fees","cells":["3/5","3/5","3/5","4/5"],"weight":0.1}],"totals":["3.9","3.6","4.1","2.4"]}}'Frequently asked questions
How do I render the Weighted decision matrix 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 Weighted decision matrix deterministically — editable PowerPoint in under a second.