This repo is now organized as a Turborepo monorepo:
apps/web: React Router frontendapps/api: NestJS HTTP API (Drizzle ORM) for auth, users, chats, and readsapps/ws-server: Go WebSocket realtime server (WS writes, presence, Redis fanout)apps/chat-service: NestJS gRPC service for chat workflowsapps/notification: NestJS RabbitMQ microservice for push notificationspackages/db: Drizzle schema/client/migrations
pnpm install
pnpm devpnpm lint
pnpm fmtFormatting/linting uses oxfmt and oxlint.