Introduction

Stable

Welcome to SiberUI. A highly specialized React UI kit engineered for cybersecurity, defense, and high-density data applications.

Introduction

SiberUI is not a general-purpose UI library. It is purpose-built for applications that require a futuristic, high-contrast, and data-dense aesthetic. Think SIEM dashboards, network monitoring tools, threat intelligence platforms, and command center interfaces.

Cyber-First Design

Dark mode only. High contrast. Optimized for low-light environments.

Performance Tuned

Built on React 19 and Tailwind CSS. Minimal runtime overhead.

Accessible

Strict adherence to WCAG 2.2 AA standards for keyboard navigation.

Quick Start

Install the core React package.

$pnpm add @siberui/react

Once installed, you can start importing components:

import { Button } from '@siberui/react';

Architecture

SiberUI uses a combination of Tailwind CSS for styling and Framer Motion for complex animations. The components are fully unstyled by default, meaning they rely entirely on the provided Tailwind preset for their appearance.