Loopyard Feature
Zero-config project setup
Point Loopyard at a git repo. It figures out the rest.
Most projects come with a README that’s half right, a .env.example that’s half full, and a setup script that worked on the author’s laptop in 2023. You spend an afternoon getting it to boot before you write your first line of code.
Loopyard skips that afternoon. Point it at a git repo and the setup agent reads the codebase the way a new hire would: package.json, Gemfile, mix.exs, requirements.txt, the migration folder, the docker-compose file if there is one. It figures out the language, the framework, the databases, the queue, and what your dev server is called. Then it writes the Dockerfile, writes the compose file, fills in sensible defaults, and starts everything up.
You watch it work in real time. The terminal stream is live, the chat is live, the service logs are live. If it gets stuck on something genuinely project-specific, you tell it; it doesn’t ask you the same question twice.
By the time you’d have finished reading the README, the dev server is up, the database is migrated, and an agent is sitting in the workspace container waiting for the first task.
More features
-
Full Docker stack per project
Each project gets its own Docker Compose. Isolated, reproducible, and gone when you stop it.
Read more
-
Multiplayer by default
Share an agent the way you'd share a Google Doc. Anyone with the link is in the room.
Read more
-
Multiple agents per project
One project, several agents working in parallel. Each in its own session, each visible.
Read more
-
SSH into any container
ssh -p 2222 container-name@localhost. Same session the agent is in. Same shell, same prompt.
Read more
-
Works from any device
Every session is a URL. Every URL works on every device. The agent doesn't care which one is in front of you.
Read more
-
Persistent containers
A project keeps running between sessions. Come back tomorrow, the dev server is already up.
Read more