PWARegistry
The open registry for Progressive Web Apps.
Discover. Validate. Normalize. Maintain.
- Active PWAs
- 9
- Registry revision
- 11
- Last updated
- 2026-08-31
A Progressive Web App publishes standardized PWA metadata on its own website. PWARegistry discovers it, validates it, normalizes it, keeps it healthy, and exposes clean registry data. Other projects then use that data. Metadata is never invented.
- PWA websitePublishes a Web App Manifest and related web standards.
- PWARegistryDiscovers, validates, normalizes, and keeps the record healthy.
- Clean normalized dataPublic JSON. No account. No API key.
- Your projectStore, catalog, launcher, search, directory, extension, research.
No account required. No API key required. Start building now.
Build with PWARegistry
PWARegistry does the PWA discovery and normalization work once, so your project does not have to.
PWARegistry → fetch data → use it in your own project
- Get one specific PWA
- Get all active PWAs
- Get only a category
- Get only changed apps
- Use mobile or desktop screenshots correctly
- Use the normalized primary icon
- Track ACTIVE, DEGRADED and REMOVED apps
GET /api/v1/apps/squoosh.app GET /api/v1/apps?category=games&status=active GET /registry/v1/changes.json?since=152
For PWA developers
For builders
Static registry files are the canonical source. The API is a convenience layer over the same data. /registry/v1/index.json · /api/v1/meta
Documentation
Start with Using PWARegistry, then validation and the registry format. Using PWARegistry · Docs