SnabbSajt · Docs
Site Kit SDK

Install and releases

Registry status, package order, GitHub source, and release verification.

The first npm release is prepared but not public until registry verification passes. Until then, install the release candidate from main:

npm install github:HH-Studio/Sajtbuilder-SDK#main

Once public, install the library and run the CLI with pinned beta versions:

npm install @snabbsajt/site-kit@0.2.0
npx @snabbsajt/cli@0.2.0 site doctor

Site Kit is always published before the CLI because the CLI depends on the same exact Site Kit version. Maintainers use the checked release runbook in the public repository.

Do not use latest in reproducible CI until the beta stabilizes. npm versions and Git tags are immutable; fixes ship as a new patch release.