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

Bolt

PreviousNext

Connect the ReUI MCP server to Bolt and build UI from the ReUI registry by chat.

Bolt connects to the ReUI registry in one step: add the ReUI MCP server as a custom connector and you can build UI straight from chat.

Connect ReUI

Add the ReUI connector

In Bolt, open Settings, go to Connectors, and choose Manage connectors (you can also reach this from the plus icon, then Connectors, then Manage connectors). Click Custom MCP server and fill in the form:

Connector settings
Name: ReUI
URL: https://mcp.reui.io
Transport type: HTTP
Authentication: MCP OAuth

Then click Connect. A "Connected" status confirms the server is set up.

Sign in with ReUI

The first time Bolt calls a ReUI tool, a browser window opens with a "Sign in with ReUI" prompt. Authorize the connection there and Bolt is ready to use. If you do not have a ReUI account yet, a free one is created for you during this flow, so there is nothing to set up in advance.

The ReUI skill

AntigravityGitHub Copilot

On This Page

Connect ReUIAdd the ReUI connectorSign in with ReUIThe ReUI skillBuild with ReUIUnlock premium itemsTroubleshooting

There is nothing to install. The ReUI skill is delivered automatically through the MCP, so Bolt follows ReUI's build workflow (browse the registry, pull component source, assemble screens) with no extra setup on your side.

Build with ReUI

Describe the interface you want in plain language and Bolt pulls the right ReUI components, examples, and blocks from the registry, then wires them into your project.

Prompt
Use ReUI to scaffold an admin app - the app-shell with a collapsible sidebar and top bar, and a dashboard page with stat cards and a chart.
Prompt
Add a data-grid of orders with sorting, column filters, pagination, and row selection, wired to my /api/orders endpoint.
Prompt
Build a multi-step "create project" wizard with the ReUI stepper and form components, with validation on each step.
Prompt
Add a kanban board for support tickets with drag and drop, grouped by status, and a filters bar above it.

Unlock premium items

Free items (the 17 components and every c-* example) install with no license. To let Bolt install premium blocks, icons, and templates too, grab a Pro or Ultimate license - one license unlocks the whole premium registry and removes the daily MCP request limit. Then add your key to the project - two quick steps:

Apply both steps inside the Bolt project itself, so the files live in the workspace Bolt wires your UI into.

Add your license key

Copy your key from Account → Licenses into .env.local at the project root:

.env.local
REUI_LICENSE_KEY=your-license-key-here

Add the @reui registry to components.json

components.json
{
  "registries": {
    "@reui": {
      "url": "https://reui.io/r/{style}/{name}.json",
      "headers": {
        "Authorization": "Bearer ${REUI_LICENSE_KEY}"
      }
    }
  }
}

That is it - Bolt can now install any premium item the MCP returns, and free items keep working through the same config. See License Setup for the full guide, or compare plans on the Pricing page.

Troubleshooting

Almost every hiccup is a stale sign-in - the fix is to reconnect and authorize again.

  • Tools missing, greyed out, or "not connected" - the server did not finish connecting. To fix it, open Settings, Connectors, reconnect reui, and authorize again, then restart Bolt.
  • 401 or "authentication required" - your ReUI session expired. To fix it, open Settings, Connectors, reconnect reui, and authorize again to sign in again.
  • Requests hang or the session drops mid-build - long sessions can lose the connection. To fix it, open Settings, Connectors, reconnect reui, and authorize again and retry your last prompt.
  • 429 "daily limit reached" - you hit the free limit of 100 requests per day. Sign in with your ReUI license for unlimited access, or wait for the next day.
Plan scope

Free covers ReUI components and examples, with 100 requests per day. A Pro or Ultimate license unlocks premium blocks, icons, and unlimited requests. For the full connector list, see the MCP setup index.