KaunKaun: Meal Planner

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

  1. 1Core features read and write to local storage on your device.
  2. 2Network is used for optional features: URL import, sharing, share link previews, and sending analytics or crash reports.
  3. 3No account means no password database to breach for everyday use.