Progressive Web App
A web application using modern browser features to deliver app-like experiences including offline support.
Also: Progressive Web App
Definition
A Progressive Web App (PWA) is a type of web application that uses modern web technologies — Service Workers, Web App Manifest, Cache API — to deliver experiences that feel like native mobile apps. PWAs can work offline (cached assets via Service Workers), send push notifications, be installed on home screens, and load instantly. They eliminate the need for separate native app development while providing most native app capabilities. PWAs work across all devices and platforms with a single codebase.
Example
“Twitter Lite (a PWA) uses service workers to cache tweets for offline reading, sends push notifications, and can be installed on Android home screens like a native app.”
Synonyms
- installable web app
- offline-capable web app
- app-like web experience
Antonyms / Opposites
- native app
- traditional website
Images
CC-licensed · free to useVideo
Related Terms
- javascript
- service-worker
- web-manifest
- offline-first
