CollectUICollectUI

Privacy and Data Collection

Data collection behavior of hpsetup and its dependencies.

hpsetup itself

The hpsetup CLI does not actively collect user data. It is an installation tool whose job is to download and install HeroUI Pro components.

External communication made by hpsetup:

TargetRequestData sent
hpsetup-cdn.932324.xyzGET /api/tarball/...API key
registry.npmjs.orgGET /{package}/latestNo authentication data

API keys

The API key is used to authorize downloads. Treat it as a secret:

  • Do not commit it to source code.
  • Store it in CI or deployment secrets.
  • Rotate it if it is exposed.

Local files

Generated component files are written to your project directory. Review them with Git before committing.

On this page