---
url: /en/workspaces/intro.md
---
A remote development solution based on Cloud Native Build, supporting remote development through WebIDE, VSCode client, and Cursor client connections to remote development environments.

Workspaces has the following characteristics:

* `Declarative`: Based on Docker ecosystem, development environments are declared through Dockerfile and managed alongside source code
* `Quick Start`: Even for extremely large repositories, code and environment can be prepared in seconds
* `On-demand Usage`: Development resources are obtained on-demand and quickly recycled when idle to avoid resource waste

## How to Use

On the repository branch page, click the `Workspaces` button in the top right corner to create a development environment with one click.
Without any configuration, you can directly open a default development environment.

![](/images/workspaces/entrance.en.png)
