Customer Browser
Requests pages, products and interactions over HTTPS.
Avoroni is engineered as a Rust-first commerce platform. The storefront uses Leptos server-side rendering with hydration, while the application API is also implemented in Rust.
This is not a static badge wall. The page requests Avoroni's public /api/health endpoint and renders the live response without exposing private infrastructure.
Public endpoint /api/health returned a live response.
The architecture is presented as a loom: each layer has one job, and the layers work together to turn a shopper's request into a rendered experience.
Requests pages, products and interactions over HTTPS.
Handles the public HTTPS and reverse-proxy boundary.
Produces server-rendered HTML and hydrates interactive client behaviour.
Runs commerce, account and operational application logic.
Stores application data used by Avoroni's services.
This page describes the stack without publishing server IPs, private hostnames, internal ports, credentials, environment variables or operational secrets.
The public explanation mirrors Avoroni's production build contract without exposing private deployment details.
The storefront and API live in the Avoroni Rust workspace.
Rust packages are compiled with Cargo; the storefront is assembled through cargo-leptos.
The release build produces the server application and browser-facing site package.
The optimized release artifacts are packaged for Avoroni's production runtime.
Compiled application code and a server-rendered storefront support a performance-focused architecture.
Rust's ownership and type system help eliminate broad classes of memory-safety defects at compile time.
Explicit types and compile-time checks support maintainable commerce logic as the platform grows.
Leptos SSR sends useful HTML from the server and hydration adds client-side interaction.
Technology is invisible when it works well. We make it visible here only to show the craft behind the experience.
Avoroni's technology exists to serve the storefront—not to distract from it. The goal is a fast, reliable and refined shopping experience.