Skip to content

Stellix UI Material

A production-ready, cross-platform component library with 77+ responsive components, 11 headless hooks, 8 theme presets, and full WCAG AA accessibility — built for Next.js, React Native, and AI-powered interfaces.

77+
Components
11
Hooks
520+
Tests
150 KB
Bundle (web)
40
Native Components
8
Themes

Get Started in 30 Seconds

$ npm install @stellix/ui-web @stellix/ui-tokens
import
{ Chat, StreamingText, ThemeProvider }
from '@stellix/ui-web';
// Wrap your app with ThemeProvider for dark mode + themes
<ThemeProvider theme="midnight">
<Chat messages={messages} onSend={handleSend} />
</ThemeProvider>

Why Stellix UI?

Cross-Platform Parity

Same API for web and native — ship to both platforms from one codebase. No platform-specific wrappers needed.

Enterprise-Grade

77+ components, 8 themes, WCAG AA accessible. Built for teams that need reliability and scale.

AI-Native Components

Purpose-built for AI/agent UIs: Chat, Thinking, StreamingText, ToolChips, AgentStatus, and more.

Zero Config Dark Mode

8 theme presets including Midnight, Sunset, Ocean, and Forest. One-click toggle with full token swap.

Production Tested

520+ E2E tests across 4 viewports: Desktop, Tablet, Mobile, and Large Screen. Nothing ships untested.

Tree-Shakeable & Tiny

Import only what you need — unused code is excluded. Web bundle starts at 150 KB.

Component Categories

77+ components across 14 categories, from low-level primitives to high-level AI compositions.

Packages

PackagePurposeIncludesSize
@stellix/ui-web77+ web components (Tailwind + Heroicons)77+150 KB
@stellix/ui-native40 React Native components (NativeWind)4041 KB
@stellix/ui-core11 headless hooks + TypeScript types11 hooks10.5 KB
@stellix/ui-tokensDesign tokens, 8 themes, CSS variables8 themes4.6 KB

Platform Support

Web

  • Next.js 14+ (App Router & Pages)
  • Tailwind CSS v3 / v4
  • React 18+ with Server Components
  • TypeScript-first, full type coverage

Native

  • React Native 0.73+
  • Expo SDK 50+
  • NativeWind v4 styling
  • iOS & Android with shared API
Stellix UI Material v0.1.5 — Stellix Private Ltd