NuxtHub is a deployment and administration platform for Nuxt, powered by Cloudflare.
The main difference with the Cloudflare deployment is that NuxtHub provides a zero-configuration deployment experience (provisioning, deployment, and administration).
It also provides a powerful admin interface to manage your Nuxt projects (database, blob, KV, ...) as well as remote storage.
Read more on hub.nuxt.com.
You can deploy your local project with a single command:
npx nuxthub deploy
The command will:
See an example in video:
npm i -g nuxthub.New Project then Import a Git repositoryImport repository.nuxt.dev domainAfter your project has been imported and deployed, all subsequent pushes to branches will generate preview deployments and all changes made to the production branch (commonly “main”) will result in a production deployment.