The argument in one line.
Claude Code paired with an AI asset MCP can produce client-ready 3D animated websites in under 20 minutes, as long as you lock the typographic layout before touching any 3D or animation work.
Read if. Skip if.
- A web designer or developer who wants to deliver scroll-animated, 3D-heavy sites without writing raw Three.js or GSAP by hand.
- A Claude Code user who wants to connect external AI asset tools via MCP to generate media inline during a build session.
- Someone who needs a repeatable Dribbble-reference to deployed-Vercel-URL workflow in under 20 minutes.
- A designer currently starting projects with imagery first and struggling to find type treatments that fit.
- You need production-grade, maintainable animation code -- this workflow produces fast prototypes, not vetted long-term codebases.
- You want a deep dive into Three.js, WebGL, or CSS scroll APIs -- the video deliberately skips the generated code internals.
The full version, fast.
The core insight is sequencing: lock the typographic hero layout before touching any 3D or animation, because working backwards from text to visuals is far easier than trying to fit type around imagery. The host uses Claude Design to stub a text-only hero, exports to Claude Code, then connects the Higgs Field MCP to generate a rotating Mars planet and starfield via AI image/video generation. A scroll-linked zoom ties the hero planet into the second page section. Deployment is four Vercel CLI commands. The result is a shareable Vercel URL suitable for client demos or recruiter portfolios.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Hook + channel promo
Promise of 3D interactive sites in under 20 minutes. UI Collective Academy plug.

02 · Text-first principle
Core rule: lock typography before any 3D or animation work. Designers who start with imagery end up with type-fitting problems.

03 · Dribbble + Mobin research
Browsing for futuristic hero type treatments. Mobin noted as enterprise-leaning; Dribbble has more out-of-the-box futuristic references.

04 · Claude Design scaffold
Screenshot of Dribbble reference dropped into Claude Design. Prompt: text-only hero, white on black, no graphic elements. Result matches the type layout framework.

05 · Hand-off to Claude Code
Export Claude Design prompt to Claude Code. Hero rendered locally. Introduces Higgs Field AI.

06 · Connecting Higgs Field MCP
Paste Higgs Field URL into Claude connectors, authenticate. MCP is now active in the Claude Code session.

07 · First 3D prompt and iteration
Prompt: starfield background + Mars floating in from top-right. First result is a static image. Second detailed prompt (rotating, falls behind text, natural glow) produces the real 3D effect.

08 · Nav + text animations
Finds Resend nav button style in Mobin. Adds nav bar + staggered page-load text animations. Hero text and subtitle animate differently.

09 · Reviewing animations
Confirms stagger effect on page load. Nav button contrast noted as weak but acceptable.

10 · Scroll-linked section strategy
Strategy: whatever 3D element anchors the hero should zoom/pan into the next section. Prompt: bring Mars to center and zoom in as user scrolls to colonization section. Effect confirmed working and responsive.

11 · Vercel deployment
Claude Code generates four-step Vercel CLI walkthrough. Notes GitHub-to-Vercel as better practice for maintained projects vs. direct vercel command for one-off demos.

12 · Live result + CTA
Final site on Vercel domain. Scroll effects, Mars animation, responsive layout confirmed. Subscribe + UI Collective Academy CTA.
Lines worth screenshotting.
- Start with the text layout, not the 3D element -- type is harder to retrofit around imagery than imagery is to build around type.
- The Higgs Field MCP generates AI images and videos inline inside a Claude Code session, collapsing asset generation and code integration into one prompt loop.
- Vague prompts produce flat, image-quality results. Specifying rotation, scale, glow, and the layering relationship to text is what turns a static asset into a genuine 3D effect.
- One 3D element can anchor two page sections: zoom the hero Mars planet into the next section on scroll for near-zero extra prompt cost.
- Deploying complex animated sites through Lovable degrades reliability; Claude Code plus Vercel CLI is the more durable path for anything with custom 3D or animation logic.
- For recruiter or demo use cases, the direct vercel command is fast enough. For long-lived client projects, the GitHub-to-Vercel import path is better practice.
- Claude Design is best for getting the layout framework down quickly; Claude Code is where the buildable output comes from.
- The motion reference workflow: download an MP4 of the interaction you want, convert to GIF, feed to AI, and ask it to generate a prompt describing the animation.
Type layout first, 3D elements second.
The reason this workflow produces a finished site in 20 minutes is a single sequencing decision: lock the text layout before touching any 3D element or animation.
- Most designers start with imagery and then struggle to find a type treatment that fits. Starting with the text frame reverses the dependency and makes the 3D asset easier to specify because you already know the spatial constraints.
- An AI asset MCP connected to a Claude Code session collapses two separate workflows into one: asset generation and code integration happen in the same prompt loop, eliminating the copy-paste cycle between tools.
- Prompt specificity determines output quality. A vague request produces a flat image. Specifying rotation axis, scale relative to the viewport, layering order relative to text, and a natural glow produces a genuine 3D effect.
- A large 3D hero element can anchor the next page section too. Zooming or panning it into the next section on scroll ties the two sections together visually and costs one extra prompt.
- Lovable is appropriate for simpler sites. For anything with custom 3D assets or scroll-linked animations, deploy directly via Vercel CLI -- the generated code will be more reliably editable in future sessions.
- The animation reference technique is worth memorizing: find the interaction on Dribbble, download as MP4, convert to GIF, feed to AI, and ask AI to write the animation prompt. This gives Claude a visual spec when words alone are imprecise.
Terms worth knowing.
- MCP (Model Context Protocol)
- A standard for connecting external tools and services to Claude. Here, Higgs Field AI is connected as an MCP so Claude Code can call its image/video generation API directly during a build session.
- Higgs Field AI
- An AI platform that bundles multiple image and video generation models into one interface, connectable to Claude as a custom MCP server for inline asset generation.
- Mobin
- A large UI reference library containing screenshots and flows of real product interfaces, used here to find a nav button style reference.
- Scroll-linked animation
- An animation whose progress is driven by the user scrolling the page rather than a time-based trigger. In this video, Mars zooms to center as the user scrolls into the second section.
Things they pointed at.
Lines you could clip.
“What a lot of designers do is they like to start with the animations. And then they realize they can't find a text treatment that actually goes with that image.”
“This is just something that you could do in PowerPoint. I'm pretty sure I did something similar in like the fifth grade.”
“Half the fun of working with AI is just seeing what it comes back with and burning through your tokens.”
“Hosting a more complex site like this on Lovable -- it doesn't always produce the best results, especially if you want to make changes in the future.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
In fifteen minutes, a browser tab goes from the current SpaceX homepage to a self-hosted clone with a rotating Mars planet, a starfield background, and scroll-linked section transitions -- all generated inside Claude Code without touching a line of Three.js directly.
Named ideas worth stealing.
Text-First 3D Workflow
Lock the typography in Claude Design first. Once the text frame is set, build 3D elements around it. Avoids the common trap of having great imagery with no compatible type treatment.
Hero Element Scroll Reuse
Whatever large 3D element anchors your hero section drives the transition into the next section via zoom, pan, or rotation. One asset does double duty and stitches sections together visually.
Animation Reference Workflow
Find the interaction you want on Dribbble, download as MP4, convert to GIF, feed to AI, ask AI to write a prompt describing the animation. Gives Claude a visual spec when natural language alone is vague.
How they asked for the click.
“Be sure to drop a subscribe. Also do check out our website for UI Collective Academy.”
Standard end-card with two next-video taps. Subscribe ask is brief and follows value delivery without a hard sell.




































































