---
url: /en/workspaces/intro.md
description: >
  Introduces CNB Workspaces, a cloud-native remote development solution
  supporting WebIDE, VSCode, and Cursor clients, featuring declarative
  environment configuration, quick startup, and on-demand resource allocation.
---
A remote development solution based on Cloud Native Build, supporting remote development
through WebIDE, VS Code, and Cursor clients.

Key features:

* **Declarative**: Based on the Docker ecosystem,
  development environments are declared through Dockerfile and managed alongside source code.
* **Quick Start**: Even for extremely large repositories, environments can be prepared in seconds.
* **On-demand Usage**: Development resources are obtained on demand and automatically recycled when idle to avoid 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. No additional configuration is needed.

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