See PitFast in motion.
Clone and run working reference applications illustrating HTTP handling, cross-language invocation, and distributed compute placement.
Rust HTTP API
High-throughput REST API using cargo-component and the official wasi:http/proxy world with zero unsafe blocks.
Go HTTP API
Lightweight microservice built with TinyGo compiling into a sub-megabyte WASI Component with JSON handlers.
Python HTTP API
ASGI-style endpoint packaged with componentize-py executing with sub-millisecond execution start times.
JavaScript / TypeScript API
Serverless function using jco to componentize modern ES2023 code with npm dependencies.
Cross-Language Invocation
Demonstration of a Go service invoking a Rust cryptographic component via pure PitLane logical URIs.
Multi-Garage Service Mesh
Setting up a Circuit across 3 independent Garages to observe capacity-aware placement in action.
Artifact Deployment & Rollback
Automated CI/CD pipeline building, pushing to Paddock, and rolling back logical services with zero downtime.