Skip to content
DexCode

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

  1. Playwright launches a headless browser to render each slide
  2. Each slide is captured at full resolution after images, fonts, and animations stabilize
  3. Slides are combined into a single PDF document
  4. 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:

bash
npm run build

The 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:

bash
npx cloudflared tunnel --url http://localhost:3000

Or ask your AI agent:

bash
> Expose this deck via Cloudflare Tunnel and share the URL

This 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