Architecture

Repository layout

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

Why this shape