integrating-tauri-rust-frontends

Installation
SKILL.md

Tauri Rust/WASM Frontend Integration

This skill covers integrating Rust-based frontend frameworks with Tauri v2 for building desktop and mobile applications with WASM.

Supported Frameworks

Framework Description Bundler
Leptos Reactive Rust framework for building web UIs Trunk
Yew Component-based Rust framework Trunk
Dioxus Cross-platform UI framework Trunk
Sycamore Reactive library for Rust Trunk

All Rust/WASM frontends use Trunk as the bundler/dev server.

Critical Requirements

  1. Static Site Generation (SSG) Only - Tauri does not support server-based solutions (SSR). Use SSG, SPA, or MPA approaches.
  2. withGlobalTauri - Must be enabled for WASM frontends to access Tauri APIs via window.__TAURI__ and wasm-bindgen.
Related skills

More from beshkenadze/claude-code-tauri-skills

Installs
2
First Seen
Jan 30, 2026