What problem does it solve?
Scaffold a Cuyamaca Tauri v2 desktop app by providing a ready-made project skeleton, three-panel UI blueprint, and an IPC verification flow, enabling rapid startup for Arduino robotics control.
Core Features & Use Cases
- Generates a Tauri v2 project with React + TypeScript frontend and Rust backend
- Implements a three-panel layout (sidebar, main canvas, right-side parts panel)
- Applies the warm-white liquid glass theme and ambient background gradient
- Includes a basic IPC ping/test command for verification of the Tauri bridge
- Produces the project directory skeleton with both frontend and backend structure
Use Case: A developer wants to bootstrap a Cuyamaca desktop app quickly to iterate on UI and IPC workflow.
Quick Start
Run the Tauri v2 scaffold to initialize a new cuyamaca project with the React + TS template, then open the generated codebase to review the folder layout and start the development server.