@lostintangent/toy-box
v0.1.5
Published
Your personal coding agent server
Readme
🧸 Toy Box
Features
- Start + resume agentic coding sessions against your local dev box
- CMD+click sessions to open a grid of sessions (up to 4)
- Sessions track in-progress/unread state, which is synced across all clients
- Integrated terminal allows running shell commands as needed
- PWA/responsive layout makes working on sessions from your phone a breeze
- Automated sessions allow you to schedule recurring tasks
Getting Started
- Install the Copilot CLI and authenticate with your GitHub account
cdinto the project directory you want to work on remotely- Run
npx @lostintangent/toy-box(orbunx @lostintangent/toy-box) - Start running agentic tasks on your machine 🚀
If you'd also like to be able to access your toy box server from your phone and/or other devices, then simply setup Tailscale and access the UI via http://<machine-ip-or-dns-name>:3000.
Note: You can also install the Toy Box CLI globally and run it via
toy-box.
Developing
- Clone this repo
- Run
bun install - Run
bun dev
