From b490ee98add16a04d62c074586889cae477c02bb Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 Jan 2026 09:01:42 -0600 Subject: [PATCH 1/6] title --- site/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/site/index.html b/site/index.html index efbf06e..6e5bc6f 100644 --- a/site/index.html +++ b/site/index.html @@ -3,10 +3,15 @@ - Bitcoin UI iOS + Bitcoin UI + AI + + From 8b0ba78c777e6522e14daf9184f70fa993ee7431 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 Jan 2026 09:17:36 -0600 Subject: [PATCH 2/6] opencode --- README.md | 8 ++++++++ site/index.html | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index e7bec35..a110922 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ cursor /bitcoinui ``` +### OpenCode + +```sh +curl -L -o ~/.config/opencode/command/bitcoinui.md https://bitcoinui.ai/bitcoinui.md +opencode +/bitcoinui +``` + Example output: ``` diff --git a/site/index.html b/site/index.html index 6e5bc6f..c88aa54 100644 --- a/site/index.html +++ b/site/index.html @@ -49,6 +49,13 @@

Codex

Cursor

$ curl -L -o ~/.cursor/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md
 $ cursor
+> /bitcoinui
+ + +
+

OpenCode

+
$ curl -L -o ~/.config/opencode/command/bitcoinui.md https://bitcoinui.ai/bitcoinui.md
+$ opencode
 > /bitcoinui
From 375ae6332ecd2a40d063b3cd393398b4ee51da5e Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 Jan 2026 10:22:39 -0600 Subject: [PATCH 3/6] note --- site/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/index.html b/site/index.html index c88aa54..7a65f80 100644 --- a/site/index.html +++ b/site/index.html @@ -27,6 +27,7 @@

Bitcoin UI iOS

+

AI DESIGN REVIEW FOR BITCOIN IOS APPS.


From 7c1033ffa3f1c6a6bfe33f0c25e90468fa2ff4cc Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 Jan 2026 10:34:23 -0600 Subject: [PATCH 4/6] links --- README.md | 8 ++++---- site/index.html | 8 ++++---- site/style.css | 8 ++++++++ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a110922..cbbadcb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Text("Bitcoin Orange") Install `bitcoinui` in your AI coding tool. -### Claude +### [Claude](https://code.claude.com/docs/en/slash-commands) ```sh curl -L -o ~/.claude/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md @@ -40,7 +40,7 @@ claude /bitcoinui ``` -### Codex +### [Codex](https://github.com/openai/codex/blob/main/docs/skills.md) ```sh curl -fsSL https://bitcoinui.ai/install-codex.sh | bash @@ -48,7 +48,7 @@ codex $bitcoinui ``` -### Cursor +### [Cursor](https://cursor.com/docs/agent/chat/commands) ```sh curl -L -o ~/.cursor/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md @@ -56,7 +56,7 @@ cursor /bitcoinui ``` -### OpenCode +### [OpenCode](https://opencode.ai/docs/commands/) ```sh curl -L -o ~/.config/opencode/command/bitcoinui.md https://bitcoinui.ai/bitcoinui.md diff --git a/site/index.html b/site/index.html index 7a65f80..677cf75 100644 --- a/site/index.html +++ b/site/index.html @@ -33,28 +33,28 @@

Bitcoin UI iOS

Design Review

-

Claude

+

Claude

$ curl -L -o ~/.claude/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md
 $ claude
 > /bitcoinui
-

Codex

+

Codex

$ curl -fsSL https://bitcoinui.ai/install-codex.sh | bash
 $ codex
 > $bitcoinui
-

Cursor

+

Cursor

$ curl -L -o ~/.cursor/commands/bitcoinui.md https://bitcoinui.ai/bitcoinui.md
 $ cursor
 > /bitcoinui
-

OpenCode

+

OpenCode

$ curl -L -o ~/.config/opencode/command/bitcoinui.md https://bitcoinui.ai/bitcoinui.md
 $ opencode
 > /bitcoinui
diff --git a/site/style.css b/site/style.css index 204e0a2..3209660 100644 --- a/site/style.css +++ b/site/style.css @@ -103,6 +103,14 @@ h2 { font-weight: 300; } +h2 a { + color: inherit; +} + +h2 a:hover { + color: var(--orange); +} + .section-title { margin: 0 0 24px; font-size: 13px; From 6a3f38540bff606506528bdb2a710724d6ac2c73 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 Jan 2026 11:12:14 -0600 Subject: [PATCH 5/6] output seciton --- site/index.html | 14 +++++++++++++- site/style.css | 26 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 677cf75..9a4d776 100644 --- a/site/index.html +++ b/site/index.html @@ -20,7 +20,7 @@ href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap" rel="stylesheet" > - +
@@ -59,6 +59,18 @@

OpenCode

$ opencode > /bitcoinui
+ +
+

INSTALL -> RUN /bitcoinui -> GET A DESIGN REVIEW

+
BITCOINUI REVIEW: SendFeeView.swift
+===================================
+SERIOUS (1 issue)
+----------------
+[UX] Line 88: Fee picker lacks a high-fee warning
+Fix: Add a warning when fee >= 50% of amount.
+Reference: Bitcoin Design Guide - Send fees https://bitcoin.design/guide/daily-spending-wallet/sending/send-fees/
+SUMMARY: 0 critical, 1 serious, 0 moderate
+

diff --git a/site/style.css b/site/style.css index 3209660..f9659af 100644 --- a/site/style.css +++ b/site/style.css @@ -4,6 +4,7 @@ --bg-alt: #111111; --fg: #f5f5f5; --muted: #b7b7b7; + --muted-2: #8f8f8f; --border: #262626; --orange: #f7931a; --green: #00c853; @@ -140,6 +141,19 @@ pre { overflow-x: auto; } +#flow .note { + color: var(--muted-2); + font-size: 12px; +} + +.output-block { + margin-top: 10px; + padding: 18px 18px 20px; + background: #0f0f0f; + border-color: #2d2d2d; + color: var(--muted-2); +} + code { font-family: inherit; font-size: 13px; @@ -148,6 +162,18 @@ code { white-space: pre; } +.output-block code { + line-height: 1.5; + color: inherit; + font-size: 10px; +} + +.output-block, +.output-block code, +.output-block .prompt { + color: var(--muted-2); +} + .prompt { color: var(--green); } From ff0174ed89b1ea7e7e3f6af42bc83398fba8847c Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 12 Jan 2026 11:21:23 -0600 Subject: [PATCH 6/6] text --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 9a4d776..d4bf203 100644 --- a/site/index.html +++ b/site/index.html @@ -61,7 +61,7 @@

OpenCode

-

INSTALL -> RUN /bitcoinui -> GET A DESIGN REVIEW

+

INSTALL -> RUN BITCOINUI -> GET A DESIGN REVIEW

BITCOINUI REVIEW: SendFeeView.swift
 ===================================
 SERIOUS (1 issue)