Comparisons Block
Pricing Options
A pricing table block for package, tier, or scenario comparison.
Pricing
Package by buyer maturity
Compare packages with a clear recommended tier.
Use Pricing Options in your next deck — for free
STORYD writes a presentation around your topic and applies Pricing Options across every slide. No template hunting, no copy-paste.
Free, no card. Exports to PPTX.
OPF Config
blocks:pricing-options{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "Pricing Options",
"subtitle": "A pricing table block for package, tier, or scenario comparison.",
"purpose": "Compare package tiers or pricing scenarios clearly.",
"narrative": {
"id": "problem-solution"
},
"keyMessages": [
"Packages map to buyer maturity.",
"The recommended tier is visible.",
"Value and price are connected."
],
"tone": "persuasive",
"tags": [
"content-block",
"pricing-options"
]
},
"design": {
"colors": {
"scheme": "burnt-orange"
},
"fonts": {
"scheme": "open-sans"
},
"background": {
"type": "solid",
"color": "#ffffff"
},
"layoutPreferences": {
"density": "dense",
"alignment": "left",
"animations": false,
"slideNumbers": false
}
},
"slides": [
{
"id": "pricing-options",
"layout": "pricing-table",
"section": "Pricing Options",
"elements": [
{
"id": "pricing-options-title",
"type": "text",
"slot": "title",
"content": {
"text": "Package by buyer maturity"
},
"style": {
"fontSize": 34,
"alignment": "left"
}
},
{
"id": "pricing-options-subtitle",
"type": "text",
"slot": "subtitle",
"content": {
"text": "Starter, growth, and enterprise paths."
},
"style": {
"fontSize": 16,
"lineHeight": 1.3
}
},
{
"id": "pricing-options-table",
"type": "table",
"slot": "table",
"headers": [
"Tier",
"Best for",
"Includes"
],
"rows": [
[
"Starter",
"Small teams",
"Core workflow"
],
[
"Growth",
"Scaling teams",
"Automation"
],
[
"Enterprise",
"Complex orgs",
"Controls"
]
],
"style": {
"stripedRows": true,
"compact": true
}
}
],
"notes": "A pricing table block for package, tier, or scenario comparison."
}
]
}Preview this config live at pptx.dev/playground.
Use Case
Use when buyers or leaders need to compare offer tiers.
When to Use
For sales decks, packaging reviews, and monetization strategy presentations.
When to Avoid
Avoid if pricing is still exploratory and the slide would imply false precision.
Block Structure
pricing-table
Package by buyer maturity
Starter, growth, and enterprise paths.
Best Practices
Make one tier visibly recommended if that is the intended path.
Compare value before listing features.
Keep pricing assumptions current.
Playground deep link: config=blocks:pricing-options