The bait, then the rug-pull.
The claim lands in the first second: a brand new AI model just rewrote the economics of web design. Then the screen fills with animated fintech landing pages — floating currencies, orbital rings, looping video backgrounds — and the hook earns its right to exist.
Where the time goes.
01 · Hook
Shows finished animated website examples to establish the promise
02 · Find reference and redesign with ChatGPT Image 2
Screenshot a reference fintech site, pass to ChatGPT Image 2 to redesign it
03 · Generate and animate hero background with Magnific
Extract background image from ChatGPT, upload to Magnific Kling v2 with same start/end frame for looping animation
04 · Code the hero section in Gemini 3.5 Flash
Paste redesign image into Google AI Studio, prompt Gemini to build hero HTML without background placeholder
05 · Review first output and spot bugs
Result has animated currencies and orbit; compare to reference; identify width alignment bug
06 · Iteration 1: add video background, fix layout
Paste Magnific video URL, set 100vh, fix trust-badge strip width overflow
07 · Iteration 2: restore video, remove double orbit, check responsive
Video not rendering, orbit duplicated; iterative prompts fix both; confirms mobile responsive
08 · Generate remaining sections and fix overlap
Prompt generates full page sections; one section overlaps the previous; corrective prompt fixes it
09 · Iteration 3: video disappears again, restore it
Background video drops out again after section generation; one more corrective prompt restores it
10 · Conclusion
Gemini 3.5 Flash is capable but makes avoidable bugs; use it with active supervision
Visual structure at a glance.
Named ideas worth stealing.
Three-Tool AI Web Design Chain
- ChatGPT Image 2 — visual redesign and asset generation
- Magnific / Kling v2 — static image to animated looping video
- Gemini 3.5 Flash — HTML/CSS/JS code from image reference
A sequential workflow where each tool handles a distinct layer: aesthetics, motion, and code.
Same-Frame Looping Trick
Use the same static image as both the start frame and end frame in Kling v2 to get a seamlessly looping animated background from a single asset.
Lines you could clip.
"Gemini 3.5 Flash is pretty good in design, but it does some dumb mistakes that could have been avoided altogether."
"All of this can be created with Gemini 3.5 Flash."
Things they pointed at.
How they asked for the click.
"I will be posting more tutorials about AI web design."
Verbal only, no on-screen card or link shown. Low friction but also low conversion surface.
Word for word.
Three tools, one pipeline, and the bugs you will hit.
Gemini 3.5 Flash can produce animated, multi-section landing pages from a single reference image, but it regresses on previously established elements every time you extend the page.
- Feed AI code generators a visual reference image rather than a text description alone — the model can match layout, color, and component structure far more precisely.
- Use the same static image as both start and end frame in a video generation model to produce a seamless looping background from a single asset, no video shoot required.
- Build the hero section first with a solid-color background, confirm it works, then swap in the animated asset — doing both at once multiplies the surface area for bugs.
- Each new section you prompt Gemini to add can silently drop constraints from earlier in the conversation; re-state the critical ones such as video source and section height each time.
- A layout regression is not a sign the tool failed — it is a signal to add one corrective prompt and continue; the iterative loop is the actual workflow, not an exception to it.
- ChatGPT Image 2 will flag fintech or branded imagery as potential third-party content; stating ownership unlocks the generation without needing a different prompt strategy.

































































