Installation
Install RAPID and get your environment set up.
RAPID is an orchestration layer for AI-assisted development. It manages the complexity of running AI coding tools inside containerized environments.
rapid start / rapid stop handle everything.envrcAGENTS.md, CLAUDE.md with project contextAI coding assistants are powerful but require significant setup:
Setting this up for each project is tedious, error-prone, and often results in inconsistent experiences.
RAPID provides a single orchestration layer that handles all of this automatically:
# That's it. You're ready to code with AI.rapid startrapid devBeyond tooling, RAPID embodies a methodology for effective AI-assisted development:
| Phase | Purpose |
|---|---|
| Research | Gather context before engaging AI — codebase structure, docs, patterns |
| Augment | Enhance with external knowledge — APIs, documentation, MCP servers |
| Plan | Structure work before execution — task breakdown, acceptance criteria |
| Integrate | Ensure environment readiness — containers, secrets, tooling |
| Develop | Execute with AI assistance — generate, test, iterate, review |
| Tool | CLI | Status |
|---|---|---|
| Claude Code | claude | Supported |
| OpenCode | opencode | Supported |
| Aider | aider | Supported |
| GitHub Copilot CLI | gh copilot | Planned |
Installation
Install RAPID and get your environment set up.
Quickstart
Get started in 5 minutes with your first RAPID project.