Legal
Open-Source Licenses
OrYap uses open-source software. Below are the main components used and their licenses.
We are grateful to the open-source community. OrYap (app, website and backend) builds on numerous open-source projects. The list below names the principal components; it is representative and not exhaustive. We provide the full license texts and copyright notices on request.
App (mobile, React Native / Expo)
| Component | Purpose | License |
|---|---|---|
| React, React Native | UI framework | MIT |
| Expo SDK & expo-* modules (audio, router, notifications, secure-store, file-system, etc.) | App platform / device features | MIT |
| expo-router | Navigation / routing | MIT |
| @supabase/supabase-js | Backend client (auth, DB, storage, realtime) | MIT |
| @tanstack/react-query | Server state / caching | MIT |
| react-native-reanimated | Animations | MIT |
| zod | Schema validation | MIT |
| @sentry/react-native | Diagnostics / error reports | MIT |
| @react-native-google-signin/google-signin | Google sign-in | MIT |
| expo-apple-authentication | Apple sign-in | MIT |
| @react-native-community/datetimepicker | Date/time picker | MIT |
| @expo/vector-icons | Icons | MIT |
Website
| Component | Purpose | License |
|---|---|---|
| Next.js | Web framework | MIT |
| React, React DOM | UI library | MIT |
| motion | Animations | MIT |
Backend (Supabase Edge Functions, Deno)
| Component | Purpose | License |
|---|---|---|
| Deno Standard Library | Runtime helpers | MIT |
| @anthropic-ai/sdk | Integration with Claude (AI) | MIT |
| zod | Schema validation | MIT |
Tooling
| Component | License |
|---|---|
| TypeScript | Apache-2.0 |
| ESLint | MIT |
Trademarks and naming rights of the listed projects remain with their respective owners. This listing serves to fulfil license-notice obligations and does not imply endorsement by the listed projects.