# klaudiosinani/qoa

Minimal interactive command-line prompts library

Repository: https://github.com/klaudiosinani/qoa
Canonical: https://ross.abutalabs.com/products/qoa
Homepage: https://klaudiosinani.com/qoa
Language: JavaScript
License: MIT
License Family: permissive
Topics: interactive, command-line, prompts, interfaces, cli, library
Last push: 2025-11-03T14:46:11+00:00

## Health v2 (maintenance only)
Score: 45/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 50, release rhythm 8, longevity 100
- inputs: {"age_days": 2792, "days_push": 303, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2051, forks 36 (observed 2026-08-28T04:06:09.155343+00:00)

## What it is
Qoa is a lightweight, zero-dependency JavaScript library for building interactive command-line prompts. It provides seven configurable console interfaces including text input, confirmation, password/secret, keypress, quiz, and navigable multiple-choice menus.

## Use cases
- ask for user input in a cli script
- prompt for a password with hidden input
- build an interactive menu in the terminal
- create a quiz-style command line prompt
- chain a series of prompts sequentially
- add a confirmation prompt to a cli tool

## When to choose
- you need a tiny, zero-dependency prompt library for Node.js
- you want simple async/await-based interactive prompts
- you need secure/hidden input or navigable menus in a CLI

## When to avoid
- you need highly complex prompt flows with validation and theming
- you are not building a Node.js command-line application

## Facets
- artifact type: library
- maturity: stable
- function: cli, developer-tools
- domain: developer-tools
- platform: cli, cross-platform
- tags: interactive-prompts, zero-dependencies, terminal-input, password-prompt, menu-navigation, command-line, nodejs

## Member repositories
- klaudiosinani/qoa (main) score 45

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:09.155343+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-30T02:57:33.527114+00:00, confidence not recorded.
  - readme: https://github.com/klaudiosinani/qoa (fetched 2026-08-28T04:06:09.155343+00:00, sha d1adf4271512)
  - homepage: https://klaudiosinani.com/qoa (fetched 2026-08-29T10:37:49.019760+00:00, sha 8814420ec638)
- Data as of 2026-08-30T08:39:29.467469+00:00.
