The idea of building a website from a phone used to be a joke. You could maybe paste some text into a Squarespace block, but writing real code? Deploying it? Forget it.
That changed with AI. Claude can write every line of your HTML, CSS, and JavaScript. You review, iterate with plain-English feedback, and paste the final output into a file on your server via SSH. The phone is no longer just a consumption device — it's a development environment when paired with the right AI.
Here's the complete workflow I've tested and use regularly.
The Tools You Need (All Free Tier Available)
- Claude.ai mobile — the AI that writes your code. Claude's context window handles full HTML pages, multiple files, iterative changes.
- Termius — SSH client for iOS/Android. You'll use this to move files to your server.
- Working Copy (iOS) or Spck Code Editor (Android) — local code storage and preview. See your pages before pushing.
- Cloudflare Pages or Netlify — if you want Git-based deployment from your phone instead of manual SSH.
Workflow 1: Static Site via SSH
The fastest path. No build step, no CI. You write, Claude generates, you push the file.
Describe your site to Claude
Open Claude on your phone. Give it a full brief: type of site, color scheme, fonts, sections you need, tone. The more detail, the better the first output.
Ask for a complete single-file HTML page
Request the whole page as one self-contained file. Inline CSS and JavaScript means no asset management headaches when you're on a phone. Claude handles this perfectly.
Copy to Working Copy or Spck, preview locally
Paste the generated HTML into a code editor app. Preview it in browser. Note what to change — then go back to Claude and describe the changes.
Push to server via Termius
SSH in, navigate to /var/www/yoursite, and use cat to write the file directly. Or use Termius's SFTP view to upload the file as an attachment.
Example: What to Say to Claude
The quality of Claude's output depends heavily on how you describe the brief. Here's a prompt that produces excellent results:
Requirements:
- Dark navy (#1a2a4a) and orange (#f97316) color scheme
- Montserrat font from Google Fonts
- Sections: hero with phone CTA, 3 service cards, a "why us" section, and a contact form
- Mobile-first responsive design
- Real placeholder content (write actual copy, not lorem ipsum)
- No JavaScript frameworks — vanilla JS only
- Inline all CSS in a style tag
- The contact form should show a success message via JS on submit (no backend needed)
Claude will return a complete, working HTML file. From there, iterations are easy: "change the hero background to a gradient", "make the service cards wider on desktop", "add a reviews section with 3 fake testimonials".
Workflow 2: Git-Based Deployment From Phone
For projects where you want version history and CI/CD, use Working Copy + Netlify or Cloudflare Pages.
- Working Copy clones your Git repo to your iPhone
- You write the file (or paste Claude's output) into the repo
- Commit and push from Working Copy's built-in Git UI
- Netlify/Cloudflare detect the push and auto-deploy in 30 seconds
This gives you a full CI/CD pipeline operated entirely from your phone. The only thing you didn't do on your laptop was write the code — and Claude covered that.
For multi-page sites: Ask Claude to write each page in a separate message, keeping the CSS consistent. Tell it: "Use the same CSS I gave you in the first page" and paste the style block. Claude maintains consistency across multiple files this way.
What Claude Can Build From a Phone Brief
- Marketing landing pages — hero, features, testimonials, CTA. Full SEO meta tags included if you ask.
- Blog post pages — like this one. Claude can write the content and the wrapper HTML simultaneously.
- Admin dashboards (static) — charts via Chart.js CDN, tables, stat cards — all in vanilla JS.
- Email templates — table-based HTML that actually renders in Gmail and Outlook.
- Documentation pages — navigation sidebar, content area, code highlighting via Prism.js CDN.
What Still Requires a Laptop
Be clear-eyed about the limits:
- Complex React/Vue apps — multi-file component trees are hard to manage in a phone editor
- Database schema migrations — write it on your phone, but review it on a real screen before you run it
- Full design system work — pixel-pushing in CSS is painful without a monitor
- Debugging complex build errors — webpack/vite error traces on a 6-inch screen is genuinely painful
The Real Value: Speed of Idea to Live
The reason to develop from your phone isn't because it's ergonomically superior to a laptop — it's not. The reason is speed. You have an idea at 10pm on your couch. You want it live before you go to sleep. With Claude writing the code and Termius pushing the file, the time from idea to deployed URL is under 30 minutes for a landing page.
That speed changes how you think about shipping. When the cost of launching something is low, you launch more. You test more ideas. You get real user feedback faster. The phone + AI workflow removes the friction that kills most "I'll build it this weekend" projects.
Want a Custom Website Built and Launched Fast?
We build, deploy, and optimize AI-powered websites and landing pages — with turnaround times that match the speed of the tools we use.
Start the Conversation