Getting Started
Tricox is a high-performance, private component registry. It allows you to ship, share, and version UI components across your entire ecosystem with zero overhead.
1. Install the CLIPrerequisite
Install our unified command-line tool. It handles code analysis, snapshotting, and secure transfers.
$npm install -g @tricox/cli
2. AuthenticateSecurity
Generate a Personal Access Token in your dashboard and link your local machine.
$tricox auth --token="tricox_..."
3. Launch & SyncIntegration
Initialize your project and sync it with the server in one command.
$tricox launch --framework next
Ready to Ship?
Now that you're synced, you can ship any component with a single command.
Learn about ShippingDocking Components
Download components from the registry into any project instantly.
Learn about Docking