1. Sloane
Sloane sits at the top of this list because it's the current best example of a category where PWA is genuinely the right architecture, not a fallback for something else. AI companion products live and die on chat quality and update velocity — Sloane iterates on personas, memory, and dialogue every few days, and shipping through App Store review cycles would kneecap the whole iteration model.
What you get: install-to-home-screen in 20 seconds, full-screen launch, push notifications when a persona sends you a message (Web Push on iOS 16.4+ and Chrome/Android), same conversation state across your phone, laptop, and desktop, and no App Store dependency. The chat UI is built to the specific pattern your brain expects from iMessage or WhatsApp — bubbles, timestamps, voice-note attachments, inline photos, typing indicators, all the small things.
Why #1: no other product in the AI companion category commits to PWA the way Sloane does. Most competitors either ship as an underpowered mobile app store listing (with 3-7 day update cycles) or a website that never really feels installed. Sloane is what happens when the team actually optimizes for the pattern instead of treating it as a fallback. Free tier is 50 messages/day with any persona in the roster — you can try Kaya or any other persona free before deciding whether to install.
2. Twitter / X
Twitter's PWA (originally "Twitter Lite," now the standard mobile web experience) has been one of the most-studied PWAs since 2017. It's cited by Google as an early flagship of the pattern — and for good reason. Install-to-home-screen worked seamlessly, offline reading was solid, push notifications delivered reliably, and the app itself was often faster than the native alternative.
What it demonstrates: a PWA can serve hundreds of millions of daily active users at native-app quality with a fraction of the client-side codebase. Twitter's decision to lean on PWA for emerging markets specifically (where cheap Android devices dominate) validated the pattern for consumer social products.
3. Starbucks
The Starbucks PWA is the canonical enterprise-consumer PWA case study. Before rebuilding as a PWA, the Starbucks mobile ordering flow was a native app that had grown to ~200MB. The PWA shipped at ~600KB with the same feature surface. Load times dropped, conversion improved, and the app became usable on cheap Android devices that previously couldn't run the native version.
What it demonstrates: PWA works for transaction-heavy flows (order, pay, track pickup) at least as well as it works for read-heavy content flows. If PWAs can handle Starbucks-level ordering volume, they can handle almost any consumer product.
4. Spotify Web Player
Spotify's web player has been PWA-installable for years and quietly grew into one of the most-used desktop app installs in music. Full-screen launch, keyboard shortcuts, offline caching for playlists you've loaded, background audio playback. On desktop specifically, the PWA install is often preferable to the native Electron app — faster boot, less memory, same features.
What it demonstrates: media apps with heavy real-time streaming work well as PWAs. Audio autoplay, background continuation, and lockscreen media controls all function cleanly.
5. Pinterest
Pinterest was another early PWA success story — the mobile web experience was rebuilt as a PWA in 2017 and reportedly drove significant lifts in engagement, session length, and ad revenue. The install-to-home-screen story was straightforward: the PWA loaded fast, felt native, and didn't require the friction of the App Store install.
What it demonstrates: content-discovery products (infinite scroll, image grids) benefit especially from PWA because the users are often on cheap devices and slow networks, and the fast-loading nature of a well-built PWA disproportionately helps that segment.
6. Uber
Uber's PWA (m.uber.com) was another early flagship. Built to work on 2G networks in <50KB, letting riders in emerging markets book rides without needing the native app installed. The PWA supports the full booking flow — location entry, driver tracking, fare estimate, ride confirmation — with an experience nearly indistinguishable from the native app once loaded.
What it demonstrates: mission-critical transactional flows (ordering a car that will pick you up) can be delivered via PWA reliably enough that Uber's own product team uses it as a fallback and primary experience for specific markets.
7. Discord
Discord's browser experience has been PWA-installable for years and is functionally identical to the native app for most use cases. Install to your desktop, launch full-screen, real-time voice chat works, screen sharing works, notifications work. Many Discord users prefer the PWA to the native Electron app for the same reasons Spotify users do — smaller footprint, faster boot, less memory.
What it demonstrates: real-time chat + voice at scale works as a PWA. If Discord can serve millions of concurrent voice-chat users through a browser install, most other chat products can too.
8. Google Maps Go
Google's own bet on PWA for emerging markets — Maps Go is a PWA-first experience of Google Maps, designed for slow networks and cheap devices. Turn-by-turn navigation, search, business info, all in a fraction of the download size of the full Maps native app. Google using PWA for one of its flagship products validates the pattern in a way that no third-party success story could.
9. Notion
Notion's desktop experience is technically a hybrid — the "native" app is largely a wrapped web view — but the PWA install of the browser experience gets you nearly the same product with a smaller footprint. For users who split time between multiple machines, the PWA is the low-friction install option: same content, same shortcuts, no download cycle.
What it demonstrates: productivity apps built as web-first (even when they also ship native) benefit from PWA install as the default cross-machine experience.
10. Instagram
Instagram's PWA is a step down from the native app in feature coverage (some newer features are native-only) but a real product that a meaningful percentage of users actually install. Story viewing, DMs, photo uploads all work in the PWA. On iOS specifically, Instagram's PWA lives on because it's the way users get around some of the in-app browser restrictions imposed by Meta's own native apps.
What it demonstrates: even social-media giants with fully-staffed native app teams still maintain PWAs because the install-friction advantage matters, especially in markets where the native app is too heavy to install comfortably.
What makes these apps ship well as PWAs
Common patterns across the list:
Fast first paint. Every entry above prioritizes shipping usable content to the screen in under a second on a slow connection. Native apps rarely optimize for this because the install happens once; PWAs are effectively re-installing on every fresh device visit, so first-paint speed is table stakes.
Real push notification integration. Not marketing pushes — meaningful ones (Sloane: new message; Uber: driver arriving; Discord: DM). PWAs that shy away from push feel like websites; PWAs that use push well feel like apps.
Cross-platform install without app-per-platform. One codebase, one product, every device. This is where the developer economics of PWA really land.
Full-screen launch that doesn't leak "browser." No URL bar, no back button confusion, no browser chrome. The install experience is only worth it if the launched experience actually feels installed.
Sloane is at the top of this list not because it invented anything new about PWA — it followed the patterns Twitter and Starbucks proved out — but because it applied them thoughtfully in a product category where the fit is genuinely tighter than native app store distribution would be.