Productivity
MikroSlides
Local-first
A local-first presentation editor for browser-based decks.
- Use
- Local-first
- Storage
- IndexedDB decks with Markdown, JSON, PDF, PNG, and portable file exchange.
- Runtime
- Static browser app.
Decks that stay local.
MikroSlides runs as a static browser app and stores decks locally. It includes direct slide editing, text, images, shapes, speaker notes, presentation mode, Markdown import, JSON import/export, PDF export, PNG export, and portable deck files.
Use it to draft talks, product walkthroughs, lessons, and exportable slide decks without moving the work into a hosted workspace.
What ships
Slide canvas with text, images, shapes, layouts, locking, skipped slides, and speaker notes
Local deck library with create, duplicate, delete, import, export, and recovery flows
Markdown and JSON import for textual or programmatic deck creation
Presentation mode plus PDF, PNG, JSON, Markdown, and portable deck export
Install
Run it
curl -sSL -o mikroslides.zip https://releases.mikrosuite.com/mikroslides_latest.zip
unzip mikroslides.zip -d mikroslides
cd mikroslides/*
npx http-server . -a 127.0.0.1 -p 8000 -c-1