Skip to content

Latest commit

 

History

History
118 lines (79 loc) · 4.08 KB

File metadata and controls

118 lines (79 loc) · 4.08 KB

AITEAM-X — Project documentation index

Main index for AI-assisted development. Use this document as the entry point for project documentation.


Overview

  • Type: Web monolith (Next.js 15 App Router)
  • Primary language: TypeScript
  • Architecture: Layered BFF (Backend For Frontend)
  • UI: React 19, styles in app/globals.css (custom properties, VT323 font) — no Tailwind
  • Office view: 2D only (pixel-art rooms); no 3D scene or Three.js dependencies
  • Persistence: file system (JSON, YAML, Markdown)
  • Observability: JSONL event log (.aiteam/), REST snapshot + localhost ingest, in-app dashboard linked from Help

Quick reference

  • Stack: Next.js 15, React 19, TypeScript 5, next-intl, MiniSearch, Vitest
  • Entry point: app/[locale]/page.tsx — health check and localized dashboard (/en, /pt)
  • Pattern: BFF monolith + on-disk persistence
  • API routes: 32 route.ts modules under app/api/** (REST + SSE), including observability and arena endpoints
  • Components: ~47 .tsx files under components/
  • distDir: .next-dev in development, .next in production (see next.config.ts)

Generated documentation

Essentials

Technical reference


Additional documentation

User and installation guides

Shortcuts (legacy links)

Memory system

Status and sprint

Superpowers (ideation / roadmap)

Designs and plans for future features (context profiles, portability, web setup):

Specs for the old 3D scene were removed from docs/; history remains in Git if needed.

Visual assets

Other


First steps

git clone https://github.com/INOSX/AITeam.git
cd AITeam
npm install
npm run setup
npm run dev

Open http://localhost:3000 (redirects to the default locale).

If you see missing chunks or CSS after switching between dev and build, run npm run clean:next and restart.


Metadata

Field Value
Last revised 2026-04-03
Mode full_rescan (manual)
Reference workflow document-project v1.2.0