Adapted from original Amber project for USC MAIA Biotech coursework
A universal healthcare identity and relationship intelligence platform combining iOS mobile app with Privy.io authentication, Solana blockchain verification, and healthcare integration.
This project is part of the USC MAIA (Multi-modal AI in Biotechnology) Spring 2026 program. We're adapting and extending the Amber platform to explore AI applications in healthcare relationship management and identity verification.
Original Repository: sagartiw/amber MAIA Organization: MAIA-Biotech-Spring-2026
(Add your team members here)
- Team Member 1 - @github-username
- Team Member 2 - @github-username
- Team Member 3 - @github-username
Amber consists of two main components:
- Amber ID (iOS App): Consumer-facing mobile app for personal health relationships with universal authentication
- Backend API: Healthcare data integration and AI-powered relationship intelligence
For detailed setup and architecture information, see:
- QUICK_START.md - Quick setup guide
- SETUP.md - Detailed configuration
- AmberApp/AMBER_ID_ARCHITECTURE.md - Technical architecture
- How can blockchain technology enhance healthcare identity verification?
- What role can AI play in relationship intelligence for health outcomes?
- How do we balance privacy with data aggregation in healthcare apps?
- What are the ethical considerations for health-related AI insights?
- Document current Amber architecture
- Set up development environment
- Deploy test instance
- Literature review on healthcare identity systems
- Enhance AI-powered health insights
- Implement additional data source integrations
- Add privacy controls
- Improve relationship tracking algorithms
- Conduct user experience testing
- Analyze relationship-health correlation data
- Evaluate blockchain identity verification
- Security and privacy audit
- Prepare demo and presentation
- Write final research paper
- Document findings
- Deploy production version
This is based on the Amber platform - a relationship intelligence system that combines:
- Universal Authentication: Email, phone, Google, Apple, LinkedIn, Ethereum/Solana wallets
- Blockchain Verification: Government ID verification minted as Solana NFTs
- Data Aggregation: Calendars, email, HealthKit, LinkedIn
- Six Health Dimensions: Spiritual, Emotional, Physical, Intellectual, Social, Financial
- AI-Powered Insights: Personalized health and relationship recommendations
- SwiftUI (iOS 16+)
- Privy Swift SDK
- Solana integration
- HealthKit, EventKit
- Node.js + Hono.js
- PostgreSQL + Drizzle ORM
- Privy.io authentication
- OpenAI API
- Google Cloud Platform
- Terraform
- Docker
- GitHub Actions
cd AmberApp
open AmberApp.xcodeproj
# Press Cmd+R to build and runcd services/app
pnpm install
pnpm run devSee QUICK_START.md for detailed instructions.
Current Status: v2.0.0 - Production Ready (Phase 1 Complete) Next Priority: Phase 2 - Authentication & User Management
- Implement Privy OAuth web login (ASWebAuthenticationSession)
- Get organizationId from user profile (not environment variable)
- Connect to backend API for Connections data
- Connect to backend API for Insights data
See ROADMAP.md in the main workspace for:
- Complete Phase 2-6 planning
- All 7 intentional TODOs with locations and context
- Success metrics and timelines
- Production deployment strategy
# Development
open AmberApp.xcodeproj # Open in Xcode
# Press Cmd+R to build and run
# From command line
xcodebuild -project AmberApp/AmberApp.xcodeproj -scheme AmberApp \
-configuration Debug -destination 'platform=iOS Simulator,name=iPhone 17 Pro' build
# Or use the automated launcher
cd .. # Go to main workspace
./start-all.sh # Launches both Togari + AmberThis project is based on the original Amber platform (Proprietary). Academic Use Only - For USC MAIA Biotech coursework.
- Original Amber Team - For the base platform
- USC MAIA Program - For project guidance
- Privy.io - For authentication infrastructure
- Solana Foundation - For blockchain tooling
Course: Multi-modal AI in Biotechnology (Spring 2026) Institution: University of Southern California Organization: MAIA-Biotech-Spring-2026
Last synced with upstream sagartiw/amber: February 12, 2026
- ✅ Pulled upstream changes into MAIA version
- ✅ Pushed MAIA security improvements back to upstream via PR
- ✅ Key improvements: 25+ crash fixes, security hardening, LinkedIn validation
Last Updated: February 12, 2026