Deploy to NuxtHub button

The Deploy to NuxtHub button allows you to deploy a GitHub template directly from the NuxtHub Admin.

The button is designed to be used in the README of a GitHub repository, documentations or any other place where you want to allow users to deploy your project with one click.

NuxtHub Deploy Button

Deploy Button

  1. The image of the button is on https://hub.nuxt.com/button.svg
  2. The link to deploy the project is https://hub.nuxt.com/new?repo=ORG/REPO (replace ORG/REPO with your GitHub repository)
  3. Your repository must be public and marked as "Template repository" on GitHub

To use the button, you need to add the following markdown to your README:

[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?repo=ORG/REPO)

You can see an example of the button in action in the Instadraw repository.

Start with NuxtHub today