Local Data and Backups
MikroSlides stores decks in browser IndexedDB. Saved templates, focus-mode preference, active deck id, and recovery drafts use localStorage.
Data stays in the current browser profile for the current site unless you export it, import it elsewhere, or the browser syncs site data through its own features.
What Is Stored
Section titled “What Is Stored”- Deck library and deck contents
- Slide elements, speaker notes, skipped-slide state, themes, fonts, and assets
- Saved slide templates
- UI preferences such as focus mode
- Recovery drafts for recent unsaved edits
Clearing Browser Data
Section titled “Clearing Browser Data”Clearing site data, browser storage, or the browser profile can remove local decks. Export important decks before clearing data or switching machines.
For shared or managed machines, use a separate browser profile or clear site data when finished.
Backups
Section titled “Backups”Use JSON or portable export for durable backups. A portable file is best when the deck contains local images or fonts. JSON is best when you want a compact editable record.
Keep backups for important decks. Browser-local storage can be removed by browser settings, profile cleanup, private browsing behavior, origin changes, or device loss.
Recovery Drafts
Section titled “Recovery Drafts”MikroSlides keeps a local recovery draft while you work. If the page reloads before a normal save completes, the app can restore recent changes from that draft.
Moving Between Deployments
Section titled “Moving Between Deployments”Browser storage is scoped to the site origin. A deployment at https://slides.example.com cannot automatically see decks stored at https://example.com.
Before changing domains or browser profiles:
- Export a JSON or portable deck file from the old origin.
- Open MikroSlides at the new origin.
- Import the exported file.
When Storage Fails
Section titled “When Storage Fails”If browser storage is unavailable, MikroSlides keeps the current deck in memory and shows an in-app warning. Export a JSON or portable file before leaving that session.