Pro vs Free Install Paths

PreviousNext

Compare free and pro install/download flows, access checks, and what files you receive in each path.

Quick comparison

CapabilityFreePro
CLI installnpx shadcn@latest add <name>Tokenized private registry command
Download as appLightweight zip (/api/blocks/.../download)Full scaffold zip (/api/templates/.../download)
Copy skill filesAvailable for free patternsAvailable across pro patterns with entitlement

Free path

Best when you want speed and minimal footprint:

  • add a pattern directly
  • keep your existing app structure
  • manually configure any advanced runtime pieces

Pro path

Best when you want full reference implementation:

  • entitlement and auth checks before download/install
  • full app files generated
  • env placeholders and setup docs included
  • dependency aggregation and path normalization handled for you

Entitlement checkpoints

  • CLI install token fetch for pro patterns
  • download endpoint auth for pro templates
  • public/locked viewer surfaces gate premium actions
  • Existing mature app: start with CLI install.
  • Greenfield app or deep learning: start with download-as-app, then trim.