Skip to main content

Offline Mode

Yooz Notes works completely offline. No internet required for any feature.

Local-First Architecture

Yooz Notes is built with a local-first philosophy:

  • All data stored locally - In your browser's storage
  • No server required - For core functionality
  • Instant response - No network latency
  • Works anywhere - Airplane, subway, remote areas

How It Works

Storage Technology

Yooz Notes uses modern browser storage:

TechnologyPurposeCapacity
IndexedDBPrimary note storage~50MB+
LocalStorageSettings & preferences~5MB
Cache APIApp assets (PWA)~50MB

Automatic Saving

  • Notes save instantly as you type
  • No "Save" button needed
  • No risk of losing work
  • Changes persist immediately

Installing as PWA

For the best offline experience, install Yooz Notes as a Progressive Web App (PWA).

Desktop Installation

Chrome / Edge

  1. Visit yooz.live/notes
  2. Click the install icon in the address bar (⊕)
  3. Click Install
  4. App opens in its own window

Safari (macOS)

  1. Visit yooz.live/notes
  2. File > Add to Dock
  3. App available in Dock

Firefox

  1. Visit yooz.live/notes
  2. Click menu (☰) > Install
  3. App added to applications

Mobile Installation

See iOS Guide and Android Guide.

What Works Offline

Everything core to note-taking works without internet:

Full Functionality

  • Create and edit notes
  • Full markdown formatting
  • Mermaid diagram rendering
  • Tag management and filtering
  • Search across all notes
  • Encryption and decryption
  • Export notes to JSON

Requires Internet

  • Initial app download (once)
  • Future: Cloud sync (when available)
  • Checking for updates

Data Persistence

Where Data Lives

Browser Storage
├── IndexedDB
│ └── yooz-notes-db
│ ├── notes (your notes)
│ ├── tags (your tags)
│ └── settings (preferences)
└── Cache
└── App files (for offline use)

Data Safety

  • Survives browser restart - Data persists
  • Survives device restart - Still there
  • Browser updates - Usually safe
  • Clearing cache - May delete data (be careful!)
Backup Regularly

Browser storage can be cleared by the user or browser. Export your notes periodically as backup.

Storage Management

Checking Usage

Most browsers show storage usage:

  • Chrome: Settings > Privacy > Site Settings > Storage
  • Firefox: Settings > Privacy > Manage Data
  • Safari: Preferences > Privacy > Manage Website Data

Storage Limits

BrowserTypical Limit
Chrome50% of disk (min ~10GB)
Firefox50% of disk
Safari1GB (can request more)
Edge50% of disk

If Running Low

  1. Export notes as backup
  2. Delete old/unused notes
  3. Clear browser cache (not site data!)
  4. Consider cloud sync (coming soon)

PWA Benefits

Installing as a PWA provides:

Works Like Native App

  • Own app icon
  • Launches in dedicated window
  • No browser UI clutter
  • System notifications (future)

Better Offline Support

  • App cached for instant loading
  • Works even without any network
  • Automatic updates when online

Keyboard Shortcuts

Full shortcut support:

  • Cmd/Ctrl + N: New note
  • Cmd/Ctrl + F: Search
  • Cmd/Ctrl + S: Already saved!

Offline vs. Sync

FeatureOffline (Current)With Sync (Coming)
Create notesYesYes
Edit notesYesYes
Multiple devicesNoYes
BackupManual exportAutomatic
Internet neededNoOnly for sync

Troubleshooting

Notes Not Saving?

  1. Check available storage space
  2. Ensure not in Private/Incognito mode
  3. Check if IndexedDB is enabled
  4. Try a different browser

App Not Loading Offline?

  1. Ensure PWA is installed
  2. Visit site once while online
  3. Wait for cache to complete
  4. Check browser's offline capability

Data Disappeared?

Possible causes:

  • Browser data was cleared
  • Private browsing mode
  • Storage quota exceeded
  • Browser update issue

Prevention:

  • Export notes regularly
  • Don't use private mode for notes
  • Monitor storage usage

Privacy Advantage

Offline-first means privacy-first:

Local = Private

When your data never needs to leave your device, there's nothing to intercept, leak, or subpoena. Offline-first is privacy-first.

Learn More