Menu

Premium Bundle

Premium components and templates are distributed as local code bundles. No runtime dependency. Access is gated by license checks via Supabase in production.

Public documentation includes previews, feature explanations, installation guidance, and purchasing context, but paid component source code is intentionally not rendered in the docs UI. This protects licensed assets while still helping users evaluate fit before purchase.

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.zip

Route implementation: apps/web/app/api/components/export/[slug]/route.ts

CLI Install

cli.sh
npx vui-registry-cli-v1 add button

The 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