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
- Host: GitHub
- URL: https://github.com/mggwxyz/bonsai
- Owner: mggwxyz
- License: mit
- Created: 2026-05-24T19:22:50.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-06-17T17:22:18.000Z (4 days ago)
- Last Synced: 2026-06-17T19:19:43.048Z (4 days ago)
- Topics: caddy, custom-urls, git, git-worktrees, ports
- Language: TypeScript
- Homepage: https://mggwxyz.github.io/bonsai/
- Size: 2.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.