# Add Paid Membership **Created:** 2026-03-05 **Status:** In Progress **Branch:** `add-paid-membership` **Worktree:** `worktrees/add-paid-membership` ## Summary Implement paid membership using RevenueCat. App should work normally except photo capture requires an active subscription. Users must create an account and subscribe to use the camera feature. ## Requirements - Integrate RevenueCat SDK - Support Apple In-App Purchase and Google Play Billing - Gate photo capture behind subscription check - Account creation flow - Subscription purchase flow - Graceful handling when user is not subscribed (show paywall on camera tap) ## Current State - Worktree created from `main`, clean slate