Skip to content

mansiverma897993/Forge-AI

Repository files navigation

⚙️ Forge AI

The AI Engineering Operating System

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


Overview

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.

Monorepo

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

Quick start

# 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

Scripts

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

License

Proprietary — © Forge AI.

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages