Back to Products
Open Source
HUA UX Framework
Ship UX Faster
UI + Motion + i18n, pre-wired. React 제품 팀을 위한 프레임워크.
$ pnpm add @hua-labs/hua-ux
What's Included
Ui
Motion
I18n
State
Branding
Modular Packages
Use the all-in-one framework or pick individual packages. All packages are independently versioned and tree-shakeable.
@hua-labs/hua-ux
Main Package
All-in-one UX framework. UI + Motion + i18n + State, pre-wired.
@hua-labs/ui
UI
40+ accessible React components built on Radix UI primitives.
@hua-labs/motion-core
Motion
Declarative motion system with product/marketing presets.
@hua-labs/i18n-core
i18n
Type-safe i18n with namespace support and SSR.
@hua-labs/state
State
Zustand-based state management with persistence.
create-hua-ux
CLI
CLI tool to scaffold new HUA UX projects instantly.
Quick start with CLI
$ npx create-hua-ux my-app
Everything you need to build great products
Quick Start
hua-ux.config.tstypescript
import { defineConfig } from '@hua-labs/hua-ux/framework/config';
export default defineConfig({
preset: 'product',
i18n: {
defaultLanguage: 'ko',
supportedLanguages: ['ko', 'en'],
},
branding: {
name: 'My App',
colors: {
primary: '#8b5cf6',
},
},
});Ready to ship UX faster?
Join the growing community of developers using HUA UX to build beautiful, accessible products.