ddev-gui
v1.0.0
Published
A web-based GUI for managing DDEV local development sites
Maintainers
Readme
DDEV GUI
A web-based GUI for managing DDEV local development sites — built as a sibling to Lando GUI.
Features
- 🟢 Dashboard with site cards showing status, URLs, PHP version, and database
- ▶️ Start, stop, restart sites with live terminal output
- ➕ Create new sites (WordPress auto-installed, other types supported)
- 🗑️ Delete sites (runs
ddev delete+ removes files) - ⚙️ Per-site PHP version and database changes
- 🔍 phpMyAdmin add-on installer (DDEV handles it globally per-site via
ddev get ddev/ddev-phpmyadmin) - 🔧 Settings page: sites directory, default PHP, default WP credentials
Requirements
- DDEV installed and on your PATH
- Node.js 14+
Installation
npm install
npm startOpen http://localhost:3001.
First Run
You'll be redirected to the setup page to configure:
- Your sites directory
- Default PHP version
- Default WordPress credentials
phpMyAdmin
DDEV's phpMyAdmin is an add-on installed globally per site via:
ddev get ddev/ddev-phpmyadmin
ddev restartIn the GUI, each stopped site card has an Install phpMyAdmin Add-on button. Once installed and the site is running, a phpMyAdmin link appears on the card (port 8037).
License
MIT
