Bitcoin UI

DESIGN REVIEW & LIBRARY FOR BITCOIN IOS APPS


Design Review

Claude

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

Codex

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

Cursor

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

OpenCode

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

install -> run bitcoinui -> get a design review

BITCOINUI

SendFeeView.swift
Findings: 0 high, 2 medium, 0 low

Medium

1) [UX L88] Fee picker lacks a high-fee warning
   Fix: Add a warning when fee >= 50% of amount.
   Ref: Bitcoin Design Guide - Send fees https://bitcoin.design/guide/daily-spending-wallet/sending/send-fees/
2) [A11Y L142] Icon-only button has no label
   Fix: Add an accessibilityLabel("Close") and include visible text.
   Ref: iOS HIG - Accessibility https://developer.apple.com/design/human-interface-guidelines/accessibility

Library

Xcode

> https://github.com/reez/BitcoinUI