Fluxo UIFluxo UIv0.4.1
Fluxo UI

Fluxo UI

React Component Library

A comprehensive, accessible React component library built with TypeScript. Includes 80+ components, a custom state management solution, 12 color themes, dark mode support, and full keyboard navigation. Hover over any component card below for a quick interactive preview.

80+
Components
Production-ready UI components
TS
TypeScript
Full type safety and IntelliSense
A11Y
Accessible
WAI-ARIA compliant components
12
Themes
Color themes with dark mode

All Components

Hover over any component to see a live interactive preview. Click to view full documentation.

AI Integration

Built-in MCP Server for AI Assistants

Fluxo UI ships with a bundled Model Context Protocol server so Claude Code, GitHub Copilot, Cursor, and every other MCP-compatible assistant can generate correct Fluxo UI code on the first try — with accurate component names, import paths, props, examples, and theme tokens. No extra install, no separate package, always version-locked to the library you have.

Zero Extra Install

Bundled inside the fluxo-ui npm package. If you have the library, you have the MCP server.

Version-Locked

The index is regenerated on every build, so agents never suggest props from a version you do not have.

Local Only

Runs over stdio on your machine. No hosting, no accounts, no network calls, no telemetry.

View MCP Integration Guide →

Quick Start

1. Install
npm install fluxo-ui
2. Import & Use
import { Button } from 'fluxo-ui';

<Button label="Click me" />