adding-tauri-splashscreen

Installation
SKILL.md

Tauri Splashscreen Implementation

This skill covers implementing splash screens in Tauri v2 applications. A splash screen displays during application startup while the main window loads and initializes.

Overview

The splash screen pattern involves:

  1. Showing a splash window immediately on launch
  2. Hiding the main window until ready
  3. Performing initialization tasks (frontend and backend)
  4. Closing splash and showing main window when complete

Configuration

Window Configuration

Configure both windows in tauri.conf.json:

Related skills

More from dchuk/claude-code-tauri-skills

Installs
64
GitHub Stars
20
First Seen
Jan 24, 2026