Loading…
Creator · sergey_moloman
View 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. Not anymore! Here are 3 examples of landing pages, one shot. Generated via ChatGPT website. 1. Orbital space tourism landing page Prompt: "Build a cinematic landing page for a private space tourism company called Orbital North. Use a full-bleed Three.js scene with Earth/orbit/starfield visuals. As the user scrolls, camera position, lighting, and content sections should change. The landing page should feel immersive and premium, with real product/service information, itinerary, safety section, pricing teaser, and booking CTA. Avoid generic gradients, decorative orbs, and marketing filler. The first screen must immediately communicate space travel."
Models & stability
Recommended models
Independent retest evidence
Aug 9, 2026
Keep exploring
A webpage case created by @sergey_moloman with GPT-5.6 Pro · Three.js, including the public result, full prompt, and 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 Th
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…