Design, build, review, deploy, monitor, and maintain software with intelligent AI agents.
Next.js 15 · React 19 · Fastify · Prisma · PostgreSQL + pgvector · Redis · BullMQ · Kafka · LangGraph-style agents
Forge AI unifies the entire software delivery lifecycle behind a single, premium web application backed by autonomous, human-in-the-loop AI agents. It ships with GitHub/Slack/Docker/Kubernetes integrations, real-time collaboration, full observability, and enterprise-grade RBAC + audit.
See docs/ for the SRS, architecture, database design, and API contracts.
apps/web Next.js 15 frontend (monochrome design system)
apps/api Fastify backend — REST + WebSocket + workers
packages/db Prisma schema, migrations, seed
packages/core Shared zod contracts, domain types, crypto, agent catalog
packages/ui Shared design-system primitives
packages/config Shared tsconfig presets
infra/ Docker, Kubernetes, Nginx, Prometheus/Grafana/Loki
# 1. Install
pnpm install
# 2. Environment
cp .env.example .env # fill in AI keys as needed
# 3. Infra (Postgres+pgvector, Redis, Redpanda)
pnpm docker:up
# 4. Database
pnpm db:generate && pnpm db:migrate && pnpm db:seed
# 5. Develop (api on :4000, web on :3000)
pnpm dev| Command | Description |
|---|---|
pnpm dev |
Run web + api in watch mode |
pnpm build |
Build all packages |
pnpm typecheck |
Type-check the monorepo |
pnpm test |
Run test suites |
pnpm db:studio |
Open Prisma Studio |
pnpm docker:up |
Start local infra |
Proprietary — © Forge AI.