A handcrafted demo of what great UI/UX looks like in 2026 — motion with intent, depth without clutter, and color that breathes. No template. No framework. Just taste.
Every section earns its place. Hover the cards — they respond to you in 3D, with a living gradient edge.
Each one is its own page on this domain — built to show range, from generative art to a real tool.
Color, type, spacing and radius driven by tokens — consistent everywhere, themeable in one click.
/* the entire theme — one source of truth */ :root { --indigo: #6366f1; --violet: #a855f7; --fuchsia: #ec4899; --cyan: #22d3ee; --gold: #fbbf24; --radius: 24px; --ease: cubic-bezier(.16,1,.3,1); } /* fluid type — scales with the viewport */ h1 { font-size: clamp(2.8rem, 8vw, 6rem); }
This whole page is one HTML file, served by a tiny Node process behind nginx. Fast, light, and yours to remix.