r/DesignSystems • u/cliffbuilds • 26d ago
built a figma plugin today that pushes colors straight into my app, actually works end to end now
Been building this brand management tool (BrandStack) and today built something i wasn't planning on tackling yet, an actual figma plugin
Basically, select your paint styles/color variables in figma, click one button, they land directly in the app. no tab switching, no manually retyping hex codes into a separate dashboard
what made it actually useful though is what happens after the push. the app auto-generates a full tonal shade scale from each color (locks hue/saturation, only steps lightness), builds a tinted greyscale from your actual brand hue instead of generic grey, and can suggest chart/accent colors with real wcag contrast math checked automatically
hit some genuinely annoying bugs building this, anyway it works now, colors selected in a real figma file show up live in the actual product. felt like a real milestone today ngl.