Offline-first internal newsletter application
Progressive Web App for PGE Capital Group's internal newsletter, designed with offline-first architecture, Service Workers, and a performance-focused React stack, consistently reaching Lighthouse scores of 95+ for performance and accessibility.

PGE Newsletter PWA is an internal web application used to distribute news and updates across the PGE Capital Group. The main goal was to ensure fast loading, offline access to content, and reliable behavior on devices with unstable network connectivity.
Key newsletter views and assets cached via Service Workers so users can access content without network connectivity.
Support for add-to-home-screen behavior on desktop and mobile, with manifest configuration and app-like UX.
Code splitting, image optimization and caching strategies designed to reach a sustained Lighthouse score of 95+.
Semantic HTML, keyboard navigation and ARIA attributes to align with internal accessibility requirements.
⚠️ Problem
Employees needed access to newsletter content on devices with unstable or limited connectivity, especially in field locations.
✓ Solution
Implemented a Service Worker with a cache-first strategy for static assets and critical views, with network-first for dynamic content where freshness mattered.
⚡ Impact
Users can open the app and read previously loaded newsletters even without an active connection, reducing support tickets related to access issues.