Click any image to explore the gallery in full screen
ESCClose←→Navigate
Overview
About This Project
Nexa is a multi-agent AI platform I'm building where four specialized agents — each with isolated memory, custom tools, and autonomous workflows — work together in one workspace, powered by Claude. This entry covers the dashboard and product itself; the origin and vision are documented in a separate build-log entry.
Each agent runs its own pgvector-backed knowledge base with row-level isolation and a real-time streaming chat interface, coordinated through the Claude Agent SDK for reliable multi-step tool use. The build is documented in public as a record of real production engineering — architecture trade-offs, RAG pipelines, and the bugs along the way.
Stack: Next.js, TypeScript, NestJS, Prisma, PostgreSQL + pgvector, Redis/BullMQ, Anthropic Claude + Agent SDK, Clerk, Stripe, Langfuse. Code is public on GitHub.