The guide · 3 prompts, 3 tools
Control a website with your bare hands.
Open your hand and an origami version of your face unfolds on screen. Close it into a fist and it crumples into a paper ball — live, through your webcam, no mouse. It looks like months of engineering. It's three prompts across three tools, and they're all below.
The three prompts
🔒 Drop your email to reveal all three prompts
Get all three prompts, free.
Drop your email and the full build unlocks instantly, plus every other guide and resource in the library. One email a week, unsubscribe anytime.
A picture, then a video, then the code that ties them to your hand. Each prompt is below — swap in your own face (or any object) where it counts.
01 · Generate the origami face (ChatGPT · Image 2)
Open ChatGPT, upload a clear front-facing photo of yourself, and paste the prompt below. You get a clean folded-paper portrait on a white background. Swap the photo for any object — a sneaker, a bottle, your logo — and the same prompt folds that into paper instead.
02 · Animate it crumbling (image-to-video · Kling 3.0)
Drop the portrait into an image-to-video tool — Kling 3.0 gives the best fold physics — and paste this. Keep the clip short and on the pure-white background so the site can knock the background out cleanly.
03 · Build the interactive site (Codex · or any AI coder)
Open Codex (or Cursor, Claude Code — whatever you use), drop in your video, and paste the prompt below. It scaffolds a full-screen hero with a live webcam panel, MediaPipe hand-tracking skeleton lines, and gesture control.
How the control works: MediaPipe reads 21 hand landmarks per frame and collapses them to one number, handCloseProgress (0 = open, 1 = fist). That scrubs the video timeline, so your hand drags the fold in real time. For buttery, lag-free scrubbing, pre-render the clip into a PNG frame sequence.
Ship it while it's fresh. Interactive, gesture-driven hero sites are having a moment — the first ones in a niche get the shares and the "how did you build this?" comments. Post yours before everyone's doing it.
Original guide by Artem Novitckii. Build it with your face — or your product — and tag him; he reposts the good ones. If a step trips you up (webcam permissions, fold physics, the background knock-out), ping him on Instagram, join the weekly call on Skool, or browse his resource library.