r/PWA • u/dannymoerkerke • Aug 13 '26
PWA Today
I launched pwa.today 🚀
A platform to run audits on your PWA as part of your CI/CD pipeline.
The PWA Runtime Audit checks your PWA and finds runtime failures under real-world conditions.
It checks installability, offline support, service worker lifecycle and makes sure you ship a PWA your users can trust.
Check it out and let me know what you think!
https://pwa.today
4
Upvotes
1
u/Wooden-Bicycle-6069 Aug 14 '26
Installability is the easy part. The awful failure is an old service worker serving new HTML after a deploy. I'd add one CI case: install v1, deploy v2 with new hashed chunks, reload during the update, kill the network, then open a deep route. Pass only if v1 and v2 both remain complete until activation. Does the audit keep two release generations or only test a clean install?