The ultimate Nuxt and Vue UI library

Nuxt UI Pro is a collection of premium Vue components built on top of Nuxt UI to create beautiful & responsive Nuxt applications in minutes. It includes all primitives to build landing pages, documentations, blogs, dashboards or entire SaaS products.

The freedom to build anything

Nuxt UI Pro ships with an extensive set of advanced components that cover a wide range of use-cases. Carefully crafted to reduce boilerplate code without sacrificing flexibility.
  • Like Nuxt UI, change the style of any component from your App Config or customize them specifically through the ui prop.
  • Each component leverages the power of Vue's slots to give you the flexibility to build anything.
  • Nuxt UI Pro components aims to structure your content, they are responsive by design and will adapt to any screen size.
app.vue
<script setup lang="ts">
const links = [
  { to: '/', label: 'Home' },
  { to: '/about', label: 'About' },
  { to: '/contact', label: 'Contact' }
]
</script>

<template>
  <UApp>
    <UHeader :links="links" />

    <UPageHero title="Hello World" />

    <UPageSection title="Features">
      <UPageGrid>
        <UPageCard title="First Card" />
        <UPageCard title="Second Card" />
        <UPageCard title="Third Card" />
      </UPageGrid>
    </UPageSection>

    <UFooter />
  </UApp>
</template>

The flexibility to control your data

Although you can use any data source you want, Nuxt UI Pro is fully integrated with Nuxt Content and provides additional features when the module is detected.
  • Nuxt UI Pro overrides Nuxt Content prose components to make them awesome but also adds new ones like Callout, CodeGroup, Field, etc.
  • Nuxt UI Pro ships with a ready to use command palette component. No need to setup Algolia DocSearch anymore.
pages/[...slug].vue
<script setup lang="ts">
const route = useRoute()

const { data: page } = await useAsyncData(route.path, () => queryCollection('content').path(route.path).first())
</script>

<template>
  <UPage>
    <UPageHeader :title="page.title" :description="page.description" :links="page.links" />

    <UPageBody>
      <ContentRenderer v-if="page.body" :value="page" />
    </UPageBody>

    <template #right>
      <UContentToc :links="page.body.toc.links" />
    </template>
  </UPage>
</template>
Templates

Kickstart with Nuxt UI in seconds

Choose from a variety of templates to get started with Nuxt UI Pro in seconds. Each template is designed to help you build beautiful and responsive Nuxt applications in minutes.
  • Starter
    A simple and clean template to get started with Nuxt UI Pro.
  • SaaS
    A template for building a SaaS application with Nuxt UI Pro.
  • And more
    Explore all available templates to find the one that fits your needs.
Product screenshot
Pricing

A plan for every need

On top of 40+ open source components from Nuxt UI, Pro gives you access to 50+ premium Vue components to create beautiful & responsive Nuxt applications in minutes. It includes all primitives to build landing pages, documentations, blogs, dashboards or entire SaaS products.
Solo
Tailored for indie hackers, freelancers and solo founders.
$249
one-time paymentplus local taxes
  • One developer
  • Unlimited projects
  • Access to the GitHub repository
  • Unlimited minor & patch updates
  • Lifetime access
Startup
Best suited for small teams, startups and agencies.
$499
one-time paymentplus local taxes
  • Up to 5 developers
  • Unlimited projects
  • Access to the GitHub repository
  • Unlimited minor & patch updates
  • Lifetime access
Organization
Ideal for larger teams and organizations.
$999
one-time paymentplus local taxes
  • Up to 20 developers
  • Unlimited projects
  • Everything in Startup
  • Prioritized feature requests
  • Unlimited minor & patch updates
  • Lifetime access

Trusted by the world's best

What people are saying

Nuxt UI Pro is already trusted by 1,500+ users and teams around the world.
We were using a SaaS service for the docs site, but were left unfulfilled. We put in the effort to do it in house, with UI Pro and not only did we get complimented by a prospect on our site, but they wanted to know our platform.
AB

Anthony Bettini

CEO and founder of VulnCheck

Wow, Nuxt UI Pro is a total game-changer! I'm seriously impressed with the quality, attention to detail, and the insane variety of components you get. It's like hitting the jackpot for any developer. I've saved countless hours that I would've spent stressing over making my apps look good, with amazing accessible UX, and instead, I've been able to focus on the real deal – building the app itself. It's an instant buy for me, every single time. No second thoughts!
YJ

Yaz Jallad

Founder Ninjaparade Digital

Nuxt UI Pro saves 100s of hours of dev and design time while delivering a clean professional look on any device.
KO

Kevin Olson

Founder of Fume.app

I decided to replace my custom-built components with a component library and chose Nuxt UI Pro. It only took me a few hours, and the new UI looks more professional. Integrating the library is easy; the components are well-documented and highly customizable. I can only recommend it; this library is my new choice for new SaaS products.
MH

Michael Hoffmann

Senior Frontend Developer

Nuxt UI Pro is my go to component library. Out-of-the-box it handles all of the UI demands I throw at it while looking great. The customisation is really worth thought out, allowing you to override components in a breeze. Always amazed at the improvements dropped in each update as well, the team is doing an amazing job.
HW

Harlan Wilton

Nuxt core team member

I jumped at the chance to buy the Nuxt team's new UI kit as soon as I saw it. While I'm already a fan of Nuxt UI, the pro version takes it to a whole new level and lets me paste entire blocks into all my projects, saving me a ton of time.
TS

Thomas Sanlis

Freelance developer and designer

Nuxt UI has allowed me to develop my SaaS without any prior mockups. The design quality of their components and the intelligence of the DX meant that I was able to try many different layouts for my application until I found the perfect UX for my users. Nuxt UI is the ui-kit I would have dreamed of building myself, and Nuxt UI Pro makes things even easier when you want to go further with your SaaS. Kudos to the team.
BC

Benjamin Code

YouTuber and SaaS builder

Nuxt UI Pro is my preferred choice for everything, from a POC to a web platform. It's ready to use out-of-the-box and assists me in crafting pixel-perfect UIs. It saves me a significant amount of time while remaining highly customizable. Give it a try, and you won't be let down.
ES

Estéban Soubiran

Web developer and UnJS member

As someone who builds a lot of open-source projects, Nuxt UI Pro has completely changed my development workflow. The components are not just beautiful, they're thoughtfully designed with developer experience in mind. From dashboards to documentation sites, everything just feels right.
HR

Hugo Richard

Frontend Engineer at NuxtLabs

“Nuxt UI, born from a desire to improve Vue component development, is the go-to library for building modern web interfaces. We aim to provide you with a comprehensive set of tools to create and customize your next UI while maintaining the best developer experience.”
BC

Benjamin Canac

Author of Nuxt UI

Frequently Asked Questions

If you can't find what you're looking for, email our support team and if you're lucky someone will get back to you.

Start with Nuxt UI Pro today