Solutionlauncher is a modern desktop application that streamlines your development workflow. Instead of wasting time setting up configurations, you can simply select your preferred technologies and jump straight into coding.
- Select your stack: Pick your frontend framework, styling library, and backend tools.
- Generate: Solutionlauncher scaffolds the entire project structure for you.
- Develop: Open the generated project and start building immediately.
- One-Click Scaffolding: Create ready-to-use project templates in seconds.
- Modern Tech Support: Support for Next.js, React, TypeScript, Tailwind CSS, and more.
- Desktop Native: High-performance interface built with Tauri and Rust.
- Open Source: Built by the community, for the community.
- Frontend: Next.js (App Router), TypeScript, Tailwind CSS
- UI Components: shadcn/ui
- Desktop Framework: Tauri v2
- Backend Logic: Rust
To contribute or run the development version, you need:
- Node.js (LTS version)
- Rust & Cargo: Install via rustup.rs.
- Windows Developers: You must install the Visual Studio Build Tools and select the "Desktop development with C++" workload.
Since this is an Open Source project, please fork the repository first, then clone your fork:
git clone https://github.com/YOURUSERNAME!!/Solutionlauncher.git
cd Solutionlauncher
code .