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

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
Non-technical user builds and deploys website using Claude AI from phone
Ad

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
Ad

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

Ad

👀 See Also

Why AI Won't Speed Up Your Development Processes – Focusing on Bottlenecks
Use Cases

Why AI Won't Speed Up Your Development Processes – Focusing on Bottlenecks

Frederick Vanbrabant argues that AI won't automatically speed up software processes unless you fix upstream bottlenecks like vague requirements, as illustrated with Gantt charts and a deep dive into 'The Goal' and 'The Toyota Way'.

OpenClawRadar
Non-technical founder builds production marketplace with Claude Code
Use Cases

Non-technical founder builds production marketplace with Claude Code

A non-technical founder used Claude Code in the terminal to build a two-sided marketplace with Next.js, TypeScript, Supabase, Tailwind, and Vercel deployment, including full authentication, RLS, and database migrations.

OpenClawRadar
Multi-Agent Systems Fail Silently with Garbage Output, Requiring Metadata Validation
Use Cases

Multi-Agent Systems Fail Silently with Garbage Output, Requiring Metadata Validation

A developer running a 39-agent system for two weeks found that when one agent produces garbage output, downstream agents process it confidently, creating polished but fabricated results. The solution involves wrapping output in metadata envelopes that declare task completion and source counts.

OpenClawRadar
Claude Code's /insight command analyzes developer workflow patterns from real usage data
Use Cases

Claude Code's /insight command analyzes developer workflow patterns from real usage data

A developer building a personal finance iOS app used Claude Code's new /insight command to analyze 22 days of usage: 529 messages, 47,604 lines of code, 632 files touched, and 146 commits. The report identified effective patterns like an 'audit-then-batch-fix pipeline' and flagged time-wasters like debugging loops.

OpenClawRadar