Visual gallery
Every look, rendered.
A visual catalog of what the render engine produces: the 17 style presets, photo treatments, proof overlays, brand slides, multi-device layouts, and full panoramic sets. Each card lists the exact preset, theme, or slide fields that reproduce it. For the complete field-by-field catalog see the options reference; for the API contract see the docs and openapi.json.
Style presets
One preset token sets background, typography, frame style, and shadows. Override any of it with theme and slide fields on top. These are 13 of the 17 presets; paper-editorial, studio-clay, neon-grid, and soft-light round out the set.

"preset": "aurora-midnight"Dark aurora mesh, bold-light type, high shadow.
"preset": "forest-fraunces"Deep-green vertical gradient, Fraunces display serif.
"preset": "burgundy-editorial"Solid wine field, Newsreader editorial type, clay frame.
"preset": "navy-waves"Navy solid with a waves pattern, Space Grotesk.
"preset": "mustard-checker"Warm yellow with a checker pattern, clay frame.
"preset": "lilac-rounded"Soft lilac gradient, Nunito rounded type.
"preset": "sky-gradient"Pale-blue gradient, rounded type.
"preset": "charcoal-mono"Near-black with a plus-grid, IBM Plex Mono.
"preset": "cream-contour"Cream paper with contour lines, display serif.
"preset": "terracotta-duotone"Split duotone field, bold sans.
"preset": "pistachio-triangles"Pale green with a triangles pattern, flat frame.
"preset": "ink-neon"Black field, lime accent, mono type.
"preset": "wine-fraunces"Angled wine gradient, display serif.Proof overlays
Composited social-proof elements. Add an overlays array to any slide; six kinds cover ratings, awards, trust pills, and testimonials.

"overlays": [{ "kind": "stars", "rating": 4.9, "count": "12,400 reviews" }]
"overlays": [{ "kind": "laurel", "text": "Editor's Choice", "source": "App Store" }]
"overlays": [{ "kind": "pill", "text": "No ads · No tracking" }]
"overlays": [{ "kind": "quote-card", "variant": "hero", "quote": "...", "author": "Mara K." }]
"overlays": [{ "kind": "press-quote", "quote": "...", "source": "TechReview" }]
"overlays": [{ "kind": "review-stack", "reviews": [{...}, {...}] }]Photo backgrounds
background.style: "image" drops your own photo behind the device with one of four legibility treatments that keep captions readable.

"background": { "style": "image", "image": { "url": "...", "treatment": "dark-scrim" } }
"image": { "url": "...", "treatment": "light-scrim" }
"image": { "url": "...", "treatment": "color-wash", "washColor": "#3b2a52" }
"image": { "url": "...", "treatment": "blur-band" }Compositions and frames
Brand/close slides, multi-device layouts, the iPad canvas, frame styles, and tilt. These are layout and device options, not extra requests.

{ "type": "brand", "icon": { "url": "..." }, "name": "Arbor", "tagline": "Grow with intent." }
{ "type": "brand", "role": "close", "headline": { "lines": ["Start today"] }, "tagline": "..." }
"devices": [{ "screenshot": {...} }, { "screenshot": {...} }]
"devices": [{ "device": "ipad", "screenshot": {...} }, { "screenshot": {...} }]
"canvas": { "preset": "appstore.ipad_13" }, "theme": { "device": { "id": "ipad" } }
"device": { "frame": { "style": "clay", "tint": "#f3ead9" } }
"tilt": "left"Full panoramic sets
The output you actually ship: a 4-5 slide listing with one panoramic background panning across every slide, a locked type scale, and aligned device tops, so the gallery row reads as one composition.




Ready to reproduce any of these? Browse every option value, read the API reference, or get an API key.