We shipped PWA support for iOS this week, which means Sabine can now be installed directly to your iPhone or iPad home screen. It's a small change that makes a meaningful difference in how you access your AI partnership platform.
What Changed
Progressive Web Apps let users install web applications to their device home screens, opening them in a standalone window without browser chrome. Android has supported this for years, but iOS implementation requires specific metadata and configuration that we've now added to Sabine.
When you visit Sabine on Safari (iOS 16.4+), you'll see an option to "Add to Home Screen." Once installed, Sabine opens like a native app—full screen, no URL bar, with its own icon in your app drawer. Your session persists, notifications work as expected, and the experience feels native while maintaining the flexibility of web deployment.
Why It Matters
This isn't about forcing an app-like experience on users who prefer the browser. It's about meeting people where they are. Some users think in apps, not tabs. They want Sabine next to their other tools, accessible with a single tap, without context-switching through browser windows.
For iOS users, this brings feature parity with Android and desktop platforms. It also improves performance slightly—PWAs can cache resources more aggressively and reduce network round-trips on subsequent launches.
Technical Notes
iOS PWA support requires a valid web app manifest with specific Apple-specific meta tags. We've configured the manifest to include icon sets at multiple resolutions, defined the display mode as standalone, and set appropriate theme colors. We're using Next.js 14's built-in PWA capabilities with custom configuration for iOS compatibility.
One limitation: iOS PWAs still run in a sandboxed Safari context, so features like push notifications require additional setup and user opt-in. We're evaluating that for a future release based on user feedback.
What's Next
We're monitoring adoption and gathering feedback on the installed experience. If usage is strong, we'll invest in iOS-specific PWA features like background sync and notification support. We're also exploring offline capabilities for core Sabine features, which would let you draft messages or review conversation history without connectivity.
This update is live now for all Sabine users on iOS 16.4 and later. Try it out and let us know how it feels.