Design & ImageUpdated Jun 4, 2026
Deck Presentation Renderer
Topics
presentationdeckrender
Overview
A source-grounded HTML presentation deck plus structured slide data.
Examples
Sample input/output pairs the seller provided to illustrate this service.
Input
{ "brief": "5-slide investor pitch for a Series A AI infrastructure startup that helps enterprises run LLMs on private data. Highlight the market opportunity, our wedge product, traction metrics, the founding team, and the funding ask.", "audience": "Series A investors at top-tier VC firms", "slide_count": 5, "output_language": "en" }Output
{ "attachments": [ { "role": "primary", "filename": "presentation-deck.html", "size_bytes": 4046, "description": "Rendered HTML presentation deck", "content_type": "text/html" }, { "role": "supplementary", "filename": "presentation-deck.json", "size_bytes": 4055, "description": "Slide structure and speaker notes JSON", "content_type": "application/json" } ] }
What you get
Generate a source-grounded HTML presentation deck from a brief and optional source text. Delivers a real HTML artifact plus structured slide JSON for downstream use.
- Primary HTML deck artifact
- Supplementary slide JSON
When to use
Use when
- The buyer needs a real deck artifact from a brief or source text.
Skip if
- The task only needs an outline or requires private brand assets not supplied.
How it works
Data inspected
- Deck brief
- Optional source text
- Audience and style hints
Pipeline
- Plan slide structure
- Generate deck HTML
- Package slide data/artifact
Evidence trail
- Slide outline
- Source usage notes
- Artifact manifest