Loading…
Creator · sergey_moloman
View original source ↗Prompt
2. Fashion house landing page Prompt: "Create an experimental landing page for a fictional digital fashion house called VEIL/FIELD. This should feel like an interactive editorial spread, not a product SaaS page. Use Three.js to create a surreal cloth, mirror, or liquid-metal scene where typography and 3D forms overlap in a high-fashion composition. The user scrolls or moves the pointer to distort fabric, reveal collection names, and transition between looks. Visual direction: avant-garde, editorial, fashion magazine, strange but polished. Large typography, asymmetry, negative space, art-directed composition. Requirements: - Three.js or react-three-fiber - cloth/liquid/mirror-like shader or convincing procedural material - unconventional layout - collection/product reveal - purchase or waitlist CTA - mobile version that still feels designed - no dashboard UI - no industrial/CAD look - no playful toy physics - verify with screenshots and fix layout overlaps"
Models & stability
Recommended models
Independent retest evidence
Aug 9, 2026
Keep exploring
A website case by @sergey_moloman created with GPT-5.6 Pro · Three.js, including the public result, full prompt, and original source.
Prompt
GPT 5.6 Pro has pretty nice frontend capabilities! I decided testing frontend abilities because it was the "ouch" moment of ChatGPT since GPT 5.2 I used to pay Claude Max x5 before, just to create some nice frontends.
A webpage case by @Oluwaphilemon1 using Claude Fable 5 · Three.js · Blender · GSAP, including the public result, full prompt, and original source.
Prompt
Claude Fable 5 and GPT-5.6 are powerful🥵🥵🥵 Here Is How I built with Claude 👇 Prompt: "Design an agency site where services are presented as supermarket product packaging in 3D" Use Three.js with WebGL to render al
复制这段 TSX 组件源码,交给 Cursor、v0、Claude 等 AI 编程工具,说明这是「3D Animated Pin」的 Aceternity UI 组件实现,即可让它接入你的 React 项目,再按需替换文案、配色与触发参数复用。
Prompt
// components/ui/3d-pin.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/utils"; export const PinContainer = ({ children, title, href, className, containerClassName…