Documentation

Pro vs Free Install Paths

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 for a coding agentAvailable for free patternsAvailable across pro patterns with entitlement
Download Hono API serverAvailable when the pattern is verifiedAvailable when verified and entitled
Copy Hono API serverAvailable when the pattern is verifiedAvailable when verified and entitled

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

Hono availability is separate from entitlement. A user must be allowed to access the pattern, and the pattern must also have a verified Hono export. See Compatibility & Limitations.

  • Existing mature app: start with CLI install.
  • Greenfield app or deep learning: start with download-as-app, then trim.
  • Separate API service: download the Hono API server, then connect your frontend.