-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
392 lines (359 loc) · 15.2 KB
/
index.html
File metadata and controls
392 lines (359 loc) · 15.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light" />
<title>LocalhostWatcher | Keep Every Local Service in View</title>
<meta
name="description"
content="LocalhostWatcher is a macOS menu bar app that keeps your localhost apps visible, healthy, and easy to reopen."
/>
<link rel="icon" type="image/png" href="./assets/app-icon.png" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<div class="site-shell">
<header class="site-header" data-reveal="fade-down">
<a class="brand" href="#top" aria-label="LocalhostWatcher home">
<img
class="brand-mark"
src="./assets/app-icon.png"
alt=""
width="64"
height="64"
/>
<span class="brand-copy">
<span class="brand-name">LocalhostWatcher</span>
<span class="brand-tag">macOS menu bar utility</span>
</span>
</a>
<nav class="site-nav" aria-label="Primary">
<a href="#story">The problem</a>
<a href="#features">Features</a>
<a href="#workflow">Workflow</a>
<a href="#download">Get it</a>
<a href="https://github.com/dot-RealityTest/LocalhostWatcher" target="_blank" rel="noreferrer">GitHub</a>
</nav>
</header>
<main id="main-content">
<section class="hero section" id="top">
<div class="hero-copy" data-reveal="fade-up">
<p class="eyebrow">macOS menu bar app / localhost visibility / quick recovery</p>
<h1>
Keep every
<span class="serif">localhost</span>
app in one clear view.
</h1>
<p class="hero-body">
LocalhostWatcher gives your Mac a simple control layer for everything running on
localhost. It sits in the menu bar, shows which apps are active, checks what is
actually responding, and helps you open, stop, or relaunch the right app without
hunting for the right window, tab, or command.
</p>
<div class="hero-badge">
<img
class="hero-badge-icon"
src="./assets/app-icon.png"
alt=""
width="120"
height="120"
/>
<div class="hero-badge-copy">
<span>Native macOS app</span>
<span>Built for people who want localhost apps to feel manageable again</span>
</div>
</div>
<div class="hero-actions">
<a
class="button button-primary"
href="https://github.com/dot-RealityTest/LocalhostWatcher/releases/download/v1.0/LocalhostWatcher-1.0.dmg"
>
Download DMG
</a>
<a
class="button button-secondary"
href="https://github.com/dot-RealityTest/LocalhostWatcher"
target="_blank"
rel="noreferrer"
>
View on GitHub
</a>
</div>
<ul class="signal-list" aria-label="Product highlights">
<li>See active localhost apps in one glance from the menu bar</li>
<li>Spot unhealthy apps before they waste your time</li>
<li>Bring back the apps you use most after login with less friction</li>
</ul>
</div>
<div class="hero-visual" data-reveal="fade-left">
<div class="network-stage" aria-hidden="true">
<div class="orb orb-a"></div>
<div class="orb orb-b"></div>
<div class="grid-halo"></div>
<div class="signal-card signal-card-main">
<div class="signal-topline">
<span class="signal-dot live"></span>
<span>Live scan</span>
<span>localhost</span>
</div>
<div class="signal-radar">
<span class="radar-ring ring-1"></span>
<span class="radar-ring ring-2"></span>
<span class="radar-ring ring-3"></span>
<span class="radar-core"></span>
</div>
<div class="signal-ports">
<span>3000</span>
<span>5173</span>
<span class="alert">8080</span>
<span>4321</span>
</div>
</div>
<div class="app-panel">
<div class="panel-menubar">
<span class="panel-pill">
<img
class="panel-symbol"
src="./assets/menu-symbol.png"
alt=""
width="36"
height="36"
/>
4
</span>
<span class="panel-status">1 unhealthy</span>
</div>
<div class="panel-window">
<div class="panel-header">
<div>
<p class="panel-kicker">Localhost Watcher</p>
<h2>Active services</h2>
</div>
<span class="refresh-chip" aria-hidden="true">
Refresh
</span>
</div>
<div class="panel-tabs">
<span class="tab active">Active</span>
<span class="tab">Login</span>
</div>
<div class="panel-list">
<article class="process-row">
<div>
<p class="process-name">frontend · vite</p>
<p class="process-meta">healthy · 18m uptime</p>
</div>
<div class="process-port">5173</div>
</article>
<article class="process-row">
<div>
<p class="process-name">api · node</p>
<p class="process-meta">healthy · saved for login</p>
</div>
<div class="process-port">3000</div>
</article>
<article class="process-row process-row-alert">
<div>
<p class="process-name">cms · astro</p>
<p class="process-meta">unhealthy · attention needed</p>
</div>
<div class="process-port process-port-alert">
<img
class="process-port-symbol"
src="./assets/menu-symbol-alert.png"
alt=""
width="20"
height="20"
/>
8080
</div>
</article>
</div>
</div>
</div>
<div class="signal-card signal-card-side">
<p class="mini-label">Auto relaunch</p>
<p class="mini-copy">Save the apps you rely on so your next session starts closer to ready.</p>
</div>
</div>
</div>
</section>
<section class="metrics section" aria-label="Key capabilities">
<div class="metric" data-reveal="fade-up">
<span class="metric-value">3s</span>
<span class="metric-label">between automatic refreshes of your active localhost apps</span>
</div>
<div class="metric" data-reveal="fade-up">
<span class="metric-value metric-symbol-wrap">
<img
class="metric-symbol"
src="./assets/network-symbol.png"
alt=""
width="54"
height="54"
/>
HEAD
</span>
<span class="metric-label">checks tell you what is reachable, not just what is open</span>
</div>
<div class="metric" data-reveal="fade-up">
<span class="metric-value">2 views</span>
<span class="metric-label">keep active apps and saved reopen targets neatly separated</span>
</div>
</section>
<section class="story section" id="story">
<div class="section-heading" data-reveal="fade-up">
<p class="eyebrow">Problem</p>
<h2>The hardest part is not opening apps. It is keeping track of them.</h2>
</div>
<div class="story-grid">
<article class="story-card" data-reveal="fade-up">
<h3>Running apps multiply faster than visibility does</h3>
<p>
When several localhost apps are open at once, it gets harder to know what is live,
what is broken, and which app belongs to which port.
</p>
</article>
<article class="story-card" data-reveal="fade-up">
<h3>Broken apps often still look alive</h3>
<p>
A stuck preview, dead API, or half-open local app can still look “up” until it
costs you a refresh loop, a few tab switches, and unnecessary debugging.
</p>
</article>
<article class="story-card" data-reveal="fade-up">
<h3>The apps you always reopen should come back easily</h3>
<p>
Save the apps worth reviving once, then let LocalhostWatcher remember how to bring
them back when you need them again.
</p>
</article>
</div>
</section>
<section class="feature-showcase section" id="features">
<div class="section-heading" data-reveal="fade-up">
<p class="eyebrow">What it does</p>
<h2>A small Mac app that makes localhost feel organized.</h2>
</div>
<div class="feature-grid">
<article class="feature-card feature-card-large" data-reveal="fade-up">
<p class="feature-index">01</p>
<h3>Shows your running localhost apps in one readable list.</h3>
<p>
It scans listeners, maps each port back to the owning process, and resolves
friendlier names so the menu bar tells you something useful immediately.
</p>
</article>
<article class="feature-card" data-reveal="fade-up">
<p class="feature-index">02</p>
<h3>Tells you which apps are actually responding.</h3>
<p>
Lightweight HTTP <code>HEAD</code> checks classify apps as healthy, unhealthy, or
unknown so the menu bar state becomes actionable, not decorative.
</p>
</article>
<article class="feature-card" data-reveal="fade-up">
<p class="feature-index">03</p>
<h3>Keeps common actions close.</h3>
<p>
Open the local URL, stop a single app, or clean up unhealthy ones without leaving
the menu bar.
</p>
</article>
<article class="feature-card" data-reveal="fade-up">
<p class="feature-index">04</p>
<h3>Remembers the apps you want back later.</h3>
<p>
Save the apps worth reviving. LocalhostWatcher stores the original launch
command and working directory when it can, then makes a careful relaunch attempt so
your next session starts faster.
</p>
</article>
</div>
</section>
<section class="workflow section" id="workflow">
<div class="section-heading" data-reveal="fade-up">
<p class="eyebrow">Workflow</p>
<h2>See it. Check it. Reopen it.</h2>
</div>
<ol class="workflow-list">
<li class="workflow-step" data-reveal="fade-right">
<span class="workflow-number">1</span>
<div>
<h3>See what is running</h3>
<p>See which localhost apps are active, who owns them, and how long they have been up.</p>
</div>
</li>
<li class="workflow-step" data-reveal="fade-right">
<span class="workflow-number">2</span>
<div>
<h3>Check what actually responds</h3>
<p>Each discovered app gets a fast response check so you can find the broken one before it slows you down.</p>
</div>
</li>
<li class="workflow-step" data-reveal="fade-right">
<span class="workflow-number">3</span>
<div>
<h3>Reopen the apps you care about</h3>
<p>Mark the apps worth saving now, then let the app restore the setup you actually reuse.</p>
</div>
</li>
</ol>
</section>
<section class="cta section" id="download" data-reveal="fade-up">
<div class="cta-copy">
<p class="eyebrow">Get it</p>
<h2>Keep your localhost apps one click away.</h2>
<p>
LocalhostWatcher ships as a standalone macOS app bundle with a public GitHub repo and
tagged releases. Download the app directly or inspect the source before you install.
</p>
<p class="cta-note">
Recommended install: notarized DMG. Alternate download: ZIP. Source and releases live on GitHub.
</p>
</div>
<div class="cta-actions">
<a
class="button button-primary"
href="https://github.com/dot-RealityTest/LocalhostWatcher/releases/download/v1.0/LocalhostWatcher-1.0.dmg"
>
Download DMG
</a>
<a
class="button button-secondary"
href="https://github.com/dot-RealityTest/LocalhostWatcher/releases/download/v1.0/LocalhostWatcher-1.0.zip"
>
Download ZIP
</a>
<a
class="button button-secondary"
href="https://github.com/dot-RealityTest/LocalhostWatcher/releases/tag/v1.0"
target="_blank"
rel="noreferrer"
>
Release Notes
</a>
<a
class="button button-secondary"
href="https://github.com/dot-RealityTest/LocalhostWatcher"
target="_blank"
rel="noreferrer"
>
GitHub Repo
</a>
</div>
</section>
</main>
<footer class="site-footer">
<p>LocalhostWatcher</p>
<p>
Menu bar monitoring for local development environments on macOS. Made by kika.
<a href="https://github.com/dot-RealityTest/LocalhostWatcher" target="_blank" rel="noreferrer">GitHub</a>
</p>
</footer>
</div>
<script src="./script.js"></script>
</body>
</html>