Overview

NextReady is a ready-to-use boilerplate with already installed shadcn/ui, Magic UI, TailwindCSS, and more. It is designed to help you build your next project quickly and easily. Just use bunx to install any component.

Install a Component

  1. shadcn/ui

    Here's an example of how to install the Drawer component using shadcn CLI:

    bash

    bunx shadcn@latest add drawer
  2. Magic UI

    With shadcn CLI you can install Magic UI components too. Here's an example of how to install the Rainbow Button component:

    bash

    bunx shadcn@latest add "https://magicui.design/r/rainbow-button"
  3. SyntaxUI

    This is a free component and template library that you can use by simply copying the code and saving it in the components folder.

  4. Find out more here:

Theming

If you feel bored with the default theme, you can easily customize it here: ui.shadcn.com/themes. Or, use any TailwindCSS-based library like neobrutalism.dev.

Tip. You can also use v0 to generate unlimited UIs with a chat interface to AI.