One app. Every platform.
Designed with Flutter for customers and restaurant teams across supported devices at launch.
Designed with Flutter for customers and restaurant teams across supported devices at launch.
A PWA can be installed from a browser without an app store. Sync is testing this approach for its planned customer experience; notification and offline support may vary by device at release.
Service-worker caching keeps the application shell and supported assets available locally for faster repeat startup.
Background push notifications on supported devices and browsers, with an in-app fallback when push isn’t available. Background delivery depends on platform support, permissions, installation state, account configuration, and connectivity.
Install from a supported browser with platform-specific icons, launch behavior, and standalone display where available.
Offline-first operations keep core supported workflows usable during connectivity loss. Supported changes queue locally and synchronize after reconnection; some actions remain online-only.
When connectivity is available, Sync checks for new PWA releases and coordinates the service-worker handoff so installed clients can move to the current build without an app-store update.
Dual-layer browser storage supports session recovery on iOS. Unavailable or expired sessions still require sign-in.