xity.dev

Infrastructure tools for city-scale systems. Open source. No nonsense.

Build
Deploy
Scale

The Stack

🔧

Config

Declarative infrastructure configuration. Write once, deploy everywhere. YAML, TOML, or code.

Orchestrate

Container orchestration for distributed systems. Automatic scaling, self-healing, zero downtime.

Edge

Deploy to the edge in seconds. 200+ locations. Automatic TLS. Global load balancing.

📦

Registry

Private container and package registry. Immutable artifacts. SBOM generation built in.

🌐

Mesh

Service mesh for inter-service communication. mTLS by default. Observability included.

🚀

Pipeline

CI/CD pipelines that run anywhere. Git-native triggers. Parallel execution. Artifact caching.

The Code

example.sh
# Deploy to all edge nodes
xity deploy --target edge --replicas 3

# Check status across the mesh
xity mesh status --watch

# Scale based on traffic patterns
xity scale auto --min 2 --max 20 \
  --metric requests_per_second \
  --threshold 1000

# Generate SBOM for the deployment
xity sbom generate --format cyclonedx

What this does

Four commands. Deploy to the edge, check the mesh, configure autoscaling, generate compliance docs. That is the whole workflow.

The Docs

Getting Started

Community

API Reference

Changelog

Examples

Contribute