What problem does it solve?
GPUI project creation often suffers from inconsistent structure, missing boilerplate, and setup drift. This Skill automates the creation of a properly structured GPUI project with standard files, dependencies, and templates to accelerate kickoff.
Core Features & Use Cases
- Simple App Template: Quick start with a minimal, runnable GPUI project (Cargo.toml, src/main.rs, .gitignore).
- Production App Template: Full structure with modular UI, shared components, and configuration scaffolding for scalable apps.
- Guided Setup: Ensures essential files (rust-toolchain.toml, Cargo.toml, window initialization) are included and ready for development.
- Consistency & Onboarding: Reduces onboarding time for new GPUI projects and enforces best practices.
Quick Start
Use gpui-init to scaffold a new GPUI project in a directory of your choice, then follow the generated README to start coding.