A sustainable distributed cloud powered by people’s idle iPhones, turning everyday devices into a global supercomputer for AI training, gene research, and next-gen compute. No data centers needed.
App UI/UX Repo: https://github.com/quanle3001/SpaceSync-UI-UX-Design
React Frontend Repo: https://github.com/dylamborghini/spacesync-front
Brenden Chen - Develop iOS app for computing JavaScript compute tasks remotely
Owen Rotenberg - Load balancer and cloud orchestrator API development
Quan Le - Create UI/UX design for mobile app using Figma
Dylan Morales - Create React front end for API orchestrator administration
python -m venv venv
macOS/Linux:
source venv/bin/activate
Windows:
venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload