What kind of work do you take on?
Product design, visual systems, and brand-adjacent surfaces — especially where clarity and craft need to coexist at scale.
Selected work spanning Apple, Google, Sony, and Essential — systems, interfaces, and brand experiences built for clarity at scale.
Prefer email — I'll reply as soon as I can.
Shipped product surfaces, design systems, and brand work used by millions.
A Luna-based layout for case studies — structure first, stories next.
Design systems and component libraries that keep product teams shipping with consistency across platforms.
127.0.0.1:8000
Brand direction, motion, and marketing surfaces that stay coherent from launch campaigns through product UI.
Interfaces tuned for clarity, speed, and delight — from dense tools to consumer moments.
page.tsx
globals.css
import { cn } from "@/lib/utils"; import clsx from "clsx"; import { PropsWithChildren } from "react"; type NoteProps = PropsWithChildren & { title?: string; type?: "note" | "danger" | "warning" | "success"; className?: string; }; export default function Note({ children, title = "Note", type = "note", className, }: NoteProps ) { const noteClassNames = clsx({ "dark:bg-stone-950/25 bg-stone-50": type == "note", "dark:bg-red-950 bg-red-100 border-red-200 dark:border-red-900": type === "danger", "dark:bg-orange-950 bg-orange-100 border-orange-200 dark:border-orange-900": type === "warning", "dark:bg-green-950 bg-green-100 border-green-200 dark:border-green-900": type === "success", });
@import "tailwindcss"; @plugin "tailwindcss-animate"; @import "../styles/syntax.css" layer(utilities); @import "../styles/theme.css" layer(utilities); @custom-variant dark (&:where(.dark, .dark *)); @theme inline { --color-brand: var(--brand); --color-brand-foreground: var(--brand-foreground); --color-light: var(--light); --color-light-foreground: var(--light-foreground); --color-background: var(--background); --color-foreground: var(--foreground); --color-sidebar-ring: var(--sidebar-ring);
From early concepts to polished launches — work shaped for real users, real constraints, and real teams.
“Working with Van brought rare clarity — systems that scaled and details that still felt human.”
“Design and engineering stayed aligned. We shipped faster without trading away craft.”
Placeholder packages from the Luna template — swap for real engagement models when ready.
Focused reviews and direction
Billed yearly ($190/year)
Hands-on product design partnership
Billed yearly ($790/year)
Longer-term design leadership
Billed yearly ($1990/year)
Product design, visual systems, and brand-adjacent surfaces — especially where clarity and craft need to coexist at scale.
Yes. This Luna layout is the scaffold; detailed case studies will replace the placeholder sections next.
Email works best — use the Contact button in the navbar or hero.
Yes. Most collaborations are remote with async-friendly cadence.
Short engagements work when the problem and decision owners are clear. Reach out and we'll scope it.