← Michael Schoelkopf

Claude on Mobile

This page was created entirely from a mobile phone — no laptop, no terminal, no IDE, no code editor.

How it works

The Claude app for iOS and Android includes a Code feature that opens a remote Claude Code session. You start a session linked to a GitHub repository, type a plain-text instruction, and Claude does the rest: reads the files, edits the code, commits, and pushes the changes to a branch.

Once the changes are reviewed and merged into the main branch, a GitHub Actions workflow picks them up and deploys the site automatically — the change is live within about 30 seconds.

What this means in practice

A small change like adding this page takes a few minutes on a phone. You describe what you want in plain language, Claude writes the code, and the result is live shortly after. The bottleneck is no longer "I need to be at my desk" — it's just having a clear idea of what you want.

Limitations