Template for: Web Applications (React, Vue, Static sites, etc.) Last updated: YYYY-MM-DD
[One paragraph describing what this web app does]
- [Framework choice that paid off]
- [Build tool that worked well]
- [State management approach]
- [Design system decision]
- [Responsive approach]
- [Animation/interaction that worked]
- [Hosting solution]
- [CI/CD pipeline]
- [CDN/caching strategy]
- [Performance bottleneck]
- [SEO issue]
- [Accessibility gap]
- [Component that got messy]
- [State management complexity]
- [CSS/styling issues]
- [Hosting limitation]
- [Build time problem]
- [Environment configuration pain]
[What users actually needed vs what you built]
- [Bundle size insights]
- [Loading strategy]
- [Runtime performance]
- [What should be componentized]
- [Styling approach retrospective]
- [Priority 1 fix/improvement]
- [Priority 2 fix/improvement]
- [Framework reconsideration]
- [Build tool alternatives]
- [Keep: tool/library that worked]
- [Replace: tool/library to swap out]
| File | Why |
|---|---|
components/ |
Reusable UI patterns |
styles/ |
Design tokens/theme |
- Hosting: [Firebase, Vercel, Netlify, etc.]
- Build command:
npm run build - Deploy command: [command or CI trigger]
- Environment variables needed: [list]
Update this document when new insights emerge.