Getting startedStarter kits

Next.js Starter Kit

Start building your Next.js application with LibravelUI and Tailwind CSS v4.

This starter kit provides a pre-configured Next.js App Router setup with React 19, Tailwind CSS v4, and LibravelUI components right out of the box.

Clone the Starter Kit

Use create-next-app to scaffold the project directly from our starter template:

npx libravelui@latest create --next

Install Dependencies

Navigate to your application directory and install the necessary dependencies. Note that newer versions of create-next-app might install them automatically.

npm install cd my-app
npm install

Start the Development Server

Start building your application by running the Next.js development server:

npm run dev

Your application should now be accessible at http://localhost:3000.

What's Included?

  • Next.js 15: App Router, Server Components, and the latest Next.js features.
  • React 19: The library for web user interfaces.
  • Tailwind CSS v4: Utility-first CSS framework natively integrated with standard Next.js NextConfig.
  • LibravelUI: Pre-configured with the core CLI, CSS variables, and basic primitives.
  • TypeScript: Strictly typed configuration.