Non-technical user builds and deploys website using Claude AI from phone

A Reddit user documented how they built and deployed a complete website using Claude AI without writing any code, working entirely from their phone during a one-hour timeframe.
Project Context
The user wanted to create an April Fools' prank for their children by building a fake Portal 3 loading screen. They had several constraints: minimal knowledge of the Portal game universe, no coding experience, and only a mobile phone available while at work.
Workflow Process
The user followed this specific sequence:
- First asked Claude to teach them the Portal game lore
- Described what they wanted to build in plain language
- Asked Claude what a realistic version would look like
- Iterated by describing problems in plain language as they arose
- Had Claude write a full specification for the project
- Used Claude Code to deploy the finished project to their VPS
Outcome
The project successfully fooled the user's 7-year-old child, who believed Valve had actually released Portal 3. The user wrote a complete walkthrough of the process, which they note serves as a guide for non-technical people wanting to accomplish similar projects.
Technical Approach
The workflow demonstrates a pattern of using natural language descriptions to guide AI assistance through multiple phases: education about domain knowledge, requirement specification, problem-solving iteration, technical specification generation, and finally deployment. The entire process was completed using only a mobile device.
📖 Read the full source: r/ClaudeAI
👀 See Also

One prompt that finds, emails, and logs 200 investor contacts via Claude Code
A single prompt for Claude Code or any AI agent scrapes investors, checks duplicates in Gmail/Notion, sends personalized cold emails via SMTP, and logs everything to Notion — all autonomously.

How Neil Kakkar Uses Claude Code for Development Workflow Automation
Neil Kakkar describes automating pull request creation with a /git-pr skill, switching to SWC for sub-second server restarts, and using Claude Code's preview feature to verify UI changes automatically.

Replicating Anthropic's Generator-Evaluator Harness with Kiro CLI: A 12-Iteration Website Build
A developer replicated Anthropic's multi-agent Generator-Evaluator harness using Kiro CLI, running 12 adversarial iterations to build a marketing website without writing any code manually. Key takeaways include zero shared context, Playwright-based visual evaluation, and penalizing generic AI design patterns.

Non-coder builds local video downloader with Claude AI in one evening
A user with zero coding knowledge used Claude AI to build AZ Downloader, a local video downloader that works on 14/16 platforms including YouTube, TikTok, Instagram, and Reddit. The tool was created in one evening and is now available on GitHub.