The bait, then the rug-pull.
The video opens on what looks like an Apple product page -- an Apple Watch rotating through a polished scroll-driven animation with dynamic text and branded feel. Then the reveal: it is a fake. Built with Claude Code in thirty minutes. The gap between what agencies charge and what AI can now produce is the entire premise.
Where the time goes.
01 · What We Are Building
Hook reveal: fake Apple Watch site built in 30 minutes with Claude Code. Sets the promise.
02 · Setting Up VS Code
Install Claude Code extension. Requires paid Anthropic Pro or Max subscription.
03 · Grab the Free Skills
Two markdown skill files available free via Skool community. Explains folder structure.
04 · Live Build Starts
Nano Banana 2 generates blender start and end frames. Cling 3.0 animates between them. Video dragged into VS Code.
05 · Claude Code Build Loop
Plan mode prompt. Claude asks clarifying questions about brand and sections. Plan accepted. Bypass permissions enabled. Site builds to localhost.
06 · First Iteration Review
Obsidian Vortex blender site reviewed on localhost. Feature 2 timing issue identified and fixed in follow-up plan mode prompt.
07 · What is Localhost?
Diagram explains local computer vs. cloud. Localhost is the test environment; GitHub and Vercel are production.
08 · Hosting on the Cloud
Claude Code authenticates GitHub via CLI. Creates repo. Pushes code. Frames gitignore gotcha discovered and fixed with second commit.
09 · Managing Website Versions
Vercel shows two deploys. Rollback demonstrated. Phone demo proves site is live. Mobile noted as next step.
10 · How to Sell These
Build a niche demo site. Walk in or email prospects. Charge $5-10k. Add monthly hosting for recurring revenue.
11 · Final Thoughts
Skool community CTA, like request, sign-off.
Visual structure at a glance.
Named ideas worth stealing.
Video-to-Website Skill
A markdown file in .claude/skills/ that instructs Claude Code on best practices for building scroll-driven animated websites from video files. Improving it after each build compounds future output quality.
Plan Mode + Bypass Permissions Loop
- Plan mode: read-only, clarifying questions
- User steers and answers
- Accept plan
- Bypass permissions: auto-execute
- Review localhost output
- Repeat
Two-phase Claude Code workflow that front-loads all decisions before any code is written, dramatically improving first-pass quality.
Lines you could clip.
"This website is not Apple. This is one that I built with Claude Code using this new skill in like thirty minutes."
"Every single time that you build a website with this skill, the skill gets better and better and better."
"There are so many businesses out there that have horrible websites because they do not want to prioritize it or they do not want to pay some web design agency tens of thousands of dollars."
Things they pointed at.
How they asked for the click.
"If you guys love nerding out about this kind of stuff, then definitely check out my plus community."
Soft community push at the very end after delivering full value. A skills prerequisite video is also referenced mid-tutorial.
Word for word.
Scroll animation is just video frames on a timeline.
The entire technique demystifies into one mechanical fact: scroll position maps to a frame index, and AI generates the frames.
- Every scroll-driven 3D product animation is video frames extracted to images, each assigned a scroll position -- understanding this makes the whole category of sites buildable, not magical.
- A Claude Code skill file is plain markdown; improving it after each build is how you compound output quality over time without changing the prompt.
- Plan mode front-loads all decisions before any code is written, which is why first-pass output is usable rather than requiring a full rebuild.
- The GitHub gitignore gotcha -- frames excluded from the repo by default -- is the most common single point of failure; explicitly including frames in the push is non-optional.
- A demo site built speculatively for a niche is a faster sales tool than a portfolio because the prospect sees their category, not a generic example.
- Monthly hosting and maintenance fees convert a one-time build into recurring revenue without requiring any additional client acquisition.
- Localhost is a test environment on your machine only; GitHub and Vercel provide the path to a public URL -- keeping the two environments separate lets you test before going live.

































































