---
title: "Zeabur"
description: "Deploy your Nuxt Application to Zeabur."
canonical_url: https://nuxt.com/deploy/zeabur
last_updated: 2026-04-15
---

# Zeabur

> Deploy your Nuxt Application to Zeabur.

Nuxt supports deploying on [Zeabur](https://zeabur.com) with minimal configuration.

## Setup

1. Create a new Zeabur app for Nuxt following the [guide](https://zeabur.com/docs/guides/nodejs/nuxt).
2. During the deployment process, you can configure environment variables in Zeabur dashboard. In your service page, open the variables tab set the following [environment variable](https://zeabur.com/docs/deploy/variables):```bash
SERVER_PRESET=zeabur
```

## Learn more

<read-more target="_blank" to="https://nitro.unjs.io/deploy/providers/zeabur">

Head over **Nitro documentation** to learn more about the Zeabur deployment preset.

</read-more>
