# open-slide - [Introduction](/docs): A slide framework built for agents. - [Getting started](/docs/getting-started): Spin up your first deck in under a minute. - **Flow** - [Create a slide](/docs/flow/create-slide): From empty folder to first page. - [Iterate a slide](/docs/flow/iterate): The visual feedback loop — tweak, comment, apply. - **Core feature** - [Inspector](/docs/core-feature/inspector): Click any element on the canvas to tweak it visually. - [Assets manager](/docs/core-feature/assets-manager): Drop in images, videos, and brand logos via svgl. - [Themes](/docs/core-feature/themes): Reusable design systems shared across decks. - [Present mode](/docs/core-feature/present-mode): Fullscreen playback with presenter view, notes, and timer. - [Export](/docs/core-feature/export): One command to a self-contained static HTML site or PDF. - **Primitive** - [Page](/docs/primitive/page): The component contract for one 1920 × 1080 slide page. - [Transition](/docs/primitive/transition): Enter, exit, and shared-element motion between pages. - [Step](/docs/primitive/step): Stage one page across multiple presenter beats. - [SharedElement](/docs/primitive/shared-element): Keynote-style continuity for the same object across pages. - **Skills** - [Overview](/docs/skills/overview): How open-slide and your coding agent work together. - [/create-slide](/docs/skills/create-slide): Drafts a deck end-to-end from a one-line prompt. - [/slide-authoring](/docs/skills/slide-authoring): The technical reference the agent reads before writing a slide. - [/apply-comments](/docs/skills/apply-comments): Turns inspector comments into real edits. - [/create-theme](/docs/skills/create-theme): Extracts a theme from an existing deck (or a brief). - [/current-slide](/docs/skills/current-slide): Resolves "this slide" / "this element" to a concrete reference. - **CLI** - [Overview](/docs/cli/overview): Two CLIs — one to scaffold, one to run. - [open-slide init](/docs/cli/init): Scaffold a new workspace. - [open-slide dev](/docs/cli/dev): Run the dev server with hot reload, inspector, and assets panel. - [open-slide build](/docs/cli/build): Produce a static, deployable build. - [open-slide preview](/docs/cli/preview): Serve the production build locally for sanity-checking. - [open-slide sync:skills](/docs/cli/sync-skills): Refresh the bundled agent skills inside an existing workspace. - **Reference** - [open-slide.config.ts](/docs/reference/config): Workspace-level configuration. - [Slide module exports](/docs/reference/slide-meta): The shape the runtime expects from each slides//index.tsx. - [SlideTransition](/docs/reference/slide-transitions): Per-page enter/exit animations and shared element transitions. - [ImagePlaceholder](/docs/reference/image-placeholder): A typed stand-in for a real image the user has to supply. - [Locale](/docs/reference/locale): Translate the runtime UI — home, inspector, presenter, toasts.