HTML slide decks,
presented your way.

AuraDeck is a lightweight desktop presentation editor and viewer. Author slides as plain HTML, run them in fullscreen with a presenter view, and export to PDF or PPTX — all from a single Tauri-powered native app.

HTML-first

Each slide is a self-contained HTML document. Use Canvas, SVG, animations, WebGL — whatever the platform gives you.

Native & offline

Built on Tauri 2 — a tiny native binary that runs without a browser, server, or internet connection.

Presenter mode

Dual-screen presenter view with notes, next-slide preview, and a built-in timer. Toggle with F6.

Export anywhere

Render to PDF for handouts or PPTX for compatibility — slide fidelity preserved.

One file

Decks save as folders or as a single .adsl archive. The archive is just a zip — inspect or build it with any tool.

Open source

MIT licensed. Rust + JavaScript. No telemetry, no accounts, no cloud lock-in.

Get started in 30 seconds

git clone https://github.com/celray/auradeck.git
cd auradeck
npm install
npm run tauri dev

Full installation guide →