An open API service indexing awesome lists of open source software.

https://github.com/mggwxyz/bonsai

A CLI tool for setting up git projects for parallel local development using worktrees
https://github.com/mggwxyz/bonsai

caddy custom-urls git git-worktrees ports

Last synced: 3 days ago
JSON representation

A CLI tool for setting up git projects for parallel local development using worktrees

Awesome Lists containing this project

README

          

# bonsai

A suite of local-first, worktree-isolated developer tools.

| Package | Path | What it is |
|---|---|---|
| `bonsai` | `apps/bonsai` | Per-branch git worktrees with ports and Caddy URLs (CLI). |
| `@bonsai/devgraph` | `apps/devgraph` | LangGraph orchestrator: ticket → PR. |
| `@bonsai/pr-review-dashboard` | `apps/pr-review-dashboard` | AI PR review & triage web app. |
| `@bonsai/cloud-agents` | `apps/cloud-agents` | Control surface over coding agents. |
| `@bonsai/factory` | `apps/factory` | Nightly code factory: ideate → implement → open PRs. |

## Develop

```bash
bun install
bunx turbo run typecheck test build
```

This is a Bun-workspaces + Turborepo monorepo. See `docs/superpowers/specs/` for design.