Skip to content
DocsSupportPricing
XFigma3.1K
Overview
  • Introduction
  • Get Started
  • License Setup
  • Styling
  • Registry
  • MCP Server
  • Agent Skills
  • Changelog
MCP Server
  • Claude
  • CodexCodexCodex
  • Cursor
  • v0
  • Lovable
  • Replit
  • OpenCode
  • VS Code
  • Zed
Components
  • Alert
  • Autocomplete
  • Badge
  • Data GridVirtualization and row pinning support added
  • Date Selector
  • File Upload
  • Filters
  • Frame
  • Icon Stack
  • Kanban
  • Number Field
  • Phone Input
  • Rating
  • Scrollspy
  • Sortable
  • Stepper
  • Timeline
  • Tree

Application

  • App Shell
  • Auth
  • Card
  • Chart
  • Dashboard
  • Dialog
  • Empty State
  • Form
  • Kanban Board
  • List
  • Navbar
  • Onboarding
  • Profile
  • Schedule
  • Settings
  • Stats
  • Timeline
  • Wizard

Solutions

  • Agents
  • AI Ops
  • Analytics
  • Billing
  • Bookings
  • CRM
  • Inventory
  • Users

eCommerce

  • Category Card
  • Checkout
  • Comparison
  • Coupon
  • Filter Sidebar
  • Product Card
  • Product Detail
  • Product Grid
  • Receipt
  • Review
  • Shopping Cart
  • Wishlist

Data Grid

  • Base
  • Columns
  • Drag & Drop
  • Editing
  • Expansion
  • Filtering
  • Grouping
  • Virtualization

Marketing

  • Blog
  • Contact
  • CTA
  • FAQ

Resources

  • Components
  • Blocks
  • Docs
  • Support
  • Pricing
  • RoadmapSoon
  • AffiliateSoon

Legal

  • Privacy Policy
  • Terms & Conditions
  • License
  • Refunds
  • Cookies

© 2026ReUI · All rights reserved

3.1K

License Setup

PreviousNext

Configure your ReUI license key for premium registry installs.

Use this guide when you want to install premium ReUI registry items with the shadcn CLI. Free components do not require a license key, but premium blocks, icons, and templates do.

Your License Key

Use the license key from your ReUI account:

You need to be logged in to see your license key

Login

CLI Installation

This is the recommended setup for premium registry installs.

Prerequisites

  • A React project with shadcn/ui initialized
  • Node.js 18 or newer
  • A components.json file in your project root

Add your license key to .env.local in the root of your project:

REUI_LICENSE_KEY=your-license-key-here

Update components.json to use the authenticated @reui registry config:

Get StartedStyling

On This Page

Your License KeyCLI InstallationPrerequisitesManual Copy & PasteRelated Guides
{
  "registries": {
    "@reui": {
      "url": "https://reui.io/r/{style}/{name}.json",
      "headers": {
        "Authorization": "Bearer ${REUI_LICENSE_KEY}"
      }
    }
  }
}

Install registry items from the same namespace:

pnpm dlx shadcn@latest add @reui/c-data-grid-1

Free components continue to work with the authenticated config, so you do not need a second registry namespace.

Manual Copy & Paste

Prefer to browse and copy code directly instead of using the CLI?

  • Browse premium sections in Blocks
  • Browse premium icon packs in Icons
  • See plan details in Pricing

Related Guides

  • Get Started
  • Registry