Documentation Index
Fetch the complete documentation index at: https://docs.joggr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Remote sandboxes are not yet available. Follow the roadmap
→
Why Remote
Local worktrees and containers both require your machine to stay on and connected. That works for quick tasks, but breaks down when:- Tasks run for hours — large refactors, test suites, or migrations that shouldn’t depend on your laptop staying open
- You need more compute — GPU access, high memory, or beefy CPUs that your local machine can’t provide
- Teams need to collaborate — multiple people reviewing, debugging, or iterating on the same environment
- CI-like execution — you want agent work to run like a pipeline, not a local process
What You Get
Cloud Execution
Run agents on remote machines. Your laptop can sleep — the work continues.
Scalable Resources
Choose the machine size for the job. Scale up for GPU or high-memory tasks, scale down after.
Persistent State
Sandboxes persist across sessions. Disconnect and reconnect without losing state.
Preview URLs
Expose preview URLs for running apps — review a full Next.js UI in your browser and tell the
agent what to fix.
How It Works
Provision
Joggr provisions a cloud sandbox and clones your repository automatically. The default
joggr/claude image includes Claude and other AI tools out of the box.Configure
Optionally provide a Dockerfile to install additional dependencies (
apt-get, language
runtimes, etc.). Only public base images are supported.Execute
The agent runs in the cloud. Detach and it keeps running in the background — your laptop can
sleep and the work continues. Reattach anytime to check progress.