Build a landing page in Nothing style
When to use: Brand brief says 'industrial / minimal'; you want a Nothing-flavored landing without inventing a system from scratch.
Prerequisites
- Skill installed — git clone https://github.com/dominikmartn/nothing-design-skill ~/.claude/skills/nothing-design
- Tailwind project — Existing Next.js or Vite + Tailwind setup
Flow
-
Establish tokensNothing-design: emit the design tokens (colors, type scale, spacing) for my Tailwind config.✓ Copied→ Tailwind extension snippet with monochrome palette + mono/grotesk fonts
-
Compose heroGenerate a hero section: oversized numeral '01.', headline, subhead, dot-matrix grid background. Tailwind only, no images.✓ Copied→ Hero JSX matching the language
-
RefineThe headline should be more confident — Nothing uses high contrast and grotesk. Adjust.✓ Copied→ Type weight and tracking change to match the brand
Outcome: Landing page that looks like it belongs to a Nothing-adjacent product.
Pitfalls
- Adding warm colors breaks the language — Skill rejects out-of-palette suggestions if asked; lean on it