v0.1.0
Minor Changes
-
b18e581Thanks @RostiMelk! - Initial public release of@sanity-labs/slides.A brand-locked PowerPoint generator for LLMs. You author your slide template in React; Claude (or any MCP client) writes the deck through the bundled MCP server without drifting on fonts, colors, or layout.
What ships
- Root export — the React renderer + PPTX runtime +
Templatetype + primitives. What template authorsimportto write components. /mcp—createSlideServer,renderSlidesfor programmatic use./dev— browser dev viewer./sanity— the Sanity reference template./scaffold— programmatic scaffolder.slidesctlbin —serve | generate | list | scaffold | skill.slides-devbin — Vite-backed dev viewer for templates.- Bundled
SKILL.md— teaches Claude the conventions; print withnpx @sanity-labs/slides skill.
End users wire Claude with a single
npx -y @sanity-labs/slides serve --template <path>line in their MCP config. No global install required. - Root export — the React renderer + PPTX runtime +