Skip to content

systems

Douwe de Vries edited this page Jul 1, 2026 · 1 revision

Systems

Systems describe the implementation boundaries behind Load Rift's features. The main split is React workspace, Tauri command bridge, Rust backend state, k6 runtime, and packaging/release tooling.

System map

System Page Main source paths
Frontend workspace Frontend workspace src/app/, src/features/, src/lib/
Tauri backend Tauri backend src-tauri/src/
Command API bridge Command API bridge src/lib/loadrift/, src/lib/tauri/, src-tauri/src/events.rs
k6 runtime k6 runtime src-tauri/src/importing/, src-tauri/src/k6/
Packaging and release Packaging and release src-tauri/tauri.conf.json, .github/workflows/, scripts/

For user-facing behavior, see Features.

Clone this wiki locally