বাংলাদেশজুড়ে বিশ্বস্ত ডেলিভারি

Avoroni
Avoroni
AVORONI ENGINEERING · PUBLIC TECHNOLOGY

Commerce,woven in Rust.

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.

RustCore application language
LeptosSSR + hydration
MongoDBApplication data
CaddyHTTPS + reverse proxy
LIVE PLATFORM PROOF

A technology page that checks the technology.

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.

LIVE RUST APIOperational

Public endpoint /api/health returned a live response.

API VERSION4.0.0
SERVER TIMESTAMP2026-09-10T11:01:12.759157219+00:00
PROOF SCOPEPublic health only
Technology page/api/healthRust API response
THE DIGITAL LOOM

Every request passes through a deliberate weave.

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.

01CLIENT

Customer Browser

Requests pages, products and interactions over HTTPS.

02EDGE

Caddy

Handles the public HTTPS and reverse-proxy boundary.

03STOREFRONT

Rust + Leptos SSR

Produces server-rendered HTML and hydrates interactive client behaviour.

04APPLICATION

Rust API

Runs commerce, account and operational application logic.

05DATA

MongoDB

Stores application data used by Avoroni's services.

Public by design. Private by boundary.

This page describes the stack without publishing server IPs, private hostnames, internal ports, credentials, environment variables or operational secrets.

BUILD DNA

From source code to production, the chain stays Rust-centric.

The public explanation mirrors Avoroni's production build contract without exposing private deployment details.

01
SOURCE

Rust workspace

The storefront and API live in the Avoroni Rust workspace.

02
BUILD

Cargo + cargo-leptos

Rust packages are compiled with Cargo; the storefront is assembled through cargo-leptos.

03
OUTPUT

SSR binary + hydrated site assets

The release build produces the server application and browser-facing site package.

04
PACKAGE

Containerized production image

The optimized release artifacts are packaged for Avoroni's production runtime.

WHY RUST AT AVORONI

Engineering choices should improve the shopping experience.

PERFORMANCE

Efficient by design

Compiled application code and a server-rendered storefront support a performance-focused architecture.

SAFETY

Strong guarantees

Rust's ownership and type system help eliminate broad classes of memory-safety defects at compile time.

RELIABILITY

Built for long-lived systems

Explicit types and compile-time checks support maintainable commerce logic as the platform grows.

EXPERIENCE

Server first, interactive where useful

Leptos SSR sends useful HTML from the server and hydration adds client-side interaction.

AVORONI ENGINEERING MANIFESTO
Technology is invisible when it works well. We make it visible here only to show the craft behind the experience.
01Render meaningful content on the server.
02Hydrate interaction instead of replacing the page.
03Keep application logic typed and explicit.
04Expose proof, not private infrastructure.
THE RESULT

Premium commerce on a modern Rust foundation.

Avoroni's technology exists to serve the storefront—not to distract from it. The goal is a fast, reliable and refined shopping experience.

Experience Avoroni