@team9ai/team9

by team9ai · v1.0.0 · prompt

Team9 is a full-stack instant messaging and team collaboration platform built as a monorepo. The backend uses NestJS with PostgreSQL (Drizzle ORM), while the frontend is a Tauri-based cross-platform d

Install

Add @team9ai/team9 to Claude Code with the PolySkill CLI: polyskill add @team9ai/team9

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview Team9 is a full-stack instant messaging and team collaboration platform built as a monorepo. The backend uses NestJS with PostgreSQL (Drizzle ORM), while the frontend is a Tauri-based cross-platform desktop app (React + TypeScript) with real-time WebSocket communication via Socket.io. ## Common Commands ### Development ```bash pnpm dev # Run server (gateway + im-worker) and client concurrently pnpm dev:client # Web frontend only (Vite dev server) pnpm dev:desk…

Keywords: github, team-collaboration, instant-messaging, nestjs, postgresql, drizzle-orm, cross-platform, monorepo, tauri