cloudflare/kumo

Cloudflare's component library for building modern web applications.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 second ago
Type:Library / SDKCategory(s):UI Components & Design SystemsWeb Development
Added to GitGenius on September 17th, 2026
Created on October 30th, 2025
Open Issues & Pull Requests: 55 (+0)
GitHub issues: Enabled
Number of forks: 180
Total Stargazers: 3,882 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.4 hours
Mean response time: 9.1 days
90th percentile: 18.1 days
Tracked items: 58

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 15% of issues opened in the past year have never received a reply. 78% of issues opened in the past year have been closed, leaving a working backlog. Three people close 74% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 126 days
Stale 30+ days: 13
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 2
Events in 7 days: 5

Top labels

No label distribution available yet.

Detailed Description

Kumo is a component library that provides accessible, design-system-compliant UI components for building modern web applications.

The library solves the problem of building accessible interfaces by handling keyboard navigation, focus management, and ARIA attributes automatically. It is built on Base UI primitives, which it re-exports for advanced use cases where developers need lower-level control. The approach bundles these accessibility concerns into pre-built components so developers can construct applications without manually implementing each accessibility detail.

Kumo suits teams building web applications within organizations that have established design systems and accessibility requirements. It is particularly valuable for projects where consistency with a design system and accessibility compliance are non-negotiable. The library supports granular imports for tree-shaking, allowing developers to include only the components they use. A command-line interface lets developers query component documentation directly from the terminal.

The project maintains comprehensive development documentation in an AGENTS.md file covering component patterns, the styling system, semantic color tokens, development workflows, and CI/CD pipeline details. A Figma plugin is included to support design-to-code workflows. The codebase is written in TypeScript and distributed under the MIT license, with live documentation available at kumo-ui.com.