🛠️ The Multi-Realm Implementation

QuietBoard is a study in architectural trade-offs. I rebuilt the same utility across four different realms to compare BEAM concurrency, Rust safety, and Modern JS reactivity.

Rust Implementation

Axum + Askama

A "Zero-JS" reliability study: building a stateless architecture where HTML templates are validated by the compiler at build-time.

Examine Rust Technical Scroll →

Elixir Implementation

Phoenix + LiveView

A study in Event-Driven Interop: Synchronising concurrent server state with a JS-based charting engine via bidirectional LiveView Hooks.

Examine Elixir Technical Scroll →

Svelte Implementation

Client-Side JS

An exploration into the "Compiler-as-Framework" approach: eliminating Virtual DOM overhead for a lean, high-performance client.

Examine Svelte Technical Scroll →

Vue Implementation

Client-Side JS

A study in "Developer Experience" and modular logic: orchestrating multiple client-side libraries for a backend-independent dashboard.

Examine Vue Technical Scroll →