# Cleavr

> Deploy Nitro apps to Cleavr.

**Preset:** `cleavr`

<read-more></read-more>

<note>

Integration with this provider is possible with [zero configuration](/deploy/#zero-config-providers).
</note>

## Set up your web app

In your project, set Nitro preset to `cleavr`.

```js
export default {
  nitro: {
    preset: 'cleavr'
  }
}
```

Push changes to your code repository.

**In your Cleavr panel:**

1. Provision a new server
2. Add a website, selecting **Nuxt 3** as the app type
3. In web app > settings > Code Repo, point to your project's code repository
You're now all set to deploy your project!
