# Progressive Web App Design

> PWA design patterns including offline support, install experience, and app-like behavior.

- Skill: `dragoon0x/progressive-web-app-design` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/progressive-web-app-design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/progressive-web-app-design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/progressive-web-app-design

---


# Progressive Web App Design

## PWA Design Considerations

### Install Experience
- Show install prompt at a relevant moment (not immediately).
- Explain value: "Install for offline access and faster loading."
- Custom install banner with app icon and description.
- Don't block content with install prompts.

### Offline Support
- Cache critical content for offline access.
- Show what's available offline vs online-only.
- Queue actions performed offline, sync when connected.
- "You're offline" banner — non-intrusive, persistent until reconnected.

### App-Like Behavior
- Standalone display mode (no browser chrome).
- Custom splash screen.
- Theme color matching app header.
- Push notifications (with permission prompt that explains value).
- Smooth page transitions (no full page reloads).
