Monorepo for the MeSpace product: web (Next.js), mobile (Expo/React Native, iOS + Android, CarPlay in a later phase), and shared logic.
apps/web— Next.js web appapps/mobile— Expo React Native app (iOS, Android)packages/core— shared types and validation schemaspackages/api-client— shared typed data-fetching layer
See docs/superpowers/specs/2026-08-01-crossplatform-app-design.md in the
infra repo for the architecture rationale.
pnpm install— install all workspace dependenciespnpm turbo run build— build all apps/packagespnpm turbo run test— run all testspnpm turbo run lint— lint all apps/packages