Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zerct.com/llms.txt

Use this file to discover all available pages before exploring further.

Zerct deploys Rust backends and exposes them as HTTPS APIs.
npx @zerct/zerct deploy
The package checks your project, explains what to fix, and starts a deployment when the project contract is valid.

What Zerct expects

  • A Rust backend with Cargo.toml and Cargo.lock
  • A zerct.toml project contract
  • A server that listens on 0.0.0.0:$PORT
  • A health endpoint for deploy verification

Package surfaces

Use npm for the agent-first flow:
npx @zerct/zerct deploy
Use Homebrew for a persistent developer CLI:
brew tap Zerct/tap
brew install zerct
zerct deploy
Last modified on May 25, 2026