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

Practical Lessons from Deploying OpenClaw for Five Businesses
A developer shares specific infrastructure choices, billing approaches, and model tiering strategies learned from running OpenClaw agents for five real businesses, including a care agency, events business, and auto detailer.

Developer Builds Minecraft Launcher with Claude Code
A developer with 20+ years experience used Claude Code to create BlockHaven Launcher, an Electron-based Minecraft launcher with Microsoft authentication, Modrinth mod browsing, and isolated multi-instance profiles. The project is open-source with MIT licensing.

Developer Uses Claude AI to Build PosturePal Posture Scanner App
A developer built PosturePal: Posture Scanner using Claude AI for multiple aspects including code, product decisions, user feedback communication, and copywriting. The app analyzes side profile photos to provide posture scores, identify specific issues, and generate tailored exercises.

Reducing AI Agent Context Bloat with Single Workspace Architecture
A developer shares how they reduced AI assistant startup context from 27,000 to 4,000 tokens by implementing a single workspace approach instead of complex agent swarms, using channel-level identity injection and segregated memory folders.