An AI-powered couples app that helps partners create, share, and cherish daily moments through intelligent image generation and editing.
veramo/
βββ docs/ # Documentation
β βββ PRD.md # Product Requirements Document
βββ ios/ # iOS app (SwiftUI)
β βββ Veramo.xcodeproj
βββ backend/ # Python FastAPI backend
β βββ app/ # FastAPI application
β βββ credentials/ # Service account keys
β βββ requirements.txt
βββ README.md
- AI-Powered Image Generation: Create unique images using text prompts and personal photos
- Shared Calendar: Schedule and share images with your partner
- Personal Galleries: Private image collections for each partner
- Widget Integration: Daily photo widget showing partner's latest image
- Streak Tracking: Build daily sharing habits together
- Smart Scheduling: Plan surprises for future dates
The iOS app is built with SwiftUI and supports:
- iOS 26+ with Liquid Glass design system (primary target)
- Fallback components for older iOS versions
- Adapty.io integration for subscription management
- WidgetKit for home screen widgets
- Core Image for image editing capabilities
The backend is a Python FastAPI server deployed on Google Cloud Run that provides:
- AI Integration: Fal.ai models for image generation and editing
- Database: Supabase for auth, storage, and data
- Authentication: Apple and Google Sign-In support
- Image Processing: Three AI model types for different use cases
- Cloud Run Deployment: Auto-scaling serverless functions
- Open
ios/Veramo.xcodeprojin Xcode - Build and run the project
- Navigate to
backend/directory - Create virtual environment:
python -m venv venv - Activate virtual environment:
source venv/bin/activate(macOS/Linux) orvenv\Scripts\activate(Windows) - Install dependencies:
pip install -r requirements.txt - Start development server:
python run_local.py
- Install Google Cloud CLI and authenticate
- Run deployment script:
./deploy.sh - Service will be available at the provided Cloud Run URL
- SwiftUI with iOS 26+ Liquid Glass design
- Adapty.io for subscription management
- WidgetKit for home screen widgets
- Core Image for image editing
- Python FastAPI for API server
- Google Cloud Run for deployment
- Supabase for database, auth, and storage
- Fal.ai for AI image generation
- Text-to-Image: Generate images from text prompts
- Image + Text: Transform existing images with text guidance
- Multi-Image + Text: Edit multiple images together
- Xcode 15.0+
- iOS 26+ (primary target), fallback for older versions
- Python 3.11+
- Google Cloud CLI (for deployment)
- Docker (for containerization)
- Supabase account
- Fal.ai API access