Hacking Tauri for Designer
Summary
The post demonstrates hacking Tauri to run its frontend inside a browser to enable designer-friendly UI iteration within the codebase. It explains the browser–native bridge problem, introduces a shim-based solution and a WebSocket relay to communicate with the Rust backend, and discusses staging builds to simplify development and avoid full Rust setup.