AI-native process manager
Run your whole dev stack from one command.
Zero-config project detection, daemon-backed process control, cross-service log search,
port cleanup, health checks, and a terminal UI built for humans and coding agents.
Production targets: macOS and Linux on arm64 and amd64.
$ stackplay up --json
{
"ready": true,
"procs": [
{"name": "web", "status": "running", "ports": [3000]},
{"name": "api", "status": "running", "ports": [4000]},
{"name": "worker", "status": "running"}
]
}
$ stackplay search "error" --json --max-hits 50
$ stackplay watch --level error --ndjson