tauri-solidjs

Scaffold a Tauri and SolidJS desktop app project with Rust backend.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TrollHeap/dotfiles --skill tauri-solidjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tauri-solidjs
Source: https://github.com/TrollHeap/dotfiles/tree/main/ai-config/.claude/templates/tauri-solidjs/.claude/skills/tauri-solidjs
Command: npx skills add https://github.com/TrollHeap/dotfiles --skill tauri-solidjs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a native desktop app for OpenWork using a secure Rust backend (Tauri) combined with a modern SolidJS frontend, reducing boilerplate and setup time for cross-platform deployment.

Core Features & Use Cases

  • Scaffold a cross-platform OpenWork desktop app template built with Tauri and SolidJS.
  • Provide a clear project structure (openwork/packages/desktop, src-tauri, frontend App.tsx and index.tsx) for rapid development and onboarding.
  • Enable development, production build, and mobile target readiness with Tauri tooling and templates.

Quick Start

Create a new OpenWork Tauri + SolidJS project using the template and start the development server.

Frequently Asked Questions about tauri-solidjs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Tauri SolidJS desktop app for OpenWork?

To scaffold a Tauri SolidJS desktop app, use this template to generate a project with a Rust backend (main.rs, lib.rs), tauri.conf.json, and a SolidJS frontend (App.tsx, index.tsx) under openwork/packages/desktop for rapid cross-platform development.

What is the project structure for a Tauri and SolidJS cross-platform desktop app?

The project structure for a Tauri and SolidJS desktop app organizes files under openwork/packages/desktop, containing a src-tauri directory for Rust backend code and a frontend with App.tsx and index.tsx to streamline onboarding and development.

Can I use Tauri with SolidJS for production-ready desktop app packaging?

Yes, you can use Tauri with SolidJS for production-ready desktop app packaging. The scaffold provides a secure Rust backend combined with SolidJS frontend templates, enabling production builds and mobile target readiness using Tauri tooling.

Does the Tauri SolidJS template provide both frontend and backend boilerplate?

Yes, the Tauri SolidJS template provides both frontend and backend boilerplate. It includes a Rust-based backend with main.rs and lib.rs, alongside a SolidJS frontend with App.tsx and index.tsx, reducing initial setup time for cross-platform deployment.

What's the best way to start developing a cross-platform desktop app with Rust and SolidJS?

The best way to start developing a cross-platform desktop app with Rust and SolidJS is using this scaffold template, which generates the necessary tauri.conf.json and source files, allowing you to immediately start the development server and prototype rapidly.