Desktop thin client for QuiverKeep.
quiverkeep-ui will host the desktop application built around Rust and Tauri. This repository owns tray, overlay, popup, notifications, and native desktop integrations while consuming contracts exposed by quiverkeep-core.
- present usage, limits, and reset information from core;
- provide tray and overlay UX;
- manage desktop-specific startup and connection flow;
- integrate with native desktop capabilities through Tauri.
- domain logic remains in
quiverkeep-core; - UI state must be derived from core responses and local presentation needs;
- no direct access to core storage.
Repository initialized. Implementation has not started yet.