Last updated
Was this helpful?
Last updated
Was this helpful?
By default, Tokens Studio will store your in the Figma file you are working in, but their true power is unleashed when they can be stored outside of a design tool and synced with code.
This synchronization creates a shared source of truth, fostering collaboration and alignment between design and development teams.
You can manage version control in Tokens Studio without ever having the Figma to keep your changes in sync with engineers in code, and other designers working in multiple Figma files.
Tokens Studio offers out-of-the-box integrations with several third-party providers to sync your Design Tokens with code and store them externally for safekeeping outside of your local design files.
We support:
Connected to a code repository for remote Token storage that is version-controlled.
Syncing your Token files with design data platforms.
Once your sync provider is active, the Plugin will detect changes in real time, and indicate when you need to sync changes with the Tokens in remote storage.
Pro licence holders working with a Git sync provider can also create and switch between branches from within the plugin.
Git is an open-source system that tracks changes in code files.
Syncing your Tokens with a Git provider allows you to store your Design Tokens as code files in a repository. Tokens Studio has native features to push and pull Token changes easily and version-control your design decisions using the branching feature.
This allows you to explore design decisions before deploying them to a production environment.
Select any of the Git providers below to read its Sync Setup Guide
Cloud storage providers offer a platform to store, manage, and retrieve your Design Token data via an API.
Select any of the cloud storage providers below to read its Sync Setup Guide
Locally hosted Token storage providers offer an alternative to Git providers for projects that benefit from storing their Tokens on the same servers as the rest of their code.
Select any of the local hosted below below to read its Sync Setup Guide
When you are ready to sync your Tokens to a remote storage provider, check out these guides:
Generic Versioned Storage is a way to host your Design Tokens on a local or remote server, which supports read-only, read/write, and read/write/create workflows.
When you host your Design Token JSON files on a web server or static hosting service, the plugin can access the Tokens (read-only) by syncing to the URL where your Token files are stored.
Azure DevOps is a Microsoft-owned suite of development tools and services you can use to create a Git-based source code repository.
Bitbucket is a Git-based source code repository hosting service popular among teams using Atlassian tools.