Examples

Three decks, three scales.

Complete slides.json files you can render, inspect, and modify. Each one was generated by a single agent prompt.

These examples use a real corporate template and cover different presentation types. Each JSON file contains both a plan (narrative structure) and ops (slide operations). Download the JSON, point it at the template, and render.

Quarterly revenue review — 5 content slides

A compact board-level review with KPIs, charts, and a data table. Demonstrates that even a short deck can carry a complete narrative arc.

MetricValue
Content slides5
Total slides8 (+ title, disclaimer, end)
Charts2 (bar, line)
Tables1
Shapes32

Slide outline:

  1. Title: Q3 2025 Revenue Performance
  2. KPI: Total ARR grew 34% YoY to $127M, exceeding target by $8M
  3. Bar chart: Enterprise segment drove 60% of new bookings in Q3
  4. Table: All regions exceeded quota, with APAC leading at 128% attainment
  5. Line chart: Net revenue retention climbed to 118%, a 6-point improvement since Q1
  6. Recommendation: Three investment priorities will sustain growth trajectory into Q4
  7. Disclaimer
  8. End slide

Render it:

slides render \
  --slides-json @example_quarterly_review.json \
  --profile design-profile.json \
  --output quarterly_review.pptx

Download slides.json

View the prompt that generated this deck
/slides-build "5-slide quarterly revenue review for the board.
ARR hit $127M (+34% YoY), enterprise drove 60% of bookings,
all regions beat quota, NRR at 118%.
End with Q4 investment priorities."

Product launch strategy — 10 content slides

A mid-size strategy deck covering market opportunity, product differentiation, competitive analysis, revenue model, and go-to-market phasing. Uses section dividers and a wider range of archetypes.

MetricValue
Content slides10
Total slides13 (+ title, disclaimer, end)
Charts2 (bar, pie)
Tables1
Shapes136
Section dividers2

Slide outline:

  1. Title: Project Aurora: AI-Powered Customer Service
  2. Executive summary: Aurora reduces resolution time by 45% while improving CSAT by 12 points
  3. Section: Market Opportunity
  4. Bar chart: Customer service AI market will reach $31B by 2027, growing at 24% CAGR
  5. Three-column: Three unmet needs create a $4.2B addressable opportunity
  6. Section: Product & Differentiation
  7. Two-column: Real-time sentiment analysis + autonomous resolution — no competitor offers both
  8. Table: Feature comparison confirms Aurora leads in 5 of 7 critical capabilities
  9. Pie chart: Subscription model captures 73% of revenue
  10. Process flow: Three-phase GTM: design partners → segment expansion → full launch
  11. KPI: Year 1 targets: $18M ARR, 200 enterprise accounts, 92% retention
  12. Disclaimer
  13. End slide

Render it:

slides render \
  --slides-json @example_product_launch.json \
  --profile design-profile.json \
  --output product_launch.pptx

Download slides.json

View the prompt that generated this deck
/slides-build "10-slide product launch strategy for Aurora,
an AI customer service platform. Cover market sizing ($31B by 2027),
three unmet needs, feature comparison vs. competitors,
subscription revenue model (73%), and three-phase GTM.
Year 1 targets: $18M ARR, 200 accounts, 92% retention."

Market expansion analysis — 15 content slides

A comprehensive investment case with three distinct sections, multiple chart types, scenario analysis, and a clear recommendation. Demonstrates how agent-slides handles longer decks with section structure and narrative flow.

MetricValue
Content slides15
Total slides18 (+ title, disclaimer, end)
Charts4 (2 bar, 1 line, 1 pie)
Tables2
Shapes172
Section dividers3

Slide outline:

  1. Title: Southeast Asia Market Expansion
  2. Executive summary: SEA represents a $2.8B opportunity with 28% margins; recommend $45M phased investment
  3. Section: Market Landscape
  4. Bar chart: SEA digital economy grew 20% in 2025 to $218B
  5. Line chart: SaaS adoption in SEA reached 34% enterprise penetration
  6. Three-column: Indonesia, Vietnam, and Thailand represent 78% of the addressable market
  7. Section: Competitive Analysis
  8. Table: No incumbent holds more than 15% share — fragmented across 12 players
  9. Two-column: Platform advantages in localization and compliance create defensible differentiation
  10. Section: Financial Case
  11. Bar chart: Revenue ramp reaches $67M by Year 3
  12. Pie chart: Indonesia accounts for 42% of projected Year 3 revenue
  13. KPI: Investment payback in 2.4 years with IRR of 38%
  14. Process flow: Four-phase rollout: pilot → validate → expand → scale
  15. Table: Three scenarios show positive NPV even under conservative assumptions
  16. Recommendation: Recommend Board approval of $45M phased investment
  17. Disclaimer
  18. End slide

Render it:

slides render \
  --slides-json @example_market_expansion.json \
  --profile design-profile.json \
  --output market_expansion.pptx

Download slides.json

View the prompt that generated this deck
/slides-build "15-slide market expansion strategy for Southeast Asia.
$2.8B opportunity, 28% margins, $45M phased investment.
Cover: SEA digital economy ($218B), SaaS adoption trends,
top 3 markets (Indonesia, Vietnam, Thailand = 78%),
competitive fragmentation (no player >15%), our localization edge,
revenue ramp to $67M by Y3, IRR 38%, 2.4yr payback,
four-phase rollout, three scenarios (all NPV-positive).
Recommend Board approval for Q2 2026 pilot in Indonesia."

Try it yourself

Each example follows the same pattern the agent uses:

  1. Extract a template into a project directory with slides extract
  2. Build a slides.json with a plan + operations
  3. Render to .pptx with slides render
  4. QA the output with slides qa

To modify an example, edit the JSON directly or use /slides-edit on the rendered .pptx. The JSON files are self-contained — every operation is explicit, so you can trace exactly how each slide is built.