Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builder

Builder is an AI-powered developer tool system comprising a web client dashboard and an AI gateway proxy service (agent-gate).

🏗️ Repository Architecture

This repository uses a Two-Repo / Submodule Setup:

  • builder (Primary Monorepo Shell): Contains project specifications, career roadmap, and the frontend client dashboard (client/).
  • agent-gate (git@github.com:vineet-k09/agent-gate.git): Independent backend repository attached as a Git Submodule under agent-gate/.
builder/
├── client/              # React + Vite + TypeScript Frontend
├── agent-gate/          # [Git Submodule] FastAPI AI Proxy & Security Gateway
└── PROGRESS.md          # Implementation Progress Tracking

🚀 Getting Started

1. Cloning the Repository

To clone builder along with the agent-gate submodule in one command:

git clone --recursive git@github.com:vineet-k09/builder.git

If you already cloned builder without --recursive:

git submodule update --init --recursive

2. Updating Submodules

To pull the latest changes from agent-gate:

git submodule update --remote --merge

3. Working in agent-gate

When modifying code inside agent-gate/:

  1. Commit and push changes directly within agent-gate/:
    cd agent-gate
    git add .
    git commit -m "feat: new feature in agent gate"
    git push origin main
  2. Step back to builder/ and record the submodule commit reference update:
    cd ..
    git add agent-gate
    git commit -m "chore: update agent-gate submodule reference"
    git push origin main

📄 License

MIT

About

AI Developer Tool Platform featuring React client dashboard and agent-gate security proxy submodule

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages