Back to browse
GitHub Repository

React for interactive SSH apps

3 starsTypeScript

Inkish – build SSH apps with React

by cpendery·Feb 20, 2026·3 points·0 comments

AI Analysis

MidNiche Gem

Ink over SSH is clever, but Charm's Wish (Go), Bubble Tea TUIs, and tctl already own this.

Strengths
  • Removes boilerplate: Ink developers can expose React apps via SSH without re-architecting; ssh2 + Ink integration is clean
  • SystemD setup example and examples (chat, counter) provide immediate starting points
Weaknesses
  • Competing against mature Go ecosystem (Wish, Bubble Tea, Lip Gloss) with larger DevOps adoption and better TUI libraries
  • npm package has 0 stars, no real-world deployment evidence, unclear performance or scalability vs Charm tooling
Target Audience

Node.js developers building SSH CLIs, DevOps teams

Similar To

Charm's Wish · Bubble Tea · Lip Gloss

Post Description

I built this small library to easily run an Ink app as an SSH app. I was inspired by Wish / all the work of the Charm team on the golang TUI ecosystem and wanted some similar tools for Node/JS

Similar Projects