Skip to content

Slide Types Overview

Deckyard includes 36 built-in slide types organized into categories. Each slide type has specific fields, default values, and rendering behavior.

Slide type picker showing available categories

Organizational slides that define presentation flow:

  • Title Slide - Opening slide with title, subheading, byline, and optional background image
  • Chapter Title Slide - Section dividers with large titles
  • Split Partner Title Slide - Co-branded title slides with two logos

Text-focused slides for presenting information:

  • Text Slide - Title with markdown body, one or two-column layouts
  • List Slide (Lijstje) - Bulleted or numbered lists with icons
  • Text Blocks - Multiple text sections in a grid
  • Content Columns - Side-by-side content columns

Slides for presenting data and metrics:

  • Chart - Bar, line, and pie charts from CSV/TSV data
  • Table - Structured data tables with header rows
  • KPI Metrics - Key performance indicators with values, units, and deltas
  • Matrix - 2x2 or larger matrix layouts
  • Funnel - Funnel/conversion visualizations
  • Pyramid - Hierarchical pyramid diagrams
  • Cycle - Circular process diagrams

Audience engagement during live presentations:

  • Poll - Multiple choice questions (A/B/C/D)
  • Likert Scale - Agreement scale (strongly disagree to strongly agree)
  • Likert Slider - Continuous slider scale
  • Feedback - Open-ended audience feedback
  • Lead Capture - Collect audience contact information
  • Follow Invite - QR code to join the presentation

Rich media content:

  • Image Slide - Full-screen images with fill, fit, or bleed layouts
  • Video Slide - Embedded YouTube, Vimeo, or Bunny videos
  • Embed Slide - External content via iframe
  • Gallery - Multiple images in a grid

Structured content in card formats:

  • Team Cards (Image Blocks) - People with photos and titles
  • Card Stack - Stacked content cards
  • Icon Card Grid - Cards with icons and descriptions
  • Logo Wall - Partner or client logos

Specialized slide types:

  • Quote Slide - Highlighted quotations with attribution
  • Payoff Slide - Tagline or slogan slides
  • Comparison - Side-by-side comparisons
  • Process - Step-by-step process flows
  • Timeline - Chronological timelines
  • Agenda Timeline - Meeting agendas with time slots
  • Stock Team Overview - Team photos with stock image placeholders

Most slide types share these optional fields:

FieldDescription
backgroundBackground color theme (lime, mist, etc.)
a11yTitleAccessibility title for screen readers
a11ySummaryAdditional context for screen readers

Every slide type automatically includes accessibility fields:

  • Accessibility Title - Announced by screen readers when the slide becomes active
  • Accessibility Summary - Additional context for screen readers
  • RTL Support - All text elements include dir="auto" for right-to-left languages

Organizations can create custom slide types by adding files to the custom-slide-types/ directory. Custom types can override core types or add entirely new slide types. See Custom Slide Types for details.