Blessed: Curses-like library with high level terminal interface API for Node.js

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • blessed

    A high-level terminal interface library for node.js.

  • Ink

    🌈 React for interactive command-line apps

  • This and other JS CLI libraries are typically used by JS projects that have tooling. Like when create-react-app scaffolds a project and asks you questions to customize it, etc. it's using libraries like this one.

    Speed rarely matters for imperative user-facing tools. You're going to be waiting for a user to type and respond far, far longer than making some system calls to write to the shell.

    Ink is a more interesting and maintained library to consider though: https://github.com/vadimdemedes/ink It lets you write react-like apps that output to the terminal instead of HTML.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • rich

    Rich is a Python library for rich text and beautiful formatting in the terminal.

  • termui

    Golang terminal dashboard

  • tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

  • Lanterna

    Java library for creating text-based GUIs

  • An actively developed and mature text UI library for the JVM:

    https://github.com/mabe02/lanterna

  • neo-blessed

    A drop-in replacement for for Blessed. A high-level terminal interface library for node.js.

  • neo-blessed at least has its most recent update at 15 months ago. This repo has been dead for quite a while.

    https://github.com/embarklabs/neo-blessed

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts