TUI Design Patterns
Agentic coding TUIs including Claude Code, Codex, Aider, Crush, opencode, and Goose each ship their own slash commands, keybindings, pane layouts, and status lines with no shared conventions or docume…
Agentic coding TUIs including Claude Code, Codex, Aider, Crush, opencode, and Goose each ship their own slash commands, keybindings, pane layouts, and status lines with no shared conventions or docume…
Aurict, an open-source terminal-native AI coding assistant, launched on Hacker News, offering a TUI that scans repositories for context, uses a permission-controlled tool layer with a policy sandbox, …
A developer built an AI-powered interactive fiction game called Aventuras at aventurasapp.com, using Ink for branching narratives and AI-generated art via Higgsfield, and was banned from their own hos…
Neon for Herdr, a plugin for the Herdr terminal workspace manager, adds a Neon dashboard pane for managing projects, branches, and computes. The plugin, built with Ink, Effect, and the Neon TypeScript…
Anthropic released Claude Code, a terminal-based AI agent that has captured 4% of all public GitHub commits and generates over $500 million in annual run-rate revenue. Built with TypeScript, React, In…
A developer created ngx-ink, a complete Angular migration of the React-based terminal UI framework Ink. It reuses Ink's core logic for ANSI processing and Flexbox layout via Facebook's Yoga engine, bu…
The article describes how the author built Pilates, a pure TypeScript flex layout engine for terminal UIs, which outperforms WASM Yoga (the engine used by Ink) across all nine benchmark scenarios. The…