To deploy your Nuxt application on the Edge, we use Cloudflare Pages. Therefore, we require you to create a Cloudflare account. You can deploy NuxtHub projects with a free Cloudflare account.
Deploy to NuxtHub
NuxtHub Setup
Sign In to Nuxthub admin and click the New Project button.

The first build may fail as NuxtHub sets up bindings, triggering an automatic redeployment. This is expected and can be ignored.
Local Development
Once your project is deployed, you can use the remote storage in your local project.Make sure you already have generated the migrations with
pnpm db:generate
