Code Registry
Packages under the same permissions as your code.
Publish JavaScript packages, Rust crates, Docker images, and Python packages into a registry that respects Cuitty user and organization slugs.
npm
JavaScript packages, scoped names, dist-tags, and package.json safety.
Cargo
Rust crates with sparse index support and Git-backed audit trails.
OCI
Docker images and OCI artifacts with namespace-based push and pull policy.
PyPI
Python wheels and sdists with normalized package names and yanks.
Publish with native clients
npm publish --registry https://registry.cuitty.dev/npm
cargo publish --registry cuitty
docker push registry.cuitty.dev/acme/api:1.2.0
python -m twine upload --repository cuitty dist/* New packages default to private. Public publishing requires an explicit Cuitty visibility change, even when package metadata asks for public access.