timc1/kbar

fast, portable, and extensible cmd+k interface for your site

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 13th, 2026
Created on September 1st, 2021
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 205
Total Stargazers: 5,253 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 55.4 days
Mean response time: 59.2 days
90th percentile: 123.5 days
Tracked items: 15

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • wontfix (14)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

kbar is a React component that adds a command palette interface to your site.

The tool solves the problem of giving users keyboard-driven access to actions they would otherwise reach by clicking. It provides a Command+K interface inspired by macOS Spotlight and Linear, letting developers register actions that users can search and trigger through a keyboard menu. The component handles keyboard navigation, custom keyboard shortcuts for specific actions, and nested actions that enable hierarchical navigation experiences.

Developers building React applications should choose kbar if they want to add a command palette without significant setup overhead. The tool is designed as a plug-and-play component that can wrap part or all of an application with no performance penalty. It suits projects where keyboard-driven workflows would enhance user experience, from documentation sites to productivity tools. The README emphasizes performance as a first-class priority, noting that the tool handles tens of thousands of actions without degradation. The component provides built-in animations, keyboard navigation support, screen reader accessibility, and a simple data structure that allows building custom UI components rather than being locked into provided ones.

The project shows consistent maintenance with regular updates addressing bug fixes and feature improvements. Development activity demonstrates responsiveness to user issues and pull requests, with the maintainer actively reviewing and merging contributions. The tool maintains comprehensive documentation and examples, suggesting an investment in making the project accessible to new users.