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 projects that are explicit and reproducible.

Required files

Cargo.toml
Cargo.lock
zerct.toml
Cargo.lock is required so builds are deterministic.

Example zerct.toml

name = "hello-rust"
health_path = "/health"

Required runtime behavior

  • Bind to 0.0.0.0:$PORT
  • Return success from the configured health path
  • Keep secrets in server-side environment variables
  • Avoid build steps that require interactive input
Last modified on May 25, 2026