Skip to main content

PWA & Offline Support

Pathfinder works even when internet access is unreliable, ensuring users can always access benefit information.

Why Offline Matters

Many people who need benefits most have unreliable internet access:
  • Rural areas with spotty connectivity
  • Using mobile data with limited plans
  • Public wifi in libraries or community centers
  • Shelters or transitional housing
Pathfinder addresses this with Progressive Web App (PWA) features.

PWA Manifest

The web app manifest enables installation on home screens.

Service Worker Configuration

Using next-pwa for automatic service worker generation.

IndexedDB Programs Cache

For reliable offline access to programs, we use IndexedDB.

Online Status Hook

Detect and react to connectivity changes.

Offline Banner

Show users when they’re offline.

Install Prompt

Custom install prompt for better UX than browser default.

Caching Strategies


Offline Capabilities


Testing Offline Mode


Next Steps

Success Stories

Community testimonials

System Map

Architecture overview