From 434ea8d59b1e549e3f3610a24df6b29dc266da65 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Mon, 11 May 2026 11:01:51 +0530 Subject: [PATCH 1/4] style(docs): default Mintlify appearance to dark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per DESIGN_SYSTEM.md v0.1 §Color: "Dark is the primary brand surface. All hero shots, marketing screenshots, docs landing pages, and the canonical app screenshot ship dark. Light mode exists and is fully supported, but is never the brand's first impression." The live docs were rendering light by default. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.json b/docs.json index 5be4c77..60da135 100644 --- a/docs.json +++ b/docs.json @@ -2,6 +2,9 @@ "$schema": "https://mintlify.com/docs.json", "theme": "mint", "name": "usezombie", + "appearance": { + "default": "dark" + }, "colors": { "primary": "#14b8a6", "light": "#5eead4", From e02955f6bcf5c3653f7e42eff8d4ff6c14a660de Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Mon, 11 May 2026 11:02:16 +0530 Subject: [PATCH 2/4] style(docs): align dark-mode accent with DESIGN_SYSTEM --pulse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit colors.dark was #2dd4bf, which DESIGN_SYSTEM.md v0.1 §Color reserves as --pulse-dim (pressed state). Dark-mode --pulse is #5eead4 — the signature bioluminescent cyan-mint that should fire on links, CTAs, focus rings, and other live signals. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 60da135..164efa6 100644 --- a/docs.json +++ b/docs.json @@ -8,7 +8,7 @@ "colors": { "primary": "#14b8a6", "light": "#5eead4", - "dark": "#2dd4bf" + "dark": "#5eead4" }, "fonts": { "heading": { From 65feeaeef723b0e184f1de8eebd84bf73f6f7dc3 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Mon, 11 May 2026 11:03:15 +0530 Subject: [PATCH 3/4] docs(index): give the docs home a real H1 + tagline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mintlify renders frontmatter title as the page H1. The old title was the literal brand name ("usezombie"), which produced two problems: 1. Browser title rendered as "usezombie - usezombie" because Mintlify appends site name. Visible in tabs, search results, and Open Graph. 2. The H1 carried no information — the brand name is already in the header chrome 30px to the left of the H1. The hero had no headline. New title is a value-prop H1 ("An always-on agent runtime"). Description drops the duplicated "Always-on agent runtime" prefix and leads with the verb the brand owns per DESIGN_SYSTEM.md memorable thing: "It wakes." Co-Authored-By: Claude Opus 4.7 (1M context) --- index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.mdx b/index.mdx index b2c7f30..afe2f2b 100644 --- a/index.mdx +++ b/index.mdx @@ -1,6 +1,6 @@ --- -title: usezombie -description: "Always-on agent runtime that wakes on your events, gathers evidence against your infra, and posts evidenced diagnoses to Slack. Markdown-defined." +title: "An always-on agent runtime" +description: "Long-lived daemons wake on your events, gather evidence against your infra, and post evidenced diagnoses to Slack. Markdown-defined." --- import { STARTER_CREDIT } from "/snippets/rates.mdx"; From 4e4523b4ab8c9ee767c8eed14b2ef805c305a550 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Mon, 11 May 2026 11:03:39 +0530 Subject: [PATCH 4/4] docs(index): drop mascot emoji from stealth banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DESIGN_SYSTEM.md v0.1 §Aesthetic direction lists "friendly mascots" under anti-vibes. The Operational Restraint posture treats the product as serious infrastructure, not decoration. The Warning callout already shouts "stealth-mode testing"; the emoji softens that posture without adding information. Co-Authored-By: Claude Opus 4.7 (1M context) --- index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdx b/index.mdx index afe2f2b..43645f0 100644 --- a/index.mdx +++ b/index.mdx @@ -6,7 +6,7 @@ description: "Long-lived daemons wake on your events, gather evidence against yo import { STARTER_CREDIT } from "/snippets/rates.mdx"; - 🧟 **Stealth-mode testing.** usezombie is in private alpha — APIs and agent behavior may change without long deprecation windows. Want a hand calibrating a zombie or to join as a design partner? Email [usezombie@agentmail.to](mailto:usezombie@agentmail.to). + **Stealth-mode testing.** usezombie is in private alpha — APIs and agent behavior may change without long deprecation windows. Want a hand calibrating a zombie or to join as a design partner? Email [usezombie@agentmail.to](mailto:usezombie@agentmail.to). ## A long-lived runtime for one operational outcome