tauri-solid-tailwind-shadcn Tailwind Templates

Tauri Solid Tailwind Shadcn

Tauri + SolidJS + TypeScript + TailwindCSS + Shadcn Starter Template

Tauri + SolidJS + TypeScript + TailwindCSS + Shadcn Starter Template

A starter template for easy and fast cross platform app development using Tauri + Solid. Comes preconfigured with Vite, TypeScript, Tailwind CSS, Shadcn-Solid components support and HMR (Hot Module Replacement).

Resources

  • Tauri 2.0 - Framework for building tiny, fast binaries for all major desktop and mobile platforms
  • Tailwind 3 - A utility-first CSS framework for rapid UI development.
  • Solid - Modern JavaScript framework designed to build responsive and high-performing user interfaces
  • Vite - Blazing fast frontend build tool powering the next generation of web applications.
  • Shadcn Solid - Beautifully designed components that you can copy and paste into your apps.
  • Tabler Icons - Free and open source icons designed to make your website or app attractive, visually consistent and simply beautiful.

Requirements

Screenshots

Getting Started

Clone to Local

npx degit ACRae/tauri-solid-tailwind-shadcn tauri-app 
cd tauri-app
npm install

[!TIP] You can use your package manager of choice like pnpm, yarn, etc.

Usage

Development

npm run tauri dev

The initial execution of this may take a few minutes, as the Rust package manager downloads and compiles all necessary packages. However, once these packages are cached, future builds will be significantly quicker.

Any changes you make to the page in the webview will automatically refresh, similar to how a browser reloads. Additionally, modifications to the Rust files will trigger an automatic rebuild, causing your app to restart seamlessly.

Build

npm run tauri build

The frontend is built into the dist folder, which is then embedded into a single binary along with your Rust code. The resulting binary can be found in src-tauri/target/release/[app name], while the installers will be located in src-tauri/target/release/bundle/.

Acknowledgments

License

MIT License 
Copyright (c) 2025 António Carvalho

Top categories

Loading Svelte Themes