Skip to content
NXTG.AI

Next Gen AI

Building the infrastructure layer for AI-native development.

We make AI coding tools work together — not in isolation.


The Forge Ecosystem

Three open-source projects. One mission: make every developer 10x with AI orchestration.

The Forge Trio

The Interface -- React dashboard, Infinity Terminal, governance HUD, and 22 specialized AI agents. The visual layer for the Forge ecosystem.

TypeScript | React | Express | xterm.js

The Brain -- Rust binary that coordinates Claude Code, Codex CLI, and Gemini CLI as a unified team. 9 MCP tools, file locking, knowledge flywheel, drift detection.

Rust | 3 MB | 51 tests | MCP server

The Distribution -- Drop-in Claude Code plugin. git clone and you're running. 19 slash commands, 22 agents, zero npm dependencies.

git clone → instant setup

How They Fit Together

   Developer writes SPEC.md
             |
             v
     forge-orchestrator      <-- Decomposes spec into tasks, assigns to AI tools
             |
   +---------+---------+
   |         |         |
 Claude    Codex    Gemini   <-- Each AI tool works on assigned tasks
   |         |         |
   +---------+---------+
             |
       forge-plugin          <-- 19 commands for governance, testing, deployment
             |
         forge-ui            <-- Dashboard, terminal, real-time monitoring

Why This Exists

AI coding tools are powerful alone. But real projects need coordination:

  • File locking -- Two AI agents editing the same file = merge hell. Forge prevents it.
  • Knowledge capture -- Decisions, learnings, patterns -- automatically classified and searchable.
  • Drift detection -- Your spec says "build auth" but the AI is refactoring CSS? Caught instantly.
  • Governance -- Health scores, doc coverage, architecture compliance. Continuously validated.

We don't build another AI coding tool. We make the ones you already have work together.


Quick Start

The fastest path from zero to orchestrated AI development:

# 1. Install the Claude Code plugin (30 seconds)
cd your-project
git clone https://github.com/nxtg-ai/forge-plugin.git .claude-forge

# 2. Install the orchestrator (optional, for multi-AI coordination)
cargo install --git https://github.com/nxtg-ai/forge-orchestrator

# 3. Initialize
forge init
forge plan --generate   # AI decomposes your spec into tasks

# 4. Ship
forge run --task T-001 --agent claude

Open Source

Everything is MIT licensed. We believe the orchestration layer for AI development should be open infrastructure -- like Git, like Docker, like Kubernetes.

Repo Language License Status
forge-ui TypeScript MIT Production
forge-orchestrator Rust MIT v0.1.0
forge-plugin Markdown MIT Production

Get Involved

We're building in the open and contributions are welcome.

  • Star the repos -- It helps more than you think
  • Try it -- git clone the plugin and use it for a day
  • Contribute -- Check the "good first issues" in forge-orchestrator
  • Ideas & feedback -- Open an issue or reach out
  • Partner -- axw@nxtg.ai

nxtg.ai | Built by @AxW

"The best AI tools deserve a tech lead. We built one."

Popular repositories Loading

  1. forge-orchestrator forge-orchestrator Public

    Universal coordination engine for AI-powered development — orchestrates Claude Code, Codex CLI, Gemini CLI as a coordinated team

    Rust 48 2

  2. nxtg-forge nxtg-forge Public archive

    Self-Deploying AI Development Infrastructure with Claude Code integration

    Python 3

  3. SynApps-v0.4.0 SynApps-v0.4.0 Public

    SynApps is a web-based visual platform for modular AI agents called Snaplets. Its mission is to let indie creators build autonomous AI snaplets like LEGO blocks – each snaplet is a small agent with…

    HTML 2 1

  4. 3db 3db Public

    The Next Generation Intelligent Database System. 3db is a revolutionary unified database ecosystem that intelligently combines PostgreSQL (CRUD operations), pgvector (similarity search), and Apache…

    Python 1

  5. nxtg.ai nxtg.ai Public

    HTML

  6. .github .github Public

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…