Skip to main content

Stop manually updating tokens in GitHub PRs

  • August 24, 2026
  • 0 replies
  • 3 views

Alexanderuk82

What if your Figma file was the actual source of truth and the codebase just auto-followed?

I am Alexander and I created a plugin to test this idea after our team spent three weeks arguing about spacing tokens. Someone kept using 16px in the React components while the design system clearly said our spacing-md was 12px. The manual translation between our local variables and the GitHub repository was causing constant friction.

So I made a tool that just pushes Figma variables straight to a pull request.

That one change deleted an entire Slack channel dedicated to UI bugs. It also saved us roughly four hours of manual code reviews every single week.

You can grab Design System Sync on Figma Community: https://www.figma.com/community/plugin/1561389071519901700?utm_source=figma-forum&utm_medium=post&utm_campaign=bot
Check out the website here: https://ds-sync.netlify.app?utm_source=figma-forum&utm_medium=post&utm_campaign=bot

How do you currently spot drift between your Figma variables and production code?