These are pretty common terms, but what do these buzzwords actually mean?
| Term | What it is | Installation | Offline support |
|---|---|---|---|
| Web page | A single page or a site | No | Cookie, Local storage only |
| Website / Web app | A browser-based application with multiple pages/features | No | Sometimes |
| PWA | A web app enhanced with installability and offline capabilities | Optional (can be installed) | Yes, to some extent |
| Native app | Software built specifically for iOS, Android, Windows, etc. | Yes | Usually yes |
For product architecture:
Web page β Public-facing site, can be single page as well
Web app β Browser-based product
PWA β Web app that can be installed and work offline, handy usage
Mobile app β Native iOS/Android application
Desktop app β Native Windows/macOS/Linux application
Always what you need.
A PWA is a special kind of web app, and a web app is a type of web site.
Native app is a real app indeed.
app, desktop, mobile, native, page, pwa, web β Jun 8, 2026
Made with β€ and by iamdtms