Get Started

From source to running service in minutes.

PitFast standardizes microservice development around the WebAssembly Component Model. Compile once, push immutable artifacts, and invoke services through pure logical identities.

The 5-Step Lifecycle

A single unified CLI manages your entire project lifecycle from local source code to distributed execution.

bash
# Initialize a new Rust service template
pit init --language rust

# Compile source code into a WASI P2 Component
pit build

# Push verified SHA-256 artifact to Paddock
pit push hello:v1

# Bind logical service identity to the artifact
pit deploy hello hello:v1

# Invoke the logical service endpoint
pit call pit://hello/hello

Ready to create your first service?

Follow our step-by-step Quickstart to get a working service running in 5 minutes.

Start Quickstart