- Add tier system migration (free/pro)
- FamilyProvider with tier and memberCount
- Ready for freemium model with limits
Run migration:
psql -f drizzle/0005_tier_system.sql
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- FamilyProvider context for auth-based child fetching
- Replaced hardcoded childId with useFamily() hook
- Added tier and memberCount to context (for Pro tier)
- Updated layout to wrap with FamilyProvider
- Added null checks for child data
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>