Generate Maintainable Presentations with Claude + Reveal.js
It seems to me that many people use Claude Design for creating presentations for no good reason.
If you need slides that you can then properly maintain and refine, ask Claude to generate a presentation in Reveal.js
That is, regular HTML and Markdown files.
You immediately get several advantages:
→ source materials in text form
→ storage in Git
→ convenient editing in any code editor
→ full control over styles and animations
→ the ability to publish the presentation like a regular website
The most interesting thing is that the presentation stops being a separate artifact that lives its own life somewhere in PowerPoint or yet another AI tool.
It becomes part of the project.
Claude does a great job generating the structure, content, and design, and you can review changes via diff, use templates, automate slide updates, and work with them just like any other code.
For developers, this feels more natural.