What problem does it solve?
Designers and developers need a fast, repeatable way to build slide decks as code in a Replit workspace, but manual setup of React components, Tailwind styles, and the slide manifest is error‑prone and time‑consuming.
Core Features & Use Cases
- Static JSX slide components: Each slide is a separate React file with inline Tailwind styling, ensuring deterministic rendering.
- Manifest-driven ordering: slides-manifest.json defines slide IDs, positions, filepaths, titles, and speaker notes, which the workspace UI reads for navigation and export.
- Design guidance: Built‑in visual composition, typography, and layout rules to produce professional 16:9 decks without extra design work.
- Validation workflow: Run pnpm run --filter @workspace/<slug> validate-slides after changes to catch broken invariants automatically.
- Export compatibility: Supports /allslides view for PPTX export and ensures assets are referenced correctly via public/ or @assets/.
Quick Start
Ask the slides skill to create a seven‑slide pitch deck for Acme Corp.