8:14
YT
🚀 Live
Palettify
An AI-powered design token generator that extracts cohesive colour palettes from any image, URL, or prompt and exports them as CSS custom properties, Tailwind config, or Figma tokens. Built a custom perceptual colour clustering algorithm (CIELAB Delta-E) to avoid the muddy median colours that k-means produces on photos. The backend is a Node.js REST API with a Redis cache layer for repeat URL lookups; the frontend is React with Zustand state and a canvas pipeline for image decoding. Achieved sub-200ms palette generation for cached requests. Handles 4,000+ daily active users on a $12/month VPS.
- React 18
- TypeScript
- Node.js
- Redis
- Canvas API
- Zustand
- CIELAB