Software
Placeholder

shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code

JavaScript

The Shiny UI Editor is a visual tool for building Shiny application user interfaces without writing code. It generates clean, human-readable R code from a drag-and-drop interface.

This package helps developers who are uncomfortable with Shiny’s HTML-style UI functions or who want to avoid manually adjusting layout sizes and positioning. It focuses on broad-level UI construction, making it faster to prototype and build application layouts. The editor produces standard Shiny code that can be further customized or integrated into existing projects.

Contributors