Lessons from shipping a watch-only Apple Watch app, built with Claude
Points: 2 # Comments: 0 Lessons from shipping a watch-only Apple Watch app, built with Claude Coverage based on HN Claude/Codex/Fable reporting.
By Dillip Chowdary • Sep 03, 2026 • Source: HN Claude/Codex/Fable
What happened
An independent developer has published a detailed retrospective on creating and shipping Silent Bell, a standalone, watch-only Apple Watch application built with the assistance of the Claude artificial intelligence model. The project journey and its associated technical takeaways were shared online at the address silentbell.app/lessons.html, detailing the process of navigating the watchOS ecosystem. The write-up was subsequently shared on Hacker News under the identifier 49535
Lessons from shipping a watch-only app Three things cost more than the app itself, and none of them were code. I shipped Silent Bell last week: a standalone Apple Watch app that taps your wrist at random moments.
How it works

It is open source under Apache 2.0 — the whole thing is on GitHub, including the parts that failed. A watch-only app is not watch-only at delivery A single watchOS target builds, signs, installs and runs perfectly on a real Watch.
Advertisement
Tech Pulse Daily
Get tomorrow's pulse first
Join engineers who read Tech Pulse before stand-up. Free, weekday mornings.
Why it matters
Then on release day, Xcode's Distribute App offers Release Testing, Enterprise and Debugging — no App Store option, and no explanation of its absence. See the full write-up from HN Claude/Codex/Fable via the source link for quotes and complete context.
Who is affected
Read the original coverage at HN Claude/Codex/Fable via the source link above for the complete details and primary quotes.
What to watch next
Cross-check release notes and official docs before changing production systems based on early reporting.
Developer Action Items
- ☐ Diff the official changelog for Claude / Apple / GitHub 2.0 before you bump — APIs, defaults, and removed flags only.
- ☐ Install through the vendor's documented channel in staging; keep a one-command rollback and time-box the canary.
- ☐ Grep your repo for old flag names, lockfile pins, and plugin versions that the notes mark as breaking.
- ☐ Prefer the first patch cut over the day-zero tag unless you have a reason to be on the leading edge.
- ☐ If HN Claude/Codex/Fable did not name a region, plan, or SKU, screenshot the official availability line before you promise it to users.
Author
Dillip Chowdary
Writes Tech Bytes coverage of AI, engineering, and the tools that actually ship. Editor of Tech Pulse Daily.
Related on Tech Bytes
Over 3 Million WordPress Sites Affected by Migration Plugin Vulnerability
Read →
Cisco Warns of Unpatched Secure Email Flaws, Patches Critical Switch Vulnerabilities
Read →
Microsoft Teams, Outlook fail to launch on ARM-based Windows PCs
Read →
Claude Code skill: no emdashes
Read →
Today's Tech Pulse briefing
Full briefing →
Advertisement