Skip to main content
A “project” is the core organizational unit in Cloud Code. Each project corresponds to an independent cloud sandbox environment with its own Claude Code environment, file system, and other resources.

Create a Project

1

Click New

Click the + New Project button in the sidebar
2

Enter a Name

Enter a project name (for example: my-first-app)
We recommend using English letters, numbers, and hyphens for project names, and avoiding special characters.
3

Confirm Creation

Click the Create Project button
my first app

Project Status

After you create a project, Cloud Code automatically configures a cloud sandbox environment for it. The project will go through the following statuses:
StatusIconDescription
creatingInitializing the cloud sandbox
runningThe sandbox is ready and can be used
errorThe sandbox is running abnormally. Please try again later

Manage Projects

Please note: Deleting a project will permanently delete all files and session history. This action cannot be undone. Make sure you have backed up important data.

Switch Projects

Click a project name in the left sidebar to switch to it

Delete a Project

Click the delete icon to the right of the specified project to delete it

Modify a Project

Click the edit icon to the right of the specified project to modify its name

Session Management

Manage sessions in a project

File Management

Manage files in a project

Git Integration

Version control and code backup