AntAI is a multi-agent organization governance control-plane prototype. This repository currently publishes the frontend source only.
The web app lives in apps/web and is built with React, Vite, TypeScript, shadcn/ui primitives, TanStack Query, TanStack Table, Dnd Kit, and React Flow.
- Node.js 20+
- pnpm 10+
Install dependencies:
pnpm installStart the web app:
pnpm dev:webRun checks:
pnpm typecheck:web
pnpm build:webThis initial public branch intentionally includes only the frontend workspace and the minimal root package files needed to install and run it. Product docs, backend contracts, examples, and research notes are kept out of this branch for now.