01
Connect source
Create a Strata project, then import from Figma or Style Dictionary.
Connect your design system. Strata generates tokens and components, then syncs every update—style or structure—to every connected app.
Most systems can update color or spacing tokens. Teams still redeploy to ship structural component changes. That delay is where developer queues, design mismatch, and product churn begin.
The runtime difference
A Button can become an Input.
Strata updates component structure at runtime, not just token values, so every connected app reflects the change instantly without redeployment.
01
Create a Strata project, then import from Figma or Style Dictionary.
02
Strata generates design tokens and component definitions from that source.
03
Use @strata/react or @strata/web-components and point to your project API.
04
Choose build-time snapshots or runtime polling every 3 seconds.
Replace static component package maintenance with a live runtime system you can still control.
Explore developer detailsClose the Figma-to-production gap so design decisions show up in shipped product, not tickets.
See designer outcomesKeep shipping fast while every app inherits one coherent UI system.
Move faster with consistencyUse React packages or Web Components today, with more native targets coming next. One system definition powers tokens and components across your app surfaces.
npm install @strata/react @strata/web-components
import { StrataProvider } from '@strata/react'
<StrataProvider api="https://your-project.strata.io">
<App />
</StrataProvider>
// or register and use Web Components
import '@strata/web-components'