Overview of tauri-ui
mastertauri-ui is a scaffolding tool designed to build modern Tauri desktop applications. It combines the official shadcn/ui CLI with create-tauri-app and layers in desktop-ready defaults that are typically added manually later in the development process.
Key features include:
- Upstream-first approach: Avoids maintaining a large local template tree, staying in sync with official tools.
- Desktop-aware defaults: Handles window behavior, startup flash prevention, scrolling, and selection out of the box.
- Practical batteries: Provides small, composable defaults focused on real-world application setup.