License

Nuxt UI Pro is free in development, but you need a license to build your app in production.
The license you bought or will buy is valid for both Nuxt UI Pro v1 and v3, this is a free update.

Plans

You can choose between Solo, Startup and Organization plans, they all provide the same features and give you a license key required to build your apps.

The only difference is the number of developers that can be invited to the private GitHub repository.

Solo

Tailored for indie hackers, freelancers and solo founders.

Startup

Best suited for small teams, startups and agencies with up to 5 developers.

Organization

Ideal for larger teams and organizations with up to 20 developers.

Once purchased, you will receive an email with a license key to activate. Visit https://ui.nuxt.com/pro/activate to activate your license with your GitHub username and license key, you will be invited to the private GitHub repository.

Build

Local

To build your app locally, you can use your license key in your .env file:

.env
NUXT_UI_PRO_LICENSE=<your-license-key>

If you have multiple projects on your machine, you can also add it to your ~/.nuxtrc:

.nuxtrc
uiPro.license=<your-token>

Hosting providers

When deploying your app on Netlify, Vercel, NuxtHub or any other hosting provider, you need to set the NUXT_UI_PRO_LICENSE environment variable to your license key. This process is different depending on the provider but here is a quick guide for the most common ones:

The NUXT_UI_PRO_LICENSE variable is suggested when deploying one of our templates on NuxtHub.