daisyUI v5.6 is now available!

Next.js UI library

Build Next.js UI with Tailwind CSS and daisyUI

Next.js UI library

Next.js UI has a client boundary problem

Next.js lets you mix Server Components, Client Components, layouts, streaming, and API routes. A UI library should respect those boundaries. Many libraries don't.

Some component packages turn simple interface parts into client-side components. A button, badge, or card shouldn't need hydration. When enough of those pieces stack up, the app ships more JavaScript than the screen deserves.

Styling can become another trap. If every project uses the same preset UI library, your Next.js app starts to look familiar in the wrong way. Customizing it may require theme adapters, wrapper components, and CSS overrides that fight the library.

Next.js + Tailwind CSS + daisyUI

Tailwind CSS already fits Next.js well. daisyUI adds component classes without changing your rendering model.

  • Server Component friendly: daisyUI classes render as HTML and CSS. They don't force a Client Component boundary.

  • No hidden runtime: Components like cards, buttons, menus, and alerts don't bring extra JavaScript.

  • : Use navbar, btn, menu, and card in pages and layouts without burying markup inside a third-party component tree.

  • Theme at the document level: Set a theme with cookies, headers, local storage, or app state. daisyUI reads it from the DOM.

You keep the parts Next.js is good at: routing, rendering, data, and deployment. daisyUI keeps common UI from turning into repetitive CSS work.

I use daisyUI for every site now!

TikitaTech
Indie hacker

I've been *enjoying daisyui* since I discovered it very recently, great job!

Vincent Bergeron
Software Developer

I love daisyUI, It's by far *my favorite CSS tool* and what finally got me into Tailwind. I'm shipping great looking UIs thanks to daisyUI.

Alejandro Barrera Aponte

The new daisyUI 5.0 is awesome! The UI components are smooth and has a lot of new goodies.

Ovi Stoica
Software Developer

We use daisyUI + Tailwind with our projects. It has been *extremely helpful* building websites fast and give us a red design line through several different projects.

TiiaAurora
Tech journalist

DaisyUI just looks amazing.

Kelvin Htat
Solo founder

Install Tailwind CSS and daisyUI for Next.js

Next.js uses Tailwind CSS through PostCSS in the current guide. Install Tailwind CSS, @tailwindcss/postcss, and daisyUI, then add @plugin "daisyui" in app/globals.css.

For the exact commands and the Turbopack note, see How to install daisyUI with Next.js.

daisyUI is the most popular
component library for Tailwind CSS

Used by engineers at

Meta Research
Alibaba
Amazon
Adobe
Pepsico
Google Cloud