Practical notes on AI decks
Claude Code, Codex, MCP, HTML slides, and the parts of AI presentation workflows that still need taste.
-
Create a Presentation with Claude Code: Full Workflow
How to create a presentation with Claude Code: connect Variant over MCP, draft a real deck, preview slides, make hand edits, and export the result.
-
Gamma Alternative for Editable AI Slide Decks
A practical Gamma alternative for editable AI decks: keep fast AI drafts, but add editable slide source, visual cleanup, HTML export, and agent workflows.
-
Connect Claude Code to an MCP Presentation Editor
Set up a Claude Code MCP presentation editor, choose OAuth or bearer-token auth, test slide tools, troubleshoot the connection, and export a deck.
-
Why HTML Beats Images for AI-Generated Slides
A technical case for HTML as the source format for AI-generated slides: precise edits, accessibility, diffs, search, exports, and where images still fit.
-
Vibe Code Your PowerPoints with HTML Slides
How to vibe code PowerPoints with HTML slides: use HTML/CSS as the editable source, let agents draft slides, then export PPTX when needed.
-
Export AI-Generated Slides as One HTML File
How single-file HTML export works for AI-generated slides, what gets embedded, how to test offline, where to host it, and what tradeoffs to expect.
-
Tome Alternative for Agent-Editable Presentations
A Tome alternative for agent-editable presentations: AI-assisted storytelling plus editable HTML/CSS slides, MCP agent edits, and portable exports.
-
Use Codex to Generate Editable Presentation Decks
An OpenAI Codex workflow for Codex presentation decks: generate editable HTML/CSS slides, review the source, clean up visuals, and export to HTML, PDF, or PPTX.
-
Build Agent-Editable Presentation Decks with MCP
Design an MCP presentation workflow agents can safely edit: stable slide IDs, readable HTML/CSS source, previews, scoped edits, exports, and rollback.
-
Reveal.js Alternative for Visual HTML Slide Editing
A Reveal.js alternative visual editor for people who want HTML-native slides plus canvas editing, exports, version history, and MCP agent workflows.
-
How to Make a Slide Deck with Claude Code
A practical walkthrough for building a slide deck with Claude Code over MCP using Variant: prompt to draft, preview, hand edit, and export to HTML, PDF, or PPTX.
-
What Is an MCP Server for Presentations?
An MCP presentation server lets AI coding agents build, edit, preview, and export slide decks through the Model Context Protocol. Here's how it works, with Variant as the concrete example.
-
How to Build a Presentation as a Single HTML File
A practical guide to building a single file HTML presentation: what goes in the file, when HTML beats PPTX or PDF, and how to keep it portable.
-
Why AI Slide Generators Are Hard to Edit
Why AI slide generators are hard to edit: AI can produce a 20-slide deck in seconds, but fixing one typo without regenerating the whole thing is the real problem.
-
Google Slides vs AI-Coded Slide Decks: Which One Should You Actually Use?
A fair, practical comparison of Google Slides and AI-coded slide decks. When each one wins, where they fall apart, and how to decide based on how you actually build presentations.
-
How to Turn a Prompt Into an Editable AI Slide Deck
A practical workflow for going from a single prompt to a real, editable AI slide deck you can actually present. Outline, generate, refine on canvas, edit code, export.
-
How to Export an AI-Generated Deck as One HTML File
A practical guide to exporting AI-generated slides as a single self-contained HTML file. Compares HTML, PDF, and PPTX, and shows how to do it in Variant.
-
How AI Agents Can Create, Preview, and Edit Slide Decks
A practical look at the agent loop for slides — create, preview, inspect, edit, export — with Variant's MCP tools as the concrete example.
-
How to Make AI-Generated Slides You Can Actually Edit By Hand
A practical guide to creating editable AI slides you can fix by hand. What makes a slide hand-editable, what to avoid, and how to do it in Variant.
-
How to Version Control AI-Generated Slide Decks
How to version control AI-generated slide decks: pick a source format, use Git, name files clearly, review changes, and roll back bad AI edits.
-
How Engineering Teams Can Vibe Code Technical Presentations
A practical guide for engineering teams to vibe code technical presentations using Claude Code, MCP, and code-native slides you can hand-edit.
-
Presentation Mode for Claude Code Decks
How presentation mode works for Claude Code decks in Variant: present from the browser, navigate with keys or clicks, keep HTML slides editable, and export a portable deck.
-
Beautiful.ai Alternative for Code-Native Teams
A practical Beautiful.ai alternative for teams that want AI-assisted decks, editable HTML slide source, MCP agent workflows, and portable exports.
-
Canva Alternative for AI Presentations
A practical Canva alternative for AI presentations: use an HTML-native deck editor when you need agent edits, source control, visual cleanup, and portable exports.
-
Prezi Alternative for AI and HTML Presentations
A practical Prezi alternative for teams that want AI-generated slide decks, editable HTML/CSS source, a visual canvas, and portable exports.
-
Pitch Alternative for Agent-Editable Decks
A practical Pitch alternative for teams that want collaborative deck workflows plus AI agent editing, HTML slide source, visual cleanup, and portable exports.
-
Plus AI Alternative for Agent-Editable Presentations
A practical Plus AI alternative for teams that want AI-generated decks outside Google Slides, with HTML source, MCP agent edits, and portable exports.
-
Presentations.ai Alternative for Editable AI Decks
A practical Presentations.ai alternative for teams that want editable HTML slide source, AI agent workflows, a visual canvas, and portable exports.
-
MagicSlides Alternative for Editable AI Presentations
A practical MagicSlides alternative for teams that want AI-generated presentations with editable HTML source, visual cleanup, MCP agent edits, and exports.
-
SlidesAI Alternative for HTML-Native Decks
A practical SlidesAI alternative for teams that want AI-generated slides with editable HTML/CSS source, visual editing, MCP agent workflows, and exports.
-
Google Slides MCP: What Agents Need from a Presentation Server
What Google Slides MCP means, why proprietary slide formats are awkward for LLMs, and when an HTML-native presentation workflow is a better fit.
-
Google Slides API Alternative for AI-Generated Decks
A practical Google Slides API alternative for AI agents: use code-native HTML slides instead of making LLMs fight proprietary slide objects.
-
Google Slides API vs MCP for AI Presentation Agents
Google Slides API vs MCP for presentation agents: APIs can automate slides, but LLMs get better output from code-native deck formats.
-
PowerPoint MCP: Why Agents Struggle with PPTX Workflows
What PowerPoint MCP means, why LLMs struggle with PPTX workflows, and why code-native HTML slides are a better working format for agents.
-
PowerPoint API Alternative for AI Agents
A practical PowerPoint API alternative for AI agents: let LLMs work in HTML/CSS instead of forcing them through PPTX and proprietary Office formats.
-
PPTX vs HTML for AI Decks
PPTX vs HTML for AI decks: why LLMs produce better decks from code-native HTML, and when PPTX should be the handoff format.
-
How to add an MCP server to Codex: HTTP and stdio setup
Learn how to add an MCP server to Codex over HTTP or stdio, inspect the generated config, authenticate, verify the connection, and fix common errors.
-
Codex MCP OAuth Login: Troubleshooting and Reauth Guide
Fix a Codex MCP OAuth login that stalls, expires, or hides tools. Check auth state, run reauth, request scopes, and configure headless access.
-
Codex MCP Settings: A config.toml Reference and Examples
Codex MCP settings reference for config.toml, with HTTP and stdio examples, CLI equivalents, CODEX_HOME behavior, OAuth, and safer secret handling.
-
Best MCP servers for Codex: a practical shortlist for teams
The best MCP servers for Codex give coding agents a feedback loop. Compare useful choices for browsers, docs, databases, design, issues, and decks.
-
Claude MCP Add Command: HTTP, stdio, scope, and authentication
Use the claude mcp add command for HTTP and stdio servers, choose the right scope, configure authentication, and verify your Claude Code setup.
-
MCP Servers for Presentations: A Practical Comparison Guide
Compare MCP servers for presentations across Google Slides, PowerPoint, code-first frameworks, and HTML editors, with the tools each workflow needs.
-
MCP vs API for AI Agents: Choosing the Right Integration
MCP vs API for AI agents explained: compare discovery, schemas, auth, errors, latency, and context cost, then choose the right integration for your caller.
-
Google Slides MCP Server Setup for Codex and Claude Code
A practical Google Slides MCP server setup guide covering Google Cloud APIs, OAuth scopes, service accounts, Codex, Claude Code, and honest limits.
-
Google Slides with Claude Code: Two practical workflows
Use Google Slides with Claude Code through a Slides MCP server or an HTML-first workflow, with setup steps, prompts, tradeoffs, and export guidance.
-
Reveal.js vs Slidev: Which Presentation Tool Should You Use?
Reveal.js vs Slidev compared by authoring model, setup, styling, presenter tools, exports, and fit, so developers can choose the right framework.
-
Marp vs Reveal.js: Choosing the Right Developer Slide Tool
Marp vs Reveal.js compares markdown-first speed with full HTML control. Learn which tool fits text-heavy decks, custom layouts, exports, and CI.
-
No Code Interactive Presentations: What Actually Works Well
Learn how to make no code interactive presentations with clickable paths, media, polls, and live elements, plus where no-code tools reach their limits.
-
How to Edit ChatGPT Generated Slides Without Copy-Paste
Learn how to edit ChatGPT generated slides without broken structure, repeated copy-paste, or full deck rewrites, with four practical workflows.
-
How to export ChatGPT output to PowerPoint without rework
Learn how to export ChatGPT output to PowerPoint through manual copy, a python-pptx script, HTML slides, or an MCP-connected presentation editor.
-
Machine Readable Slides for AI Agents: A Practical Guide
Learn what makes machine readable slides for AI agents, how common presentation formats compare, and how to author structured, accessible decks.
-
AI Slide Deck from Markdown: A Practical Conversion Guide
Build an AI slide deck from markdown without dumping every heading onto a slide. Structure the source, choose a route, preview, revise, and export.
-
Gamma vs Manus: Which AI Presentation Workflow Fits Best?
Gamma vs Manus compares a dedicated presentation product with a general AI agent. See which workflow fits your deck, research, and revision needs.
-
The 10 Best AI Presentation Tools for Developers in 2026
Compare the best AI presentation tools for developers across source control, agent editing, visual cleanup, export options, and setup time today.
-
Presentation API for Developers: Four Practical Options
A practical guide to choosing a presentation API across Google Slides, PowerPoint automation, file writers, HTML rendering pipelines, and MCP tools.
-
How to make a pitch deck with AI that makes a clear case
Learn how to make a pitch deck with AI, from finding the core narrative and drafting each slide to checking facts, refining design, and exporting.