Production-ready toolkit for portable edge HTTP workloads. Write once, deploy to Fastly Compute, Cloudflare Workers, or native Axum servers.
# Install the CLI
cargo install --path crates/edgezero-cli
# Create a new project
edgezero new my-app
cd my-app
# Start the dev server
edgezero dev
# Test it
curl http://127.0.0.1:8787/Full documentation is available at stackpop.github.io/edgezero.
- Getting Started - Project setup and first steps
- Architecture - How EdgeZero works
- Configuration -
edgezero.tomlreference - CLI Reference - All CLI commands
| Platform | Target | Status |
|---|---|---|
| Fastly Compute | wasm32-wasip1 |
Stable |
| Cloudflare Workers | wasm32-unknown-unknown |
Stable |
| Axum (Native) | Host | Stable |
MIT