You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README and landing page with new features and AI screenshot
- Add AI Assistant, No Password Prompts, Real-time Logs feature cards
- Update DNS Management description for dnsmasq/hosts support
- Add aichat.png screenshot to both README and docs page
- Mark completed roadmap items (AI, password-free, auto DNS)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,12 @@ Manage **PHP**, **Nginx**, **MariaDB**, **SSL certificates**, and **DNS** from o
41
41
## Features
42
42
43
43
-**Multi-version PHP** — Install and run PHP 8.1, 8.2, 8.3, and 8.4 side-by-side. Switch versions per site. Manage extensions and `php.ini` from the UI.
44
-
-**Nginx Web Server** — Auto-configured virtual hosts, SSL support, and phpMyAdmin integration out of the box.
44
+
-**Nginx Web Server** — Auto-configured virtual hosts, SSL support, and phpMyAdmin integration out of the box. Runs on port 8080 — no password prompts.
45
45
-**MariaDB Database** — One-click install, initialize, and manage databases. Comes with phpMyAdmin for visual database management.
46
46
-**Site Management** — Create `.test` domains with a single click. Each site gets its own Nginx config, PHP version, and optional SSL. Built-in templates for **WordPress**, **Laravel**, and **Fat-Free Framework** to scaffold projects instantly.
47
47
-**SSL Certificates** — Auto-generate trusted local SSL certificates via [mkcert](https://github.com/FiloSottile/mkcert). HTTPS just works.
48
-
-**DNS Management** — Automatic `/etc/hosts` management so your `.test` domains resolve instantly.
48
+
-**DNS Management** — Automatic DNS resolution via dnsmasq (macOS) or `/etc/hosts` (Windows). Your `.test` domains resolve instantly with zero manual configuration.
49
+
-**AI Assistant** — Built-in AI chat powered by [OpenRouter](https://openrouter.ai). Ask it to start services, create sites, write files, and more — with tool calling support.
49
50
-**Real-time Logs** — Tail Nginx access/error logs and PHP-FPM logs live from the dashboard.
50
51
-**Lightweight & Native** — Built with Tauri 2.0, the app is under 15 MB. No Electron, no bundled Chromium, no bloat.
51
52
@@ -61,12 +62,12 @@ Manage **PHP**, **Nginx**, **MariaDB**, **SSL certificates**, and **DNS** from o
0 commit comments