medyll
Profile
← all projects

domus

Reactive UI framework in Rust: web + desktop, zero JS

domus is a reactive UI framework written in Rust, compiling to WASM for the web and to native binaries for desktop, with zero JavaScript in the runtime path. Currently alpha (v0.1.0).

Where it sits


flowchart TD
  P["idea / needs"] --> S["domus"]
  S --> A["reactive UI framework, Rust"]
  S --> B["web target: WASM"]
  S --> C["native desktop target"]

Overview


Reactive UI framework written entirely in Rust, targeting both web (WASM) and native desktop with zero JavaScript overhead. Alpha stage (v0.1.0), a bet on Rust as the future of cross-platform UI.

Highlights


  • · Zero JavaScript overhead
  • · Web (WASM) + native desktop
  • · Alpha v0.1.0
RustWASM
View source →