# Devbox

## **Introduction**

ClawCloud Devbox is a one-stop cloud-native development platform integrating development, testing, and production environments. With an integrated design, it automates environment setup, coding, and deployment. Developers can quickly create a development environment with database dependencies via simple operations, and use local IDEs like VS Code or Cursor for remote development. This streamlines workflows and boosts efficiency for both individuals and teams, enabling focus on core code.

## **Core Features**

#### **Instant Collaborative Environment**

ClawCloud Devbox enables rapid configuration of diverse programming language and framework environments. Team members share a unified cloud platform, eliminating environment inconsistencies and synchronizing code, configs, and test data in real - time. Isolated workspaces ensure independent project dependencies.

#### **Seamless Local IDE Integration**

It integrates smoothly with local IDEs. Developers can remotely connect to the cloud environment without tool-switching. Built-in plugins support coding, debugging, and running in a familiar interface, combining local habits with cloud flexibility.

#### **One - Click Environment & Dependency Setup**

One - click creates development environments and database dependencies, no need for manual Docker, Kubernetes, or network configuration. Just select the runtime (e.g., Next.js, Gin) and set resources. Automatic network setup includes domain name assignment and TLS encryption.

#### **Automated Continuous Delivery**

After development and testing in Devbox, package and publish apps. Then, a single click in App Launchpad deploys the app to production. No complex Dockerfiles or Kubernetes files are required, ensuring consistency between development and production.

#### **Flexible Network Access**

Devbox supports access from internal and public networks. Use the assigned domain name for local debugging or external sharing. Port forwarding and public port export functions offer flexible network configuration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.run.claw.cloud/clawcloud-run/guide/devbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
