Figma plugin for importing design tokens from code into Figma variables.
- Install from Figma Community.
- Prepare a JSON file with tokens in DTCG format or simple key-value.
- Open Token Forge in Figma, paste JSON, set collection name.
- Click Import — done.
git clone https://github.com/monikazapisekstudio/token-forge.git
cd token-forge
npm install
npm run buildTest in Figma: Plugins → Development → Import plugin from manifest... → select manifest.json
- DTCG, flat JSON, CSS custom properties, Material Theme support
- Collections: create new or import to existing
- Aliases, Modes, Scope mapping
- Replace / Merge
- Auto-wrap flat tokens
- DTCG — nested or flat, with $type and $value
- Flat JSON — key-value pairs, auto-wrapped
- CSS custom properties — --name: value
- Material Theme Builder — paste JSON directly
MIT