-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
github-actions[bot] edited this page Aug 15, 2026
·
1 revision
Task-Laureate separates product UI, domain rules, persistence, and provider integrations so the application remains understandable as it grows.
React UI → domain contracts and mutations → repository adapters → Supabase
Vercel functions → provider adapters → email, SMS, push, calendar services
- React + TypeScript + Vite provide the responsive app shell.
- Supabase Auth, Postgres, and RLS protect collaboration data.
- Vercel functions hold provider credentials and privileged orchestration.
- PWA worker owns offline app-shell resilience and Web Push in one scope.
The complete, versioned explanation is the Architecture guide.
← Wiki home · Operations · Contributing