Archived
feat: add PWA install icon and uppercase branding
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title>Remote-first development with PI WEB</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Why Pi Web is built for remote AI-driven development with persistent agents and browser-based control."
|
||||
content="Why PI WEB is built for remote AI-driven development with persistent agents and browser-based control."
|
||||
/>
|
||||
<meta property="og:title" content="Remote-first development with PI WEB" />
|
||||
<meta property="og:image" content="assets/pi-web-banner.png" />
|
||||
@@ -28,13 +28,13 @@
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<nav class="container nav" aria-label="Main navigation">
|
||||
<a class="brand" href="./" aria-label="Pi Web home">Pi Web</a>
|
||||
<a class="brand" href="./" aria-label="PI WEB home">PI WEB</a>
|
||||
<div class="nav-links">
|
||||
<a href="remote-first.html" aria-current="page">Remote-first</a>
|
||||
<a href="install.html">Install</a>
|
||||
<a href="plugins.html">Plugins</a>
|
||||
<a href="faq.html">FAQ</a>
|
||||
<a class="github-link" href="https://github.com/jmfederico/pi-web" aria-label="Pi Web on GitHub">
|
||||
<a class="github-link" href="https://github.com/jmfederico/pi-web" aria-label="PI WEB on GitHub">
|
||||
<svg class="github-icon" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<path
|
||||
fill="currentColor"
|
||||
@@ -57,7 +57,7 @@
|
||||
<p class="eyebrow"><span class="pulse"></span> Remote-first development</p>
|
||||
<h1>Your laptop is a window, not the workstation.</h1>
|
||||
<p>
|
||||
Pi Web is built around a simple shift: development should live where the work happens, not where your
|
||||
PI WEB is built around a simple shift: development should live where the work happens, not where your
|
||||
current keyboard happens to be.
|
||||
</p>
|
||||
</div>
|
||||
@@ -116,7 +116,7 @@
|
||||
<section id="browser-control">
|
||||
<h2>The browser becomes the control plane</h2>
|
||||
<p>
|
||||
Your device should not have to be the editor, terminal, build server, and agent runtime. In Pi Web, the
|
||||
Your device should not have to be the editor, terminal, build server, and agent runtime. In PI WEB, the
|
||||
browser is the cockpit: supervise sessions, redirect agents, inspect transcripts, and review progress
|
||||
while the development environment stays remote and stable.
|
||||
</p>
|
||||
@@ -137,7 +137,7 @@
|
||||
<section id="recommended-shape">
|
||||
<h2>Recommended shape</h2>
|
||||
<p>
|
||||
Pi Web works locally, but it shines on a machine that stays on and is reachable through a private path:
|
||||
PI WEB works locally, but it shines on a machine that stays on and is reachable through a private path:
|
||||
SSH tunnel, VPN, private LAN, or an authenticated reverse proxy.
|
||||
</p>
|
||||
<div class="callout warning">
|
||||
@@ -145,7 +145,7 @@
|
||||
keep working even when the laptop is gone.
|
||||
</div>
|
||||
<div class="doc-actions">
|
||||
<a class="button primary" href="install.html">Install Pi Web</a>
|
||||
<a class="button primary" href="install.html">Install PI WEB</a>
|
||||
<a class="button" href="faq.html#laptop-or-server">Laptop or server FAQ</a>
|
||||
</div>
|
||||
</section>
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container footer-inner">
|
||||
<span>Pi Web · remote-first control for persistent AI agents.</span>
|
||||
<span>PI WEB · remote-first control for persistent AI agents.</span>
|
||||
<div class="footer-links">
|
||||
<a href="./">Home</a>
|
||||
<a href="install.html">Install</a>
|
||||
|
||||
Reference in New Issue
Block a user