From dfa0e7ad352f097ec576e0a5d12b108796c3b954 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 20 Jun 2026 02:12:08 +0000 Subject: [PATCH] Polish landing page: emoji titles, more features, GitHub icon, copy fix - Add emoji to feature card titles to match the README - Add two more features from the README (git repo & branch info, quick filter) - Add the GitHub mark icon to the "View on GitHub" button - Fix the copy button: the Clipboard API throws in non-secure contexts and the error was being swallowed, so nothing copied and no feedback showed. Add a textarea + execCommand fallback and only show "Copied" on success. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01UxW88oRt7fVbTyT8rsHDYi --- site/index.html | 75 ++++++++++++++++++++++++++++++++++++++----------- site/styles.css | 8 +++++- 2 files changed, 65 insertions(+), 18 deletions(-) diff --git a/site/index.html b/site/index.html index 5048e51..bd8a5a0 100644 --- a/site/index.html +++ b/site/index.html @@ -29,7 +29,10 @@

reeve

@@ -42,29 +45,37 @@

reeve

-

Monitor at a glance

+

📊 Monitor at a glance

Status, CPU, memory, uptime and ports for every process, with sparkline history.

-

Manage without the terminal

+

🎛️ Manage without the terminal

Restart, stop or delete any process straight from the menu bar.

-

Grouped by workspace

+

🗂️ Grouped by workspace

Auto-discovers every PM2 workspace and groups processes by environment — built for juggling several projects at once.

-

Crash-loop detection

+

🔀 Git repo & branch info

+

Shows the git repo and branch for each workspace, so you always know which worktree you're looking at.

+
+
+

🔁 Crash-loop detection

Flags processes that are rapidly restarting, so you spot trouble before it spreads.

-

Daemon error recovery

+

🛟 Daemon error recovery

Surfaces a broken PM2 daemon inline, with a one-click kill to clear stuck or duplicate daemons.

-

Live logs & notifications

+

🪵 Live logs & notifications

Stream process logs in real time, and get a desktop alert when something crashes or restarts.

+
+

🔍 Quick filter

+

Search processes by name, repo or branch, with ⌘K to jump straight to the filter.

+