krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

24c8bc6b44011bae35518d8a99f8ba4437cf5bd5

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-10T16:39:57Z

bump version and update new privacy policy location
 .build.yml                              |  21 ---
 Hutch.xcodeproj/project.pbxproj         |  40 +---
 Hutch/Views/Settings/SettingsView.swift |   2 +-
 website/index.html                      | 166 -----------------
 website/privacy.html                    | 130 -------------
 website/storebutton.svg                 |  46 -----
 website/styles.css                      | 320 --------------------------------
 7 files changed, 9 insertions(+), 716 deletions(-)

diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index ba23305..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-image: alpine/edge
-oauth: pages.sr.ht/PAGES:RW
-
-packages:
-  - hut
-
-sources:
-  - https://git.sr.ht/~ccleberg/Hutch
-
-environment:
-  site: hutch.cleberg.net
-
-tasks:
-  - package-site: |
-      set -euo pipefail
-      cd Hutch/website
-      tar -cvz . > ../../site.tar.gz
-
-  - upload-site: |
-      set -euo pipefail
-      hut pages publish -d "$site" site.tar.gz
diff --git a/Hutch.xcodeproj/project.pbxproj b/Hutch.xcodeproj/project.pbxproj
index bc39cd4..5229238 100644
--- a/Hutch.xcodeproj/project.pbxproj
+++ b/Hutch.xcodeproj/project.pbxproj
@@ -18,10 +18,6 @@
 		8B2FA9D22F7E211800E609E2 /* todo.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9CA2F7E211800E609E2 /* todo.json */; };
 		8B2FA9D32F7E211800E609E2 /* lists.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C72F7E211800E609E2 /* lists.json */; };
 		8BE082012F80000100000001 /* HutchWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 8BE081F62F80000100000001 /* HutchWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
-		8BE09E7F2F7B2CC300F88693 /* storebutton.svg in Resources */ = {isa = PBXBuildFile; fileRef = 8BE09E7C2F7B2CC300F88693 /* storebutton.svg */; };
-		8BE09E802F7B2CC300F88693 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 8BE09E7A2F7B2CC300F88693 /* index.html */; };
-		8BE09E812F7B2CC300F88693 /* styles.css in Resources */ = {isa = PBXBuildFile; fileRef = 8BE09E7D2F7B2CC300F88693 /* styles.css */; };
-		8BE09E822F7B2CC300F88693 /* privacy.html in Resources */ = {isa = PBXBuildFile; fileRef = 8BE09E7B2F7B2CC300F88693 /* privacy.html */; };
 		8BF100032F9A000100000001 /* Markdown in Frameworks */ = {isa = PBXBuildFile; productRef = 8BF100022F9A000100000001 /* Markdown */; };
 		8BF100052F9A000100000002 /* Splash in Frameworks */ = {isa = PBXBuildFile; productRef = 8BF100042F9A000100000002 /* Splash */; };
 /* End PBXBuildFile section */
@@ -73,10 +69,6 @@
 		8B8182C22F6B742B000AE049 /* HutchTests */ = {isa = PBXFileReference; lastKnownFileType = folder; path = HutchTests; sourceTree = "<group>"; };
 		8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = HutchTests.xctestplan; sourceTree = "<group>"; };
 		8BE081F62F80000100000001 /* HutchWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = HutchWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
-		8BE09E7A2F7B2CC300F88693 /* index.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
-		8BE09E7B2F7B2CC300F88693 /* privacy.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = privacy.html; sourceTree = "<group>"; };
-		8BE09E7C2F7B2CC300F88693 /* storebutton.svg */ = {isa = PBXFileReference; lastKnownFileType = text; path = storebutton.svg; sourceTree = "<group>"; };
-		8BE09E7D2F7B2CC300F88693 /* styles.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = styles.css; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
@@ -178,7 +170,6 @@
 			isa = PBXGroup;
 			children = (
 				8B2FA9CC2F7E211800E609E2 /* Docs */,
-				8BE09E7E2F7B2CC300F88693 /* website */,
 				8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */,
 				8B8182C22F6B742B000AE049 /* HutchTests */,
 				8B2F89632F69DEB900FC0253 /* LICENSE */,
@@ -202,17 +193,6 @@
 			name = Products;
 			sourceTree = "<group>";
 		};
-		8BE09E7E2F7B2CC300F88693 /* website */ = {
-			isa = PBXGroup;
-			children = (
-				8BE09E7A2F7B2CC300F88693 /* index.html */,
-				8BE09E7B2F7B2CC300F88693 /* privacy.html */,
-				8BE09E7C2F7B2CC300F88693 /* storebutton.svg */,
-				8BE09E7D2F7B2CC300F88693 /* styles.css */,
-			);
-			path = website;
-			sourceTree = "<group>";
-		};
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
@@ -348,10 +328,6 @@
 				8B2FA9D12F7E211800E609E2 /* paste.json in Resources */,
 				8B2FA9D22F7E211800E609E2 /* todo.json in Resources */,
 				8B2FA9D32F7E211800E609E2 /* lists.json in Resources */,
