Example brief
The Pilot package costs CHF 2,500 per month and includes 5 branded templates, CRM data import, and 500 slides per month, while the Scale package costs CHF 8,000 per month with 25 branded templates, Salesforce and HubSpot connectors, and 5,000 slides per month. The Enterprise package has custom pricing with unlimited templates, custom CRM integration, and a dedicated success manager. Most customers start with the Scale package to prove ROI without enterprise procurement drag. The packages cater to different audience sizes, from one sales team to global enablement teams.
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": "The Pilot package costs CHF 2,500 per month and includes 5 branded templates, CRM data import, and 500 slides per month," }'Structured intent (this template)
{
"pattern": "card_grid",
"title": "Three packages, from pilot to fully automated",
"subtitle": "Start small, scale to global rollout",
"card_kind": "offer_tier",
"cards": [
{
"name": "Pilot",
"audience": "One sales team",
"price": "CHF 2,500",
"unit": "/ month",
"includes": [
"5 branded templates",
"CRM data import",
"500 slides / month",
"Admin dashboard",
"Email support"
],
"limits": [
"Single region",
"No custom integration"
]
},
{
"name": "Scale",
"audience": "Multi-team organizations",
"price": "CHF 8,000",
"unit": "/ month",
"includes": [
"25 branded templates",
"Salesforce + HubSpot connectors",
"5,000 slides / month",
"Approved case-study library",
"Usage analytics",
"Priority support"
],
"emphasis": "primary",
"cta": "Start with Scale"
},
{
"name": "Enterprise",
"audience": "Global enablement teams",
"price": "Custom",
"unit": "",
"includes": [
"Unlimited templates",
"Custom CRM integration",
"Private Azure deployment",
"SSO + audit logs",
"Dedicated success manager"
],
"limits": [
"Annual contract"
]
}
],
"takeaway": "Most customers should start with Scale - it proves ROI without enterprise procurement drag."
}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
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the Pricing packages 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 Pricing packages deterministically — editable PowerPoint in under a second.