Introducing Kanso UI

BuildBeautifulInterfacesWithoutComplexity

Thoughtfully designed React components for modern applications. Inspired by Japanese minimalism and engineered for copy-paste ease, customizability, and WCAG accessibility.

$npx kanso-ui add magnetic-button
Kanso UI
kanso-sandbox.tsx
Ambient Palette Spacemulticolor
Tactile Copy CodeClick key combination
++
npx kanso-ui add magnetic-button
Interactive Sandboxv1.0.0

Core Principles

Minimalist Aesthetics
Inspired by Kanso (簡素), our design system embraces simplicity. No visual clutter, just refined interactive elements, smooth micro-animations, and generous spacing.
Copy-Paste
No complex setup or heavy registry dependencies. Copy the component code directly into your project.
Accessible
Engineered using Radix and Base UI primitive outlines. Full keyboard navigation and proper screen reader support.
TypeScript First
Fully typed components with explicit contracts. Get code completion and compile-time warnings right in your editor.
Dark Mode Ready
Native class-based dark mode design. Easily adapt color schemes using CSS variables and Tailwind variables.
Production Ready
Optimized for fast rendering and minimal bundle overhead. Battle-tested component design for scaling web apps without the extra bloat.
✦ Kanso Principles

Built From Structure, Not Decoration

Kanso UI is a system of spatial relationships, layered depth, and intentional motion. Every interface is composed from consistent construction rules where hierarchy, rhythm, and interaction emerge from geometry rather than visual noise.
FTG_001
SEC_002
CORE_01
SYS
NET
MEM_L2
FLOW
KEY_0

Kanso Core

v1.0.0

Minimalist component engine. Copy-paste React primitives.

0kbOverhead
100%Custom

Base UI

Unstyled structural layers. Built-in ARIA.

100%A11y

Motion

Fluid micro-interactions and tactile 3D physics.

60fpsSmooth
✦ Zen Interactions

Premium Kanso Effects

Add polish to your interface with our copy-paste motion effects. Experience the interactive previews below and click to view installation guides.
Magnetic Button
Attracts elements smoothly to the user's cursor on hover. Built with spring physics for natural, responsive movement.
Shimmer Border
An elegant border lighting outline that cycles continuously. Leverages GPU-accelerated CSS conic-gradients for optimal performance.
Shimmer Border
Text Reveal
Fades in text character-by-character as it scrolls into viewport. Uses staggering and subtle blur overrides for readability.
Zenfocus.Pureclarity.KansoUI.
Halftone Image
Converts images into custom halftone illustrations. Includes real-time mouse dither warp distortions.

Component Showcase

Inspect and interact with premium components. See the exact code that builds them.
workspace9 files
components
ButtonDemo.tsx

Developer Experience Built First

Start with a single copy-paste operation. Kanso UI elements slot right into standard tailwind structures.

1

Install Helper Modules

Configure your Tailwind classes with our minimalist configurations and helper package.

2

Copy and Customise

Grab exact TSX structures and paste them directly into your `/components/ui/` route.

npm install @kanso/ui
index.tsx
import { Button } from "@/components/ui/button"

export default function App() {
  return (
    <div className="flex gap-4 p-8">
      <Button>Primary</Button>
      <Button variant="outline">Outline</Button>
    </div>
  )
}
0+Components
0%TypeScript Coverage
WCAGAccessible by Default
MITOpen Source

Trusted by Frontend Engineers

Read what designers and developers say about building interfaces with Kanso UI.

"The layout rules and visual patterns in Kanso UI match exactly what we need for modern enterprise platforms. Simplicity is indeed engineered directly in."

AB
Alexander Boyd

Design Engineer, Linear

"Having WCAG accessibility compliant outlines right out of the box saved us weeks of audit fixing. The styling is perfectly minimal."

MK
Mia Koyama

Lead Frontend, Stripe

"Copy-paste setup means I don't need to add another complex library bundle. I copy precisely the components I need, modify the props, and build."

DR
David Ross

CTO, Vercel Templates

Build Faster. Design Less.

Kanso UI gives you the building blocks for beautiful, high-performance web applications.