Shuttle
Build & ship backends without writing any infrastructure files
Shuttle is a Rust-focused backend deployment platform designed to help developers build and ship applications without writing infrastructure configuration files. It lets projects provision resources such as databases directly from application code, removing the need for separate YAML or cloud setup workflows. The platform supports fast development by combining project initialization, resource provisioning, and deployment into a streamlined CLI experience. It works with popular Rust web frameworks such as Axum, Actix Web, and Rocket. Shuttle also handles infrastructure concerns like permissions and security so developers can focus on application logic. ...