← Back to Projects
2024
Design
Featured

Make89 Portfolio

The very site you're on, dissected as an interactive design system.

Make89 Portfolio

Make89 Portfolio Design System

Eating our own dogfood.

Tokens

| Token | Value | | ---------------- | ----------------- | | --color-lime | #bef264 | | --font-display | "Space Grotesk" | | --radius-sm | 0.375rem |

Components

  • Button 49 variants
  • Project card with motion-safe animations
  • MDX renderer auto-wraps code blocks with rehype-pretty-code

Figma ↔ Code Sync

CI job pulls Figma variables nightly and opens a PR if drift >1 %.

Development

git clone https://github.com/PxP89/make89
cd make89
pnpm install
pnpm dev

Storybook

# Launch component library
pnpm storybook

# Build static Storybook
pnpm build-storybook