Offline-first architecture
Offline-first means the app does not need constant server access to work — your data stays with you.
Last updated June 26, 2026
- 1Core features read and write to local storage on your device.
- 2Network is used for optional features: URL import, sharing, share link previews, and sending analytics or crash reports.
- 3No account means no password database to breach for everyday use.