Architecture
Three repos under PortokaLive org.
Data flow
Mobile/Web → portokalive-api (Express) → MongoDB
↓
api.video (live stream create / webhook)
Repos
- portokalive-web — React 16 CRA client
- portokalive-api — REST API + webhooks
- portokalive-mobile — React Native
Rebirth roadmap
- Phase 1 ✅ — Static landing + docs (this site)
- Phase 2 — Vite + React 18 web refresh
- Phase 3 — Unified Vercel deploy for API + web
- Phase 4 — Optional Expo mobile refresh
Local dev (legacy web)
cd portokalive-web npm install npm start
Set API URL in env — see api repo README for MongoDB and api.video keys.