ReelClaw is an iOS app + backend that lets a user:
- Select clips from their phone
- Provide a reference reel/video link (Instagram, YouTube, etc.) or upload a reference video
- Generate multiple edited variants that replicate the reference pacing/structure
- Get notified when the job finishes
This repository is organized into two main folders:
ios/– Xcode project + iOS clientbackend/– FastAPI API + AWS Batch worker + reel replication pipeline (no AI image generation)
See backend/README.md.
Open ios/ReelClaw/ReelClaw.xcodeproj in Xcode.