Cloud Sync (Pro)
Cloud Sync lets you manage design system configurations centrally and sync them across all team members’ tools.
Benefits
Section titled “Benefits”- Single source of truth - Update once, sync everywhere
- Team consistency - Everyone uses the same tokens
- Version control - Track config changes over time
- Drift analytics - See compliance across your org
-
Create a workspace
Sign up at tailtrace.dev and create a workspace.
-
Add your config
In the dashboard, create a new configuration:
{"colors": {"primary": "#3b82f6","secondary": "#10b981"},"deltaEThreshold": 2.3} -
Get your config ID
Copy the config ID from the dashboard (e.g.,
cfg_xyz789). -
Configure your tools
Add to
tailtrace.json:{"cloud": {"workspaceId": "ws_abc123","configId": "cfg_xyz789"}}
How It Works
Section titled “How It Works”Dashboard → API → Extensions/VS Code/Storybook │ └── Updates sync automaticallyWhen you update the config in the dashboard:
- API stores the new version
- Extensions poll for updates (every 5 min)
- New config is applied immediately
Team Management
Section titled “Team Management”Invite Members
Section titled “Invite Members”- Go to Workspace Settings → Members
- Enter email addresses
- Choose role: Admin or Member
| Role | Permissions |
|---|---|
| Owner | Full access, billing |
| Admin | Manage configs, view analytics |
| Member | Use configs, report drift |
Drift Analytics
Section titled “Drift Analytics”With Cloud Sync enabled, extensions can report drift metrics:
POST /api/drift{ "workspace_id": "ws_abc123", "config_id": "cfg_xyz789", "url": "https://example.com", "stats": { "total": 24, "exact": 18, "fuzzy": 4, "none": 2 }}View aggregated reports in the dashboard.
Offline Support
Section titled “Offline Support”Extensions cache the config locally. If the API is unreachable:
- Cached config is used
- Drift reports are queued
- Sync resumes when online
Pricing
Section titled “Pricing”| Plan | Workspaces | Members | Drift Reports |
|---|---|---|---|
| Free | 1 | 1 | Local only |
| Pro | Unlimited | Unlimited | Unlimited |
| Enterprise | Unlimited | Unlimited | + SSO, audit logs |