Skip to content
DEFINITIONDevelopment

PWA

Progressive Web App

A website built so it can be installed to a phone's home screen and behave like an app — working offline, launching without browser chrome, and sending notifications where supported.

EXAMPLE

A field-service tool that keeps working in a basement with no signal and syncs when the connection returns, without ever going through an app store.

WHY IT MATTERS

It's one codebase instead of three, with no app-store review. The trade-off is reduced access to some device features, and platform support that varies.

RELATED TERMS