Claude Now Generates Full Slide Decks From Prompts
Anthropic's Claude can now generate entire presentations in seconds, directly challenging tools like PowerPoint. A popular new open-source project, `frontend-slides`, showcases this by using Claude to create dependency-free, self-contained HTML slide decks from a single prompt or even a PPT file import. The repo has already gained over 8.3k stars on GitHub.
This new capability is powered by Anthropic's Claude 3 model family—Opus, Sonnet, and Haiku—which feature advanced vision and reasoning skills. This allows the models to analyze not just text prompts but also data-dense documents, charts, and diagrams to extract key insights for slides. Claude offers two primary methods for slide generation depending on the user's plan. For paid subscribers (Pro, Team, Enterprise), it can write and execute Python code to produce downloadable .pptx files directly. For free users, it generates interactive HTML artifacts that can be previewed live within the chat interface. The concept of a self-contained, dependency-free HTML slide deck is a deliberate engineering choice for portability. By embedding all CSS, JavaScript, and even images directly into a single HTML file using data URIs, the presentation can be viewed offline in any modern browser without needing external files or an internet connection. This move places Anthropic in direct competition with Microsoft's Copilot, which also generates full presentations from prompts or documents directly within PowerPoint. The competitive space now includes numerous standalone AI presentation tools like Gamma and Beautiful.ai, all vying to automate the manual process of slide creation. A key differentiator for Claude's official PowerPoint add-in, currently in beta for paid users, is its "template awareness." The AI reads the presentation's slide master, layouts, fonts, and color schemes to ensure that newly generated slides adhere to existing corporate branding guidelines, a common failure point for other AI tools.