A feature-rich Tauri + React development template, integrated with the latest development tools and frameworks.
- Tauri - Build smaller, faster, and more secure desktop applications
- Rsbuild - High-performance build tool
- React 19 - Latest version of React
- Tailwind CSS v4 - Next generation utility-first CSS framework
- Bun - High-performance JavaScript runtime and package manager
- React Scan - React application performance analysis tool
- shadcn/ui - Beautifully designed components built with Radix UI and Tailwind CSS
- tauri-specta - Generate TypeScript bindings for Tauri commands and events
- surrealdb - A NoSQL database designed for the next generation of applications
- xstate - A state management library for React, using state machines
- arktype - A type system for JavaScript and TypeScript
- Effect - A functional programming library for TypeScript
- React Doctor - One command scans your codebase for security, performance, correctness, and architecture issues, then outputs a 0–100 score with actionable diagnostics.
bun install
bunx tauri signer generate -w .tauri/myapp.keyStart the development server:
bun tauri devQuality gates:
bun run fmt:check
bun run typecheck
bun run check:allAdd a shadcn component:
bunx --bun shadcn@latest add [components]