tauri-scaffold

Installation
SKILL.md

Scaffold a Tauri + React App

Generate a production-ready Tauri + React desktop application with best practices baked in.

What Gets Created

my-app/
├── src/                      # React frontend
│   ├── ui/
│   │   ├── components/       # React components
│   │   ├── hooks/            # Custom hooks
│   │   └── providers/        # Context providers
│   ├── core/                 # Business logic
│   │   ├── api/              # TanStack Query queries/mutations
│   │   └── db/               # Database access layer
│   ├── App.tsx
│   └── main.tsx
├── src-tauri/                # Rust backend
Related skills
Installs
10
GitHub Stars
1
First Seen
Feb 10, 2026