A PWA, or Progressive Web App, is a web app that can feel closer to an installed app. It still runs through the browser, but it can use install metadata, app icons, standalone display, and other browser features to create a more app-like experience.
- Use it when users repeatedly open the same web app and benefit from a home-screen or desktop launcher.
- It is useful for admin tools, field-work apps, internal dashboards, lightweight commerce apps, and content apps.
- Start PWA support by telling the browser what your app is: its name, icon, start URL, display mode, and colors.