# Deploy sandboxes on Northflank cloud

Deploy sandboxes with microVM isolation on Northflank's managed cloud. Boot times under 1 second with VM-level isolation for running untrusted code.

## Create a project

Sandboxes run in projects deployed to Northflank's managed cloud. MicroVM isolation is enabled by default.

> [!note] 
> [Click here](https://app.northflank.com/s/account/projects/new) to create a project.

1. Navigate to the Northflank dashboard and click **Create Project**

2. Enter a project name

3. Choose **Northflank Cloud** as the deployment target

4. Select a region

5. Click **Create project**

Your sandboxes will run in the selected region on Northflank's managed infrastructure with microVM isolation enabled by default.

Learn more about creating projects in the [Create a project](/docs/v1/application/getting-started/create-a-project) guide.

## Deploy sandbox workloads

Deploy workloads in your project with microVM isolation enabled by default. Each workload runs in its own microVM with a dedicated kernel, providing strong isolation.

Attach volumes to preserve data across restarts and pauses. Scale to zero to pause compute billing while keeping storage intact.

- [Build and deploy your code: Quickly and easily build and run code from a Git repository using a Dockerfile or buildpack.](/v1/application/getting-started/build-and-deploy-your-code)
- [Add a persistent volume: Add persistent volumes to your deployments.](/v1/application/databases-and-persistence/add-a-volume)

## Next steps

- [Deploy a sandbox in your own cloud: Create sandboxes in your own cloud with microVM isolation enabled.](/v1/application/sandboxes/deploy-sandboxes-in-your-cloud)
