Skip to main content
Stylebit runs on your codebase and only collects metadata.

CLI

  • Stylebit do NOT expose your codebase. It just collects metadata regarding your design system. You can always run analytics in dry-run mode and check generated local json to see exactly what is collected.
  • Stylebit do NOT run AI on your codebase. The logic behind Stylebit cli is static code analysis running on AST (abstract syntax tree)
  • Stylebit do NOT request neither write or read access. It’s your local codebase and your local machine.
  • Stylebit CLI code is npm registry and you can always check it.
Stylebit cli connects to the internet only for the following cases
  1. On cli login to get access token
  2. On running analytics it pings to check access token validity
  3. On uploading report to stylebit web application
but
  1. You can get permanent token and not connect to the internet on login. For more details contact us at [email protected]
  2. You can run in dry-run mode and get the report on your local machine without valid access token
  3. You can check the report file and upload to app.stylebit.io manually through our web interface. Otherwise you can host the reports on your own, making sense from raw json report yourself and not use our web application.

Web application

  • The web application is hosted in google cloud and basic security is provided by Google.
  • We never ask for password on logging in and don’t ask or collect any sensitive during the session.
I