vadimdemedes/ink

🌈 React for interactive command-line apps

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 17 minutes ago
Added to GitGenius on August 31st, 2026
Created on June 12th, 2017
Open Issues & Pull Requests: 32 (+0)
Number of forks: 1,044
Total Stargazers: 39,760 (+0)
Total Subscribers: 125 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.2 days
Mean response time: 109.1 days
90th percentile: 442.5 days
Tracked items: 148

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 607 days
Stale 30+ days: 11
Stale 90+ days: 6

Recent activity

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

Top labels

  • enhancement (14)
  • question (11)
  • help wanted (10)
  • bug (6)
  • docs (3)
  • breaking (1)

Detailed Description

Ink is a React renderer that enables building interactive command-line applications using component-based UI patterns.

Ink solves the problem of creating complex terminal user interfaces by bringing React's familiar component model to the command line. It uses Yoga to implement Flexbox layouts in the terminal, making CSS-like styling properties available for positioning and sizing CLI elements. Since Ink is a React renderer, developers can leverage the full feature set of React itself, meaning anyone already comfortable with React's component lifecycle, hooks, and state management can apply that knowledge directly to building terminal applications.

Ink suits developers who want to build sophisticated interactive CLI tools without learning a separate terminal UI framework. It is particularly valuable for those already invested in React and JavaScript ecosystems who need to create command-line interfaces with complex layouts and interactive elements. The component-based approach makes testing CLI output straightforward, as components can be tested in isolation using standard React testing patterns.

The project maintains a clear policy on contributions: fully AI-generated pull requests are not accepted, though AI-assisted work is permitted if verified and cleaned up by a human, with preference given to higher-effort models. The project documentation notes that the readme documents an upcoming version, with stable releases available separately.