Getting started
Particles UI is a design token platform for teams. Create tokens in the Studio or Figma, version them like code, and publish them everywhere — components, themes, and codebases stay in sync automatically.
How it works
A design token is a named decision — a colour, a spacing unit, a border radius. Particles stores these decisions centrally so designers and developers always work from the same source of truth.
Designers author tokens in the Studio web app or the Figma plugin. Changes happen on branches and reach the main token set through a review process — nothing ships without a second pair of eyes. Developers consume the approved tokens via the CLI or API.
Key concepts
Quick start
1. Create your project
Sign up at studio.particles-ui.com/login. You will be prompted to create an organisation and your first project. An organisation is a shared workspace for your team.
2. Add tokens in the Studio
Open your project in the Studio and click New token. Give it a name, choose a type (colour, spacing, radius…), and set a value. Primitives hold raw values; semantic tokens point to a primitive by name — just wrap the token name in curly braces to create a link.
3. Connect Figma (optional)
Install the Particles UI plugin from the Figma Community. After a one-time sign-in, you can pull tokens directly into your Figma variables and push design changes back to the platform — no copy-pasting hex values.
4. Share with developers
Once your tokens are approved and merged into main, engineers on your team can pull them into their codebase using the CLI:
By default sync pulls the latest published release — stable and immutable, just like a versioned npm package. Use --branch to pull live changes during development before a release is cut. Tokens are sorted alphabetically by type and name to match the order in the Studio token list.
Team roles
Permissions apply consistently across Studio, the Figma plugin, and the CLI — your role follows you everywhere.