A visual editor for TUI applications. Drag-and-drop components, edit properties in real-time
5.5K
Design Terminal UIs. Visually.
A Figma-like visual editor for TUI applications — drag-and-drop components, edit properties in real-time, and export production-ready code for 6 frameworks with one click.

TUI Studio is a desktop-class visual designer for terminal user interfaces. It brings the workflow of modern UI tools (canvas, layers panel, property editor, theming) to the world of TUI development — so you can build terminal apps visually instead of coding them blind.
This image serves the TUI Studio web frontend via Nginx, used for browser-based access or self-hosted deployments.
.tui JSON files, shareable across teams
docker run -d --name tui-studio -p 8080:80 javieralonso716/tui-studio-web:latest
Then open http://localhost:8080 in your browser.
services:
tui-studio:
image: jalonsogo/tui-studio
ports:
- "8080:80"
restart: unless-stopped
Prefer a native experience? Download the macOS desktop app (Apple Silicon) from the GitHub Releases page.
Note: TUI Studio is currently in Alpha. Code export is under active development.
Content type
Image
Digest
sha256:9afcef8f8…
Size
27.3 MB
Last updated
7 months ago
docker pull javieralonso716/tui-studio-web