Skip to content

devboxerhub/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

DevBoxer

DevBoxer

Code while you sleep.
Delegate coding tasks to AI agents running in the cloud, and come back to pull requests ready to review.

npm Discord Website Docs


πŸ€– What is DevBoxer?

DevBoxer is a developer platform that runs AI coding agents in isolated cloud sandboxes. Describe a task, pick your repo, and an agent clones it, does the work, and opens a PR β€” all while you focus on something else.

  • 🧠 Multiple agents β€” Choose from Claude Code, OpenAI Codex, Gemini, Amp, and more
  • ⚑ Parallel tasks β€” Run several agents at once, each in its own isolated environment, so nothing conflicts
  • 🌍 Works from anywhere β€” Browser, CLI, phone, VS Code, desktop app, or Slack
  • πŸ” Automate recurring work β€” Schedule tasks or trigger them from GitHub events

πŸš€ How it works

  1. Describe your task β€” Select a GitHub repo and tell the agent what to do
  2. Agent works in the cloud β€” Your repo is cloned into a sandbox and the agent starts coding
  3. Review & merge β€” The agent opens a pull request for you to review

πŸ“¦ Install the CLI

The DevBoxer CLI lets you create tasks, pull changes, and manage your workflow from the terminal.

npm install -g @devboxer/cli
devboxer auth

Requirements: Node.js 18+, macOS / Linux / WSL

Quick examples

# Create a task
devboxer create "Fix the login bug"

# Create a task with a specific model
devboxer create "Refactor auth module" --model opus

# Pull a task's branch to your local machine
devboxer pull

# Use as an MCP server with Claude Code
claude mcp add devboxer -- devboxer mcp

See the full CLI documentation for all commands and options.

πŸ› Reporting Issues

Found a bug or have a feature request? Please open an issue β€” we read every one.

When filing a bug, including the following helps us fix it faster:

  • What you expected to happen
  • What actually happened
  • Steps to reproduce
  • Browser / OS / CLI version if relevant

πŸ’¬ Community

Discord

Ask questions, share feedback, and connect with other DevBoxer users.

πŸ”— Links

About

Code while you sleep. https://www.devboxer.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published