Example brief
Compare three subscription plans as commercial tier cards. Starter is free and aimed at solo users and trials, with 3 connected data sources but no scheduled reports, role-based access, SSO, success manager, or compliance pack. Growth is the recommended best-fit plan at $49 per seat for scaling teams, adding 25 data sources, scheduled reports, and partial SSO. Scale has custom pricing for regulated and enterprise buyers, with unlimited sources, a dedicated success manager, and a full compliance and audit pack.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "Compare three subscription plans as commercial tier cards. Starter is free and aimed at solo users and trials, with 3 co" }'Structured intent (this template)
{
"pattern": "comparison_matrix",
"title": "Growth is the right fit for most scaling teams",
"subtitle": "Plan comparison for the analytics platform",
"matrix_kind": "commercial_tier_cards",
"columns": [
{
"name": "Starter",
"price": "Free",
"sub": "Solo & trials"
},
{
"name": "Growth",
"price": "$49 / seat",
"sub": "Scaling teams",
"emphasis": "primary",
"badge": "Best fit"
},
{
"name": "Scale",
"price": "Custom",
"sub": "Regulated & enterprise"
}
],
"rows": [
{
"label": "Connected data sources",
"cells": [
"3",
"25",
"Unlimited"
]
},
{
"label": "Scheduled reports",
"cells": [
"no",
"yes",
"yes"
]
},
{
"label": "SSO & SCIM",
"cells": [
"no",
"partial",
"yes"
]
},
{
"label": "Dedicated success manager",
"cells": [
"no",
"no",
"yes"
]
},
{
"label": "Compliance & audit pack",
"cells": [
"no",
"no",
"yes"
]
}
],
"takeaway": "Growth adds governance and collaboration; Scale layers on compliance and dedicated support."
}Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Pricing packages
Three packages for sales teams
Frequently asked questions
How do I render the Commercial tier cards 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 Commercial tier cards deterministically — editable PowerPoint in under a second.