Leptos
A cutting-edge Rust framework for the modern web.
leptos
marvin-bitterlich/leptos-railway
Just deployed
This is a starter template for https://leptos.dev/ that gets you up and running with the framework in minutes.
I have chosen Server Side Rendering with Axum. The starter features a server function to demonstrate that this functionality works.
Deployment is done through docker, in an optimized alpine container. Resource usage is about 2MB under load and 0VCPU, thanks to Rust release builds.
The repository has renovate setup to keep dependencies up to date and supports GitHub Actions to test your code before a deploy happens.
Template Content