This site is a small custom stack rather than a no-code template.

ApplicationNext.js (App Router) with TypeScript, hosted on Vercel. Pages are React Server Components where possible; client JavaScript only where something needs to be interactive (navigation, image viewer, admin tools).

Content — Long-form copy and project intros live as Markdown files in a Git repo, with a short YAML header on each file for type (text, case study, or lookbook) and display metadata. The live site reads those files from the deployed tree; a password-gated admin area can read and commit edits through the GitHub API so changes can show up without a local git push.

Media — Images and video for lookbooks live in Supabase Storage. Video thumbnails are small WebP previews generated locally with ffmpeg so the public grid does not autoplay full files.

Design — Layout and components use plain CSS (no utility framework). Type is Labil Grotesk (trial). Accent color on buttons and success states is a single lime green on an otherwise greyscale palette.

If something breaks or looks wrong, it is almost certainly the author vibe-coding past midnight rather than a platform conspiracy.