TUI Studio: Visual Terminal UI Design Tool in Alpha

TUI Studio is a visual design tool for creating terminal user interfaces (TUIs) through a Figma-like editor interface. It allows designers to build TUIs visually rather than hand-coding layouts.
Core Features
The tool provides a visual canvas where you can drag-and-drop components with real-time ANSI preview at configurable zoom levels. It includes over 20 built-in TUI components: Screen, Box, Button, TextInput, Table, List, Tree, Tabs, Modal, Spinner, ProgressBar, Checkbox, Radio, Select, Toggle, Text, Menu, Breadcrumb, Popover, Tooltip, and Spacer.
Layout options include Absolute, Flexbox, and Grid modes with full property control similar to CSS in browsers. Eight color themes are available: Dracula, Nord, Solarized, Monokai, Gruvbox, Tokyo Night, Nightfox, and Sonokai, with live canvas updates when switching themes.
Export Capabilities (Planned)
The tool plans to export production-ready code to six frameworks: Ink (TypeScript/React), BubbleTea (Go), Blessed (JavaScript/Node.js), Textual (Python), OpenTUI (TypeScript), and Tview (Go). However, the source explicitly states: "Code export is not functional yet. We're actively working on it — check back soon."
Project Management
Projects are saved as portable .tui JSON files that can be opened from anywhere, committed to git, or shared with teams. No account or cloud is required.
Platform Availability and Installation Notes
TUI Studio is available for macOS (Apple Silicon M1-M4), Windows, and Docker. The source provides specific installation guidance:
- macOS: Gatekeeper blocks the app with messages like "TUIStudio cannot be opened because it is from an unidentified developer" or "TUIStudio is damaged and can't be opened." To bypass: right-click the .app → Open → Open anyway, or go to System Settings → Privacy & Security → "Open Anyway."
- Windows: SmartScreen shows "Windows protected your PC." Click More info → Run anyway.
- Linux: No such gate. Use
dpkg -i TUIStudio-amd64.debor double-click in a file manager.
Current Status and Pricing
TUI Studio is currently in alpha with early access. The core editor is free to download and use. A pro tier with team features, cloud sync, and priority support is planned for later.
📖 Read the full source: HN LLM Tools
👀 See Also

Context-Engineered Study System for Claude Code Acts as Persistent Tutor
A developer built a study system using Claude Code that tracks progress across sessions, probes understanding, works through exercises, and adapts to learning styles. The system uses structured markdown files to shape agent behavior and includes tools for extracting textbook pages from PDFs.

Reasoning Guard: Proxy-Level Loop Detection for Local LLM Inference
A proxy-layer guard that detects and recovers from LLM reasoning loops using deterministic stream checks — token caps, n-gram repetition, and sentence fingerprinting — without model modifications.

Codex Chrome Extension Adds Background Browser Automation Across Tabs
Codex's new Chrome extension on macOS/Windows enables parallel browser task execution in background tabs without taking over the browser — covering debugging flows, dashboards, research, and CRM updates.

Open-Source Framework Uses Claude Code CLI for Automated GitHub Repo Monitoring
A developer has open-sourced a framework that runs Claude Code CLI on a cron schedule to triage GitHub activity across multiple repositories. The tool includes state tracking, deduplication, Discord notifications, and a pre-check system that avoids API costs when nothing has changed.