Rockpile
A first AI-built personal app case: from idea to signed macOS artifact.
A first AI-built personal app case: from idea to signed macOS artifact.
Anyone who can think and prompt but does not hand-write code, and wants a real shipped artifact instead of a sandbox toy.
A non-coder wanted a small focus tool but had no way to ship a real, installable macOS app without writing production code by hand.
Public repo + signed, shipped macOS app + published case study.
Picked one concrete problem worth shipping: a tiny focus app, not a platform.
First runnable build in Xcode via AI-driven Swift, before any visual polish.
Verification pass: real device run, code signing, and notarization unblocked.
Shipped a signed artifact, opened the repo, and published the postmortem.
Code signing and notarization stalled the first ship attempt.
The non-coder had no mental model for Apple's signing chain, so AI output looked correct but would not distribute.
Treated signing as its own verification step with a checklist, instead of assuming a green build meant shippable.
UX review from real users, a cleaner distribution path, and a second pair of eyes on the Swift code.
Proof that AI coding stops being a toy the moment a non-coder owns the verification loop end to end.