tauri-svelte-desktop-boilerplate Svelte Themes

Tauri Svelte Desktop Boilerplate

Tauri + Svelte Window Boilerplate

A minimal boilerplate for building desktop applications using Tauri and Svelte with a custom window and titlebar.

✨ Features

  • Custom window (no default OS titlebar)
  • Svelte frontend
  • Rust backend (Tauri)
  • Clean and minimal setup
  • Ready-to-use structure

📁 Project Structure

  • src/ — Svelte frontend
  • src-tauri/ — Rust backend (Tauri)

🚀 Getting Started

pnpm install
pnpm tauri dev

📦 Build

pnpm tauri build

🎯 Use Cases

  • Desktop apps
  • Custom UI shells
  • Tauri experiments
  • Boilerplate for new projects

🧠 Why this exists

Setting up Tauri + Svelte with a custom window can be repetitive. This repo gives you a clean starting point.

📄 License

MIT

Top categories

Loading Svelte Themes