Skip to content

Slida documentation

Slida is Astro-native slide deck tooling for authoring presentations in .astro and .mdx files. It gives you a small CLI for previewing a deck, building a static web version, and exporting a PDF.

If you are new to Slida, follow these pages in order:

  1. Quickstart — install the CLI, create your first deck, preview it, build it, and export it.
  2. Deck authoring — learn how pages, layouts, and slots work in Astro and MDX decks.

Use the reference section when you need exact command options or configuration details:

  • CLI reference — slida open and slida build --format html|pdf.
  • Configuration reference — slida.config.*, defineConfig(), and the supported Slida config fields.
  • Theme reference — built-in themes, layout IDs, named slots, and npm theme package requirements.

Slida’s documentation focuses on local usage, static builds, and the hosted reference site. The production docs site is deployed with Cloudflare Workers Static Assets at https://slida.yuku.dev/; deployment guides for user decks, custom branding, and scaffolding commands remain outside this first version.