Skip to content

Developers

This section is for engineers who configure and run Figmage. If you’re new here, start with Getting Started, or read Why Figmage for the bigger picture.

Use this track when you need to install the CLI, connect to Figma, write figmage.config.js, sync tokens, shape generated output, or automate Figmage in CI.

This track does not cover how to design the source library in Figma. For naming, publishing, styles, components, and designer handoff, use the designer docs.

Designers prepareDevelopers configure
Published styles and componentsAccess token and file ID
Stable names and source framesfigmage.config.js token sets
Handoff notes for changesGenerated files consumed by the app
  1. Quickstart — install, configure, and run your first sync.
  2. Install and Auth — the full setup, access tokens, and file IDs.
  3. Configuration — every figmage.config.js option.
  4. Token Types — everything Figmage can generate.
  5. Spritesheets — why and how to generate SVG sprite sheets for your icons
  6. CLI — the complete command reference.
  7. CI — run Figmage safely in automated jobs.
  8. Recipes — copyable patterns for common token setups.
  9. Troubleshooting — common setup and sync failures.
  10. Migrating from v1 — upgrade from the old tokenize/codegen flow.