Vibe Coding a Blog Post from My iPhone

I'm writing this blog post from my iPhone. Not drafting it in Notes to clean up later on a laptop. Not dictating a rough outline to polish at a desk. I'm writing, reviewing, and shipping this post — code changes and all — from my phone.
Welcome to vibe coding from the couch.

How This Actually Works
The workflow is simpler than you'd expect:
-
Claude for iOS — I open a conversation with Claude on my iPhone and describe what I want. In this case: "Add a blog post about how I vibe coded this post exclusively on my iPhone." Claude generates the full blog post content, matching the tone and format of my existing posts.
-
GitHub — Claude Code on the web creates the pull request with the new
.mdxfile, properly formatted with frontmatter and markdown. I review the changes right from my phone and merge when I'm happy with them.
That's it. No IDE. No terminal. No laptop bag. Just a phone and a conversation.
Why This Matters
This isn't a party trick. It's a shift in what's possible.
Six months ago, if I wanted to publish a blog post on my Next.js site, I'd need to sit down at a computer, create an MDX file, write the content, commit it, push it, and verify the deployment. Even for a simple post, that's a 20-minute minimum with context switching.
Now I can do it from anywhere. Waiting for my kids at practice. Sitting in a parking lot between meetings. Or — like right now — from the couch on a Monday night.
The friction between having an idea and publishing it has nearly disappeared.
What I'm Not Saying
I'm not saying you should build complex applications from your phone. Serious development still benefits from a proper setup — a big screen, a real keyboard, and deep focus time.
But for content updates, quick fixes, configuration changes, or even prototyping ideas? The phone is surprisingly capable when you have AI bridging the gap between intent and implementation.
The Bigger Pattern
This connects to something I've been noticing since I started using AI-assisted development: the bottleneck keeps moving upstream. It used to be typing speed. Then it was knowing the right syntax. Now the bottleneck is just having a clear idea of what you want.
If you can describe it, you can build it. And you can describe things from anywhere — including your phone.
I've gone from "I should write a blog post about this" to "the blog post is live" in a single conversation. That compression of intent to execution is what makes this feel different from every other mobile development tool I've tried over the years.
Try It Yourself
If you have a static site, a blog, or any project where you occasionally need to make small changes — try doing it from your phone with Claude. You might be surprised how much you can get done without ever opening a laptop.
The best tool is the one you have with you. And your phone is always with you.