paraspace
v0.4.3
Published
ParaSpace: parallel dev workspaces on Incus
Maintainers
Readme
ParaSpace
para runs any number of full, isolated copies of your project side by side on
your own machine. Each workspace is an unprivileged Incus system container
with its own clone, its own running services, and its own
https://<name>.<domain> URL, so
several coding agents (or you) can build, run and break things in parallel
without colliding.
Documentation
- Install ParaSpace
- Why ParaSpace · Prior art
- Use a ParaSpace project
- How it works · Running coding agents
- Project setup · Cookbook
- Commands · The env file · Hooks · Layers · Publishing plugins · The image contract · Contract versioning
- Troubleshooting
Contributing
PRs are welcome! Please follow the house style.
bin/lint and test/run run in CI. The e2e tier is not run in CI, so run it
locally before merging anything touching up, routes or lifecycle. See
test/README.md.
npm run site previews the VitePress docs; npm run site:build checks for
dead links.
