Shuttle – Build and ship backends without writing infrastructure files

Shuttle is a cloud development platform designed specifically for Rust apps. It offers a range of features to enhance productivity, reliability, and performance. This includes zero-configuration support for Rust using annotations, automatic resource provisioning, and first-class support for popular Rust frameworks. One unique aspect of Shuttle is its ability to deploy Discord bots using Serenity. The platform also promises scalable hosting and the option for self-hosting in the future. The recently introduced Shuttle Console allows users to view their projects and easily manage resources. Installation of the cargo-shuttle CLI can be done through pre-built binaries or via cargo. Users can find more detailed documentation on the Shuttle website.

https://github.com/shuttle-hq/shuttle

To top