# replit/clui

CLUI is a collection of JavaScript libraries for building command-driven interfaces with context-aware autocomplete.

Repository: https://github.com/replit/clui
Canonical: https://ross.abutalabs.com/products/replit-clui
Language: TypeScript
License Family: other
Archived: true
Last push: 2024-04-30T15:24:46+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2452, "days_push": 855, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1236, forks 40 (observed 2026-08-28T04:04:05.104324+00:00)

## What it is
CLUI is a collection of JavaScript/TypeScript libraries from Replit for building command-driven interfaces with context-aware autocomplete. It includes a framework-agnostic input-to-suggestion engine, a React session renderer, and a utility for generating commands from GraphQL introspection data.

## Use cases
- build a command palette with autocomplete in a web app
- add a CLI-style prompt to a React application
- map text input to commands and suggestions
- generate CLUI commands from a GraphQL schema
- render a session of submitted command lines

## When to choose
- you want a command-driven UI with context-aware autocomplete in JavaScript
- you need a framework-agnostic input parsing primitive you can wrap yourself
- you want to expose GraphQL API operations as runnable commands

## When to avoid
- you need actively maintained software with support and fixes
- you need a full terminal emulator or shell
- you are not using JavaScript/TypeScript or React for the session rendering

## Facets
- artifact type: library
- maturity: abandoned
- function: cli, ui-components, graphql
- domain: developer-tools, web-development, frontend
- platform: browser
- tags: command-driven-interfaces, context-aware-autocomplete, react, graphql-introspection, unmaintained, autocomplete, command-line, javascript, typescript, nodejs

## Member repositories
- replit/clui (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.104324+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:22:00.671394+00:00, confidence not recorded.
  - readme: https://github.com/replit/clui (fetched 2026-08-28T04:04:05.104324+00:00, sha 4bcea606c1dd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
