Export Options
Export DexCode slides to PDF, PPTX, or deploy as a static site.
Export Formats
DexCode supports multiple export formats for different use cases. Export is available through the browser UI when viewing a deck.
PDF Export
Export your deck to a high-quality PDF via Playwright. Each slide is rendered at full resolution for accurate, high-fidelity output.
How It Works
- Playwright launches a headless browser to render each slide
- Each slide is captured at full resolution after images, fonts, and animations stabilize
- Slides are combined into a single PDF document
- The output is downloaded automatically
PPTX Export
Export to PowerPoint format. Each slide is rendered as a high-resolution image and inserted into a PPTX file using pptxgenjs.
Static Site Deployment
Build the project as a standard Next.js application:
npm run buildThe built output can be deployed to any hosting service that supports Next.js (Vercel, etc.).
Live Sharing via Cloudflare Tunnel
For real-time sharing, use Cloudflare Tunnel to expose your local dev server:
npx cloudflared tunnel --url http://localhost:3000Or ask your AI agent:
> Expose this deck via Cloudflare Tunnel and share the URLThis generates a public URL that anyone can access. Viewers see your slides in real time — any updates you make are reflected immediately.
Use Cases
- Real-time deck review with remote team members
- Live presentation to external audiences
- Quick sharing without deployment