Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free and open-source starter project to help you get started with the core Flowbite Library components and Nuxt.js.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Tailwind 4 Nuxt Starter is a free, open-source boilerplate that connects Nuxt.js 3, Tailwind CSS v4, and Flowbite's component library in a single Vue project.
Tailwind 4 Nuxt Starter is a starter project and installation guide published by Flowbite. It takes a fresh Nuxt project as input and outputs a development environment where Tailwind CSS v4 utility classes and Flowbite components (modals, navbars, tables, dropdowns) work together. The project runs on Node.js with the Nuxt development server at localhost:3000. The repository includes instructions for both JavaScript and TypeScript versions.
npx nuxi init, giving you the latest Nuxt 3 structure.@tailwindcss/vite plugin and a single input.css file that imports Tailwind.npm install to running the dev server.The setup follows a three-phase process: first create a Nuxt project with npx nuxi init and start a dev server on port 3000; second, install Tailwind CSS v4 and register its Vite plugin in the Nuxt config file; finally, install Flowbite and import its theme, plugin, and source paths in the main CSS file. After those steps, Flowbite components are ready to use in any Vue template.
The starter is free and open-source. There are no paid tiers or usage fees.
Yes, the project is free and open-source. You can use it without paying for a license, and the repository is publicly available.
It targets Nuxt 3, Tailwind CSS v4, and the current Flowbite library. The guide also covers the TypeScript configuration.
You can build any Nuxt-based interface that uses Tailwind for styling and Flowbite for interactive components, such as dashboards with modals, tables, and dropdowns.
Yes, Node.js and NPM are required. The setup commands use npm install and npx nuxi init, which depend on Node.js.