-				8BE09E7F2F7B2CC300F88693 /* storebutton.svg in Resources */,
-				8BE09E802F7B2CC300F88693 /* index.html in Resources */,
-				8BE09E812F7B2CC300F88693 /* styles.css in Resources */,
-				8BE09E822F7B2CC300F88693 /* privacy.html in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -539,7 +515,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_ENTITLEMENTS = Hutch/Hutch.entitlements;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 26;
+				CURRENT_PROJECT_VERSION = 27;
 				DEVELOPMENT_TEAM = ZCNAX3VL9D;
 				ENABLE_PREVIEWS = YES;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -556,7 +532,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 2.10.2;
+				MARKETING_VERSION = 2.10.3;
 				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -576,7 +552,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_ENTITLEMENTS = Hutch/Hutch.entitlements;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 26;
+				CURRENT_PROJECT_VERSION = 27;
 				DEVELOPMENT_TEAM = ZCNAX3VL9D;
 				ENABLE_PREVIEWS = YES;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -593,7 +569,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 2.10.2;
+				MARKETING_VERSION = 2.10.3;
 				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -656,7 +632,7 @@
 				APPLICATION_EXTENSION_API_ONLY = YES;
 				CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 26;
+				CURRENT_PROJECT_VERSION = 27;
 				DEVELOPMENT_TEAM = ZCNAX3VL9D;
 				GENERATE_INFOPLIST_FILE = NO;
 				INFOPLIST_FILE = HutchWidgetExtension/Info.plist;
@@ -666,7 +642,7 @@
 					"@executable_path/Frameworks",
 					"@executable_path/../../Frameworks",
 				);
-				MARKETING_VERSION = 2.10.2;
+				MARKETING_VERSION = 2.10.3;
 				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchWidgetExtension;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SKIP_INSTALL = YES;
@@ -685,7 +661,7 @@
 				APPLICATION_EXTENSION_API_ONLY = YES;
 				CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 26;
+				CURRENT_PROJECT_VERSION = 27;
 				DEVELOPMENT_TEAM = ZCNAX3VL9D;
 				GENERATE_INFOPLIST_FILE = NO;
 				INFOPLIST_FILE = HutchWidgetExtension/Info.plist;
@@ -695,7 +671,7 @@
 					"@executable_path/Frameworks",
 					"@executable_path/../../Frameworks",
 				);
-				MARKETING_VERSION = 2.10.2;
+				MARKETING_VERSION = 2.10.3;
 				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchWidgetExtension;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SKIP_INSTALL = YES;
diff --git a/Hutch/Views/Settings/SettingsView.swift b/Hutch/Views/Settings/SettingsView.swift
index 7f4aa07..2c9e528 100644
--- a/Hutch/Views/Settings/SettingsView.swift
+++ b/Hutch/Views/Settings/SettingsView.swift
@@ -746,7 +746,7 @@ private struct AboutView: View {
                     .font(.subheadline)
                     .foregroundStyle(.secondary)
 
-                Link(destination: URL(string: "https://hutch.cleberg.net/privacy.html")!) {
+                Link(destination: URL(string: "https://zerolabs.sh/hutch/privacy-policy/")!) {
                     SwiftUI.Label("Privacy Policy", systemImage: "hand.raised")
                 }
             }
diff --git a/website/index.html b/website/index.html
deleted file mode 100644
index 370e5c6..0000000
--- a/website/index.html
+++ /dev/null
@@ -1,166 +0,0 @@
-<!doctype html>
-<html lang="en">
-
-<head>
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1" />
-  <title>Hutch — native SourceHut client for iOS</title>
-  <meta name="description"
-    content="Hutch is a native iOS client for SourceHut with support for repositories, builds, tickets, mailing lists, projects, and more." />
-  <link rel="stylesheet" href="styles.css" />
-</head>
-
-<body>
-  <div class="page">
-    <header class="site-header">
-      <div class="brand-row">
-        <a class="brand" href="index.html">
-          <img class="app-icon" src="https://img.cleberg.net/apps/hutch/logo/hutch_light.png" alt="Hutch icon" />
-          <div>
-            <h1>Hutch</h1>
-            <p class="subtitle">A native SourceHut client for iOS</p>
-          </div>
-        </a>
-
-        <div class="hero-actions">
-          <a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299" class="store-link"
-            aria-label="Download Hutch on the App Store">
-            <img src="storebutton.svg" class="store-img" alt="Download on the App Store" />
-          </a>
-
-          <nav class="header-links" aria-label="Hutch links">
-            <a href="https://sr.ht/~ccleberg/Hutch/">Source Code</a>
-            <span>·</span>
-            <a href="mailto:hello@cleberg.net">Email</a>
-          </nav>
-        </div>
-      </div>
-
-      <div class="intro-copy">
-        <p class="lede">SourceHut workflows, built for mobile.</p>
-        <p>Hutch is a fast, native iOS app for working with SourceHut when you are away from your desk. It focuses on
-          the things that matter on mobile: triaging work, reviewing patches, monitoring builds, following discussions,
-          and managing repositories and tickets without a browser.</p>
-      </div>
-    </header>
-
-    <main>
-      <div class="info-banner info-banner-live">
-        Hutch is now available on the App Store for iPhone.
-        <a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299">Download Hutch for SourceHut</a>.
-      </div>
-      <section class="content-grid">
-        <div>
-          <h2>Why it exists</h2>
-          <p>SourceHut is intentionally simple, efficient, and workflow-focused. Hutch brings that same philosophy to
-            iOS with an interface designed for quick decisions and real work on the go.</p>
-          <p>Instead of treating mobile as a stripped-down viewer, Hutch is meant to be a practical client for reading,
-            responding, creating, and managing work across the SourceHut ecosystem.</p>
-        </div>
-
-        <div>
-          <h2>What it does</h2>
-          <ul class="feature-list">
-            <li>Review patch threads and browse mailing lists</li>
-            <li>Manage trackers, tickets, assignees, labels, and comments</li>
-            <li>Browse Git and Mercurial repositories, files, refs, commits, and diffs</li>
-            <li>Submit, monitor, retry, and inspect builds and logs</li>
-            <li>Follow projects linking repositories, trackers, and lists</li>
-            <li>Manage profile settings, SSH keys, PGP keys, and access tokens</li>
-          </ul>
-        </div>
-      </section>
-
-      <section class="screenshots">
-        <h2>Interface</h2>
-        <p class="section-intro">From patch review to trackers, builds, repositories, and project organization, Hutch is
-          built to make SourceHut feel at home on iOS.</p>
-        <div class="shot-scroll" aria-label="Hutch screenshots">
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/01_patch.jpg" alt="Patch review screenshot"
-              loading="lazy" />
-            <figcaption>Review patches anywhere</figcaption>
-          </figure>
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/02_thread.jpg" alt="Threaded inbox screenshot"
-              loading="lazy" />
-            <figcaption>Stay on top of discussions</figcaption>
-          </figure>
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/03_builds.jpg" alt="Builds screenshot"
-              loading="lazy" />
-            <figcaption>Monitor builds in real time</figcaption>
-          </figure>
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/04_tickets.jpg" alt="Tickets screenshot"
-              loading="lazy" />
-            <figcaption>Manage issues on the go</figcaption>
-          </figure>
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/05_repo.jpg" alt="Repository diff screenshot"
-              loading="lazy" />
-            <figcaption>Explore your code</figcaption>
-          </figure>
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/06_projects.jpg" alt="Projects screenshot"
-              loading="lazy" />
-            <figcaption>Everything in one place</figcaption>
-          </figure>
-          <figure class="shot-card">
-            <img src="https://img.cleberg.net/apps/hutch/screenshots/iphone/07_actions.jpg"
-              alt="Build submission screenshot" loading="lazy" />
-            <figcaption>Take action instantly</figcaption>
-          </figure>
-        </div>
-      </section>
-
-      <section class="feature-sections">
-        <div class="feature-panel">
-          <h2>Major features</h2>
-          <ul class="feature-list">
-            <li>Home dashboard with projects, assigned tickets, recent builds, and inbox shortcuts</li>
-            <li>Unread-first inbox with thread detail, patch rendering, and reply via Apple Mail</li>
-            <li>Git and Mercurial repository browsing, settings, ACLs, and creation flows</li>
-            <li>Tracker and ticket workflows including comments, assignees, resolutions, and labels</li>
-            <li>Build submission, build history, log viewing, cancellation, and rebuild flows</li>
-            <li>Project views linking repositories, trackers, and mailing lists into one hub</li>
-          </ul>
-        </div>
-
-        <div class="feature-panel">
-          <h2>Built for SourceHut users</h2>
-          <ul class="feature-list">
-            <li>Native Swift interface with no analytics, ads, or tracking SDKs</li>
-            <li>Deep links for repositories, tickets, and builds via <code>hutch://</code></li>
-            <li>Share actions across repositories, files, commits, tickets, builds, and profiles</li>
-            <li>Pull-to-refresh, loading states, empty states, and error overlays across major screens</li>
-            <li>Keychain-backed authentication with secure SourceHut personal access tokens</li>
-            <li>Profile management including avatars, SSH keys, PGP keys, and token/grant viewing</li>
-          </ul>
-        </div>
-      </section>
-
-      <section class="resources">
-        <h2>Resources</h2>
-        <ul class="resource-list">
-          <li><a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299">Download on the App Store</a></li>
-          <li><a href="https://sr.ht/~ccleberg/Hutch/">Project homepage</a></li>
-          <li><a href="https://todo.sr.ht/~ccleberg/Hutch/">Issue tracker</a></li>
-          <li>Mailing Lists:
-            <ul>
-              <li><a href="https://lists.sr.ht/~ccleberg/hutch-devel">hutch-devel</a></li>
-              <li><a href="https://lists.sr.ht/~ccleberg/hutch-announce">hutch-announce</a></li>
-            </ul>
-          </li>
-          <li><a href="privacy.html">Privacy policy</a></li>
-        </ul>
-      </section>
-    </main>
-
-    <footer class="site-footer">
-      © 2026 <a href="https://cleberg.net">Christian Cleberg</a>
-    </footer>
-  </div>
-</body>
-
-</html>
diff --git a/website/privacy.html b/website/privacy.html
deleted file mode 100644
index 371bbcb..0000000
--- a/website/privacy.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<!doctype html>
-<html lang="en">
-
-<head>
-    <meta charset="utf-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <title>Privacy Policy — Hutch</title>
-    <link rel="stylesheet" href="styles.css" />
-</head>
-
-<body>
-    <div class="page">
-        <header class="site-header">
-            <div class="brand-row">
-                <a class="brand" href="index.html">
-                    <img class="app-icon" src="https://img.cleberg.net/apps/hutch/logo/hutch_light.png"
-                        alt="Hutch icon" />
-                    <div>
-                        <h1>Hutch</h1>
-                        <p class="subtitle">A native SourceHut client for iPhone</p>
-                    </div>
-                </a>
-
-                <div class="hero-actions">
-                    <a href="https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299" class="store-link"
-                        aria-label="Download Hutch on the App Store">
-                        <img src="storebutton.svg" class="store-img" alt="Download on the App Store" />
-                    </a>
-
-                    <nav class="header-links">
-                        <a href="https://sr.ht/~ccleberg/Hutch/">Source Code</a>
-                        <span>·</span>
-                        <a href="mailto:hello@cleberg.net">Email</a>
-                    </nav>
-                </div>
-            </div>
-        </header>
-
-        <main>
-            <section class="privacy">
-                <h2>Privacy Policy</h2>
-
-                <p><strong>Hutch</strong><br>
-                    Last updated: March 20, 2026</p>
-
-                <h3>Overview</h3>
-                <p>
-                    Hutch is a native client for SourceHut on iPhone. It lets users work with repositories,
-                    projects, mailing lists, tickets, and builds using their own SourceHut account.
-                </p>
-
-                <h3>Data Collection</h3>
-                <p>
-                    Hutch does not collect, store, or transmit personal data to the developer.
-                </p>
-                <p>
-                    All data shown in the app is retrieved directly from SourceHut using credentials provided by the
-                    user.
-                </p>
-
-                <h3>Authentication</h3>
-                <p>
-                    Hutch uses a SourceHut Personal Access Token (PAT) provided by the user.
-                </p>
-                <p>
-                    The token is stored securely on-device using iOS secure storage and is used only to authenticate
-                    requests
-                    to SourceHut. The developer does not have access to this token.
-                </p>
-
-                <h3>Data Usage</h3>
-                <p>The app communicates with SourceHut servers to:</p>
-                <ul>
-                    <li>fetch repositories, files, commits, and project metadata</li>
-                    <li>retrieve and update trackers, tickets, labels, and comments</li>
-                    <li>read mailing lists, inbox threads, and patch discussions</li>
-                    <li>submit, inspect, cancel, and rebuild build jobs</li>
-                    <li>manage profile data, avatars, SSH keys, PGP keys, and access tokens</li>
-                </ul>
-                <p>
-                    No data is transmitted to any servers operated by the developer.
-                </p>
-
-                <h3>Third-Party Services</h3>
-                <p>
-                    Hutch communicates with SourceHut services (sr.ht) to retrieve and update user data.
-                </p>
-                <p>
-                    When replying to mailing list threads, Hutch can hand the message off to Apple Mail using the iOS
-                    Mail composer.
-                </p>
-                <p>
-                    No analytics, advertising, or tracking SDKs are used.
-                </p>
-
-                <h3>User-Generated Content</h3>
-                <p>
-                    Hutch displays and edits content from SourceHut, including repositories, tickets, mailing list
-                    threads,
-                    and builds. This content is accessed based on the user’s authentication and permissions.
-                </p>
-
-                <h3>Device Permissions</h3>
-                <p>
-                    Hutch may request access to Photos when the user chooses to upload a profile avatar.
-                </p>
-                <p>
-                    Hutch does not request access to location, contacts, camera, or microphone.
-                </p>
-
-                <h3>Changes to This Policy</h3>
-                <p>
-                    This policy may be updated in future versions. Updates will be reflected on this page.
-                </p>
-
-                <h3>Contact</h3>
-                <p>
-                    For questions, contact:
-                    <a href="mailto:privacy@cleberg.net">privacy@cleberg.net</a>
-                </p>
-            </section>
-        </main>
-
-        <footer class="site-footer">
-            © 2026 <a href="https://cleberg.net">Christian Cleberg</a>
-        </footer>
-    </div>
-</body>
-
-</html>
diff --git a/website/storebutton.svg b/website/storebutton.svg
deleted file mode 100755
index 072b425..0000000
--- a/website/storebutton.svg
+++ /dev/null
@@ -1,46 +0,0 @@
-<svg id="livetype" xmlns="http://www.w3.org/2000/svg" width="119.66407" height="40" viewBox="0 0 119.66407 40">
-  <title>Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917</title>
-  <g>
-    <g>
-      <g>
-        <path d="M110.13477,0H9.53468c-.3667,0-.729,0-1.09473.002-.30615.002-.60986.00781-.91895.0127A13.21476,13.21476,0,0,0,5.5171.19141a6.66509,6.66509,0,0,0-1.90088.627A6.43779,6.43779,0,0,0,1.99757,1.99707,6.25844,6.25844,0,0,0,.81935,3.61816a6.60119,6.60119,0,0,0-.625,1.90332,12.993,12.993,0,0,0-.1792,2.002C.00587,7.83008.00489,8.1377,0,8.44434V31.5586c.00489.3105.00587.6113.01515.9219a12.99232,12.99232,0,0,0,.1792,2.0019,6.58756,6.58756,0,0,0,.625,1.9043A6.20778,6.20778,0,0,0,1.99757,38.001a6.27445,6.27445,0,0,0,1.61865,1.1787,6.70082,6.70082,0,0,0,1.90088.6308,13.45514,13.45514,0,0,0,2.0039.1768c.30909.0068.6128.0107.91895.0107C8.80567,40,9.168,40,9.53468,40H110.13477c.3594,0,.7246,0,1.084-.002.3047,0,.6172-.0039.9219-.0107a13.279,13.279,0,0,0,2-.1768,6.80432,6.80432,0,0,0,1.9082-.6308,6.27742,6.27742,0,0,0,1.6172-1.1787,6.39482,6.39482,0,0,0,1.1816-1.6143,6.60413,6.60413,0,0,0,.6191-1.9043,13.50643,13.50643,0,0,0,.1856-2.0019c.0039-.3106.0039-.6114.0039-.9219.0078-.3633.0078-.7246.0078-1.0938V9.53613c0-.36621,0-.72949-.0078-1.09179,0-.30664,0-.61426-.0039-.9209a13.5071,13.5071,0,0,0-.1856-2.002,6.6177,6.6177,0,0,0-.6191-1.90332,6.46619,6.46619,0,0,0-2.7988-2.7998,6.76754,6.76754,0,0,0-1.9082-.627,13.04394,13.04394,0,0,0-2-.17676c-.3047-.00488-.6172-.01074-.9219-.01269-.3594-.002-.7246-.002-1.084-.002Z" style="fill: #a6a6a6"/>
-        <path d="M8.44483,39.125c-.30468,0-.602-.0039-.90429-.0107a12.68714,12.68714,0,0,1-1.86914-.1631,5.88381,5.88381,0,0,1-1.65674-.5479,5.40573,5.40573,0,0,1-1.397-1.0166,5.32082,5.32082,0,0,1-1.02051-1.3965,5.72186,5.72186,0,0,1-.543-1.6572,12.41351,12.41351,0,0,1-.1665-1.875c-.00634-.2109-.01464-.9131-.01464-.9131V8.44434S.88185,7.75293.8877,7.5498a12.37039,12.37039,0,0,1,.16553-1.87207,5.7555,5.7555,0,0,1,.54346-1.6621A5.37349,5.37349,0,0,1,2.61183,2.61768,5.56543,5.56543,0,0,1,4.01417,1.59521a5.82309,5.82309,0,0,1,1.65332-.54394A12.58589,12.58589,0,0,1,7.543.88721L8.44532.875H111.21387l.9131.0127a12.38493,12.38493,0,0,1,1.8584.16259,5.93833,5.93833,0,0,1,1.6709.54785,5.59374,5.59374,0,0,1,2.415,2.41993,5.76267,5.76267,0,0,1,.5352,1.64892,12.995,12.995,0,0,1,.1738,1.88721c.0029.2832.0029.5874.0029.89014.0079.375.0079.73193.0079,1.09179V30.4648c0,.3633,0,.7178-.0079,1.0752,0,.3252,0,.6231-.0039.9297a12.73126,12.73126,0,0,1-.1709,1.8535,5.739,5.739,0,0,1-.54,1.67,5.48029,5.48029,0,0,1-1.0156,1.3857,5.4129,5.4129,0,0,1-1.3994,1.0225,5.86168,5.86168,0,0,1-1.668.5498,12.54218,12.54218,0,0,1-1.8692.1631c-.2929.0068-.5996.0107-.8974.0107l-1.084.002Z"/>
-      </g>
-      <g id="_Group_" data-name="&lt;Group&gt;">
-        <g id="_Group_2" data-name="&lt;Group&gt;">
-          <g id="_Group_3" data-name="&lt;Group&gt;">
-            <path id="_Path_" data-name="&lt;Path&gt;" d="M24.76888,20.30068a4.94881,4.94881,0,0,1,2.35656-4.15206,5.06566,5.06566,0,0,0-3.99116-2.15768c-1.67924-.17626-3.30719,1.00483-4.1629,1.00483-.87227,0-2.18977-.98733-3.6085-.95814a5.31529,5.31529,0,0,0-4.47292,2.72787c-1.934,3.34842-.49141,8.26947,1.3612,10.97608.9269,1.32535,2.01018,2.8058,3.42763,2.7533,1.38706-.05753,1.9051-.88448,3.5794-.88448,1.65876,0,2.14479.88448,3.591.8511,1.48838-.02416,2.42613-1.33124,3.32051-2.66914a10.962,10.962,0,0,0,1.51842-3.09251A4.78205,4.78205,0,0,1,24.76888,20.30068Z" style="fill: #fff"/>
-            <path id="_Path_2" data-name="&lt;Path&gt;" d="M22.03725,12.21089a4.87248,4.87248,0,0,0,1.11452-3.49062,4.95746,4.95746,0,0,0-3.20758,1.65961,4.63634,4.63634,0,0,0-1.14371,3.36139A4.09905,4.09905,0,0,0,22.03725,12.21089Z" style="fill: #fff"/>
-          </g>
-        </g>
-        <g>
-          <path d="M42.30227,27.13965h-4.7334l-1.13672,3.35645H34.42727l4.4834-12.418h2.083l4.4834,12.418H43.438ZM38.0591,25.59082h3.752l-1.84961-5.44727h-.05176Z" style="fill: #fff"/>
-          <path d="M55.15969,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H48.4302v1.50586h.03418a3.21162,3.21162,0,0,1,2.88281-1.60059C53.645,21.34766,55.15969,23.16406,55.15969,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C52.30227,29.01563,53.24953,27.81934,53.24953,25.96973Z" style="fill: #fff"/>
-          <path d="M65.12453,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H58.395v1.50586h.03418A3.21162,3.21162,0,0,1,61.312,21.34766C63.60988,21.34766,65.12453,23.16406,65.12453,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C62.26711,29.01563,63.21438,27.81934,63.21438,25.96973Z" style="fill: #fff"/>
-          <path d="M71.71047,27.03613c.1377,1.23145,1.334,2.04,2.96875,2.04,1.56641,0,2.69336-.80859,2.69336-1.91895,0-.96387-.67969-1.541-2.28906-1.93652l-1.60937-.3877c-2.28027-.55078-3.33887-1.61719-3.33887-3.34766,0-2.14258,1.86719-3.61426,4.51855-3.61426,2.624,0,4.42285,1.47168,4.4834,3.61426h-1.876c-.1123-1.23926-1.13672-1.9873-2.63379-1.9873s-2.52148.75684-2.52148,1.8584c0,.87793.6543,1.39453,2.25488,1.79l1.36816.33594c2.54785.60254,3.60645,1.626,3.60645,3.44238,0,2.32324-1.85059,3.77832-4.79395,3.77832-2.75391,0-4.61328-1.4209-4.7334-3.667Z" style="fill: #fff"/>
-          <path d="M83.34621,19.2998v2.14258h1.72168v1.47168H83.34621v4.99121c0,.77539.34473,1.13672,1.10156,1.13672a5.80752,5.80752,0,0,0,.61133-.043v1.46289a5.10351,5.10351,0,0,1-1.03223.08594c-1.833,0-2.54785-.68848-2.54785-2.44434V22.91406H80.16262V21.44238H81.479V19.2998Z" style="fill: #fff"/>
-          <path d="M86.065,25.96973c0-2.84863,1.67773-4.63867,4.29395-4.63867,2.625,0,4.29492,1.79,4.29492,4.63867,0,2.85645-1.66113,4.63867-4.29492,4.63867C87.72609,30.6084,86.065,28.82617,86.065,25.96973Zm6.69531,0c0-1.9541-.89551-3.10742-2.40137-3.10742s-2.40039,1.16211-2.40039,3.10742c0,1.96191.89453,3.10645,2.40039,3.10645S92.76027,27.93164,92.76027,25.96973Z" style="fill: #fff"/>
-          <path d="M96.18606,21.44238h1.77246v1.541h.043a2.1594,2.1594,0,0,1,2.17773-1.63574,2.86616,2.86616,0,0,1,.63672.06934v1.73828a2.59794,2.59794,0,0,0-.835-.1123,1.87264,1.87264,0,0,0-1.93652,2.083v5.37012h-1.8584Z" style="fill: #fff"/>
-          <path d="M109.3843,27.83691c-.25,1.64355-1.85059,2.77148-3.89844,2.77148-2.63379,0-4.26855-1.76465-4.26855-4.5957,0-2.83984,1.64355-4.68164,4.19043-4.68164,2.50488,0,4.08008,1.7207,4.08008,4.46582v.63672h-6.39453v.1123a2.358,2.358,0,0,0,2.43555,2.56445,2.04834,2.04834,0,0,0,2.09082-1.27344Zm-6.28223-2.70215h4.52637a2.1773,2.1773,0,0,0-2.2207-2.29785A2.292,2.292,0,0,0,103.10207,25.13477Z" style="fill: #fff"/>
-        </g>
-      </g>
-    </g>
-    <g id="_Group_4" data-name="&lt;Group&gt;">
-      <g>
-        <path d="M37.82619,8.731a2.63964,2.63964,0,0,1,2.80762,2.96484c0,1.90625-1.03027,3.002-2.80762,3.002H35.67092V8.731Zm-1.22852,5.123h1.125a1.87588,1.87588,0,0,0,1.96777-2.146,1.881,1.881,0,0,0-1.96777-2.13379h-1.125Z" style="fill: #fff"/>
-        <path d="M41.68068,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C44.57522,13.99463,45.01369,13.42432,45.01369,12.44434Z" style="fill: #fff"/>
-        <path d="M51.57326,14.69775h-.92187l-.93066-3.31641h-.07031l-.92676,3.31641h-.91309l-1.24121-4.50293h.90137l.80664,3.436h.06641l.92578-3.436h.85254l.92578,3.436h.07031l.80273-3.436h.88867Z" style="fill: #fff"/>
-        <path d="M53.85354,10.19482H54.709v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915h-.88867V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z" style="fill: #fff"/>
-        <path d="M59.09377,8.437h.88867v6.26074h-.88867Z" style="fill: #fff"/>
-        <path d="M61.21779,12.44434a2.13346,2.13346,0,1,1,4.24756,0,2.1338,2.1338,0,1,1-4.24756,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C64.11232,13.99463,64.5508,13.42432,64.5508,12.44434Z" style="fill: #fff"/>
-        <path d="M66.4009,13.42432c0-.81055.60352-1.27783,1.6748-1.34424l1.21973-.07031v-.38867c0-.47559-.31445-.74414-.92187-.74414-.49609,0-.83984.18213-.93848.50049h-.86035c.09082-.77344.81836-1.26953,1.83984-1.26953,1.12891,0,1.76563.562,1.76563,1.51318v3.07666h-.85547v-.63281h-.07031a1.515,1.515,0,0,1-1.35254.707A1.36026,1.36026,0,0,1,66.4009,13.42432Zm2.89453-.38477v-.37646l-1.09961.07031c-.62012.0415-.90137.25244-.90137.64941,0,.40527.35156.64111.835.64111A1.0615,1.0615,0,0,0,69.29543,13.03955Z" style="fill: #fff"/>
-        <path d="M71.34816,12.44434c0-1.42285.73145-2.32422,1.86914-2.32422a1.484,1.484,0,0,1,1.38086.79h.06641V8.437h.88867v6.26074h-.85156v-.71143h-.07031a1.56284,1.56284,0,0,1-1.41406.78564C72.0718,14.772,71.34816,13.87061,71.34816,12.44434Zm.918,0c0,.95508.4502,1.52979,1.20313,1.52979.749,0,1.21191-.583,1.21191-1.52588,0-.93848-.46777-1.52979-1.21191-1.52979C72.72121,10.91846,72.26613,11.49707,72.26613,12.44434Z" style="fill: #fff"/>
-        <path d="M79.23,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C82.12453,13.99463,82.563,13.42432,82.563,12.44434Z" style="fill: #fff"/>
-        <path d="M84.66945,10.19482h.85547v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915H87.605V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z" style="fill: #fff"/>
-        <path d="M93.51516,9.07373v1.1416h.97559v.74854h-.97559V13.2793c0,.47168.19434.67822.63672.67822a2.96657,2.96657,0,0,0,.33887-.02051v.74023a2.9155,2.9155,0,0,1-.4834.04541c-.98828,0-1.38184-.34766-1.38184-1.21582v-2.543h-.71484v-.74854h.71484V9.07373Z" style="fill: #fff"/>
-        <path d="M95.70461,8.437h.88086v2.48145h.07031a1.3856,1.3856,0,0,1,1.373-.80664,1.48339,1.48339,0,0,1,1.55078,1.67871v2.90723H98.69v-2.688c0-.71924-.335-1.0835-.96289-1.0835a1.05194,1.05194,0,0,0-1.13379,1.1416v2.62988h-.88867Z" style="fill: #fff"/>
-        <path d="M104.76125,13.48193a1.828,1.828,0,0,1-1.95117,1.30273A2.04531,2.04531,0,0,1,100.73,12.46045a2.07685,2.07685,0,0,1,2.07617-2.35254c1.25293,0,2.00879.856,2.00879,2.27V12.688h-3.17969v.0498a1.1902,1.1902,0,0,0,1.19922,1.29,1.07934,1.07934,0,0,0,1.07129-.5459Zm-3.126-1.45117h2.27441a1.08647,1.08647,0,0,0-1.1084-1.1665A1.15162,1.15162,0,0,0,101.63527,12.03076Z" style="fill: #fff"/>
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/website/styles.css b/website/styles.css
deleted file mode 100644
index 11799c0..0000000
--- a/website/styles.css
+++ /dev/null
@@ -1,320 +0,0 @@
-:root {
-  --bg: #f3f3f1;
-  --surface: #fff;
-  --border: #ddd;
-  --text: #111;
-  --muted: rgba(0, 0, 0, 0.62);
-  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
-  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06);
-}
-
-* {
-  box-sizing: border-box;
-}
-
-body {
-  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
-  background: var(--bg);
-  color: var(--text);
-  margin: 0;
-}
-
-a,
-a:visited {
-  color: blue;
-}
-
-img {
-  max-width: 100%;
-  display: block;
-}
-
-.page {
-  max-width: 960px;
-  margin: 0 auto;
-  padding: 16px;
-}
-
-.privacy,
-.site-header,
-.content-grid,
-.screenshots,
-.resources,
-.feature-sections {
-  border: 1px solid var(--border);
-  background: var(--surface);
-  margin-bottom: 16px;
-  padding: 20px;
-}
-
-.brand-row {
-  display: flex;
-  justify-content: space-between;
-  gap: 20px;
-  align-items: flex-start;
-}
-
-.brand,
-.brand h1,
-.brand p {
-  color: black;
-  text-decoration: none;
-}
-
-.brand {
-  display: flex;
-  gap: 16px;
-  align-items: center;
-  min-width: 0;
-}
-
-.brand h1 {
-  margin: 0;
-}
-
-.subtitle,
-.brand p {
-  margin-top: 0;
-  opacity: 0.68;
-}
-
-.app-icon {
-  width: 80px;
-  border-radius: 18px;
-  border: 1px solid rgba(0, 0, 0, 0.08);
-  box-shadow: var(--shadow-sm), 0 4px 12px rgba(0, 0, 0, 0.08);
-  flex: 0 0 auto;
-}
-
-.hero-actions {
-  text-align: right;
-  flex: 0 0 auto;
-}
-
-.store-img {
-  height: 40px;
-  padding-bottom: 0.5rem;
-}
-
-.header-links {
-  font-size: 14px;
-}
-
-.intro-copy {
-  margin-top: 18px;
-}
-
-.lede {
-  margin: 0 0 10px;
-  font-weight: 700;
-  font-size: 1.125rem;
-}
-
-.intro-copy p:last-child {
-  margin-bottom: 0;
-}
-
-.content-grid,
-.feature-sections {
-  display: grid;
-  grid-template-columns: 1fr 1fr;
-  gap: 20px;
-}
-
-.content-grid>div,
-.feature-sections>.feature-panel {
-  min-width: 0;
-}
-
-.content-grid h2,
-.screenshots h2,
-.resources h2,
-.feature-panel h2 {
-  margin-top: 0;
-}
-
-.feature-list {
-  margin: 0;
-  padding-left: 1.2rem;
-  line-height: 1.55;
-}
-
-.feature-list li+li {
-  margin-top: 0.45rem;
-}
-
-.section-intro {
-  margin-top: 0;
-  color: var(--muted);
-}
-
-.shot-scroll {
-  display: grid;
-  grid-auto-flow: column;
-  grid-auto-columns: minmax(220px, 280px);
-  gap: 12px;
-  overflow-x: auto;
-  overscroll-behavior-x: contain;
-  padding-bottom: 8px;
-  scroll-snap-type: x proximity;
-  -webkit-overflow-scrolling: touch;
-}
-
-.shot-scroll::-webkit-scrollbar {
-  height: 10px;
-}
-
-.shot-scroll::-webkit-scrollbar-thumb {
-  background: rgba(0, 0, 0, 0.18);
-}
-
-.shot-card {
-  margin: 0;
-  scroll-snap-align: start;
-  border: 1px solid var(--border);
-  overflow: hidden;
-  background: #fafafa;
-  box-shadow: var(--shadow-md);
-}
-
-.shot-card img {
-  width: 100%;
-  height: auto;
-}
-
-.shot-card figcaption {
-  padding: 10px 12px 12px;
-  font-size: 0.95rem;
-  font-weight: 600;
-}
-
-.resource-list {
-  display: flex;
-  flex-direction: column;
-  gap: 6px;
-  margin: 0;
-  padding-left: 1.2rem;
-}
-
-.resource-list ul {
-  margin-top: 6px;
-}
-
-.site-footer,
-footer {
-  padding: 4px 2px 24px;
-}
-
-.privacy h2 {
-  margin: 0 0 20px;
-  font-size: 28px;
-  line-height: 1.1;
-}
-
-.privacy h3 {
-  margin: 24px 0 8px;
-  font-size: 18px;
-  line-height: 1.2;
-}
-
-.privacy p {
-  margin: 0 0 14px;
-  line-height: 1.5;
-}
-
-.privacy ul {
-  margin: 0 0 14px;
-  padding-left: 0;
-  list-style: none;
-}
-
-.privacy li {
-  padding-left: 1em;
-  text-indent: -1em;
-}
-
-.privacy li::before {
-  content: "- ";
-}
-
-.privacy a:hover {
-  text-decoration: underline;
-}
-
-code {
-  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
-  font-size: 0.95em;
-}
-
-@media (max-width: 760px) {
-  .page {
-    padding: 12px;
-  }
-
-  .brand-row,
-  .content-grid,
-  .feature-sections {
-    grid-template-columns: 1fr;
-    display: grid;
-  }
-
-  .shot-scroll {
-    grid-auto-columns: minmax(240px, 78vw);
-  }
-
-  .brand-row {
-    gap: 16px;
-  }
-
-  .hero-actions {
-    text-align: left;
-  }
-
-  .brand {
-    align-items: flex-start;
-  }
-
-  .store-img {
-    height: 44px;
-  }
-
-  .content-grid,
-  .feature-sections {
-    gap: 12px;
-  }
-
-  .site-header,
-  .content-grid,
-  .screenshots,
-  .resources,
-  .feature-sections,
-  .privacy {
-    padding: 16px;
-  }
-
-  .feature-list,
-  .resource-list {
-    padding-left: 1.1rem;
-  }
-}
-
-.info-banner {
-  margin: 24px auto;
-  padding: 14px 16px;
-  max-width: 960px;
-
-  background: #fff3cd;
-  border: 1px solid #ffeeba;
-
-  color: #856404;
-  font-size: 14px;
-  line-height: 1.5;
-
-  text-align: center;
-}
-
-.info-banner-live {
-  background: #edf7ee;
-  border-color: #cfe8d3;
-  color: #1d5c2f;
-}