Architecture

apps/
  mobile/        Expo app for iOS, Android, and web
  api/           Fastify backend
packages/
  contract/      ts-rest route definitions and shared request/response types
  db/            Drizzle schema, migrations, and database helpers
  ui/            Optional shared React Native components

Why this shape