Access & Licensing
- Sign in via email OTP.
- Active license required for premium downloads.
- Downloads are delivered as ZIPs with source files and a local README.
- Public docs show previews and specs, but do not expose premium source inline.
Download Endpoint
Use the export route to download a component bundle. In production, this checks your license.
GET /api/components/export/[slug]
curl -L "https://www.velocityui.in/api/components/export/button" -o button.zipRoute implementation: apps/web/app/api/components/export/[slug]/route.ts
CLI Install
cli.sh
npx vui-registry-cli-v1 add buttonThe CLI writes files locally and optionally installs peer dependencies.
Evaluation Workflow
- Review the live preview and usage notes on the component page
- Confirm dependencies, props, and implementation fit for your app
- Purchase or activate a license to unlock bundle delivery
- Install locally through the CLI or export flow after license validation