Dev Tooling Boilerplates

7 dev tooling boilerplates and starter kits in the directory — open-source and paid, clearly labelled.

The long-running foundation for scalable cross-platform desktop apps — Electron with React, Webpack, TypeScript and hot reload, plus packaging via electron-builder for macOS, Windows, and Linux. Open-source.

electronreacttypescript
🦀

Tauri

Open Source

Open-source toolkit and scaffold (create-tauri-app) for tiny, fast, secure desktop and mobile apps — any web frontend (React, Vue, Svelte) over a Rust core, using the OS webview for apps measured in megabytes, not hundreds.

rustdesktopmobile
⚒️

Electron Forge

Open Source

Electron's official all-in-one tooling — scaffolds new apps from templates (Webpack or Vite, TypeScript), then handles packaging, code signing, installers for every OS, and store publishing from one config. Open-source (MIT).

electrondesktopvite

oclif

Open Source

The open framework for building professional command-line tools in TypeScript — scaffolds a CLI with argument parsing, plugins, auto-generated help and docs, and testing helpers. Built by Salesforce/Heroku; powers their CLIs.

clitypescriptnodejs
🐹

Wails

Open Source

Open-source framework and scaffold for desktop apps with Go and web technologies — a Go backend bound directly to a JS/TS frontend (React, Vue, Svelte templates), producing small native binaries without bundling a browser.

godesktopreact
🍪

Cookiecutter

Open Source

The template engine behind thousands of project starters — a command-line utility that generates projects from community 'cookiecutters' (Python packages, Django sites, data science layouts) with prompted variables. Open-source (BSD).

pythontemplatescli
🩲

Suspenders

Open Source

thoughtbot's Rails application generator — creates new Rails apps preconfigured with the consultancy's defaults for testing (RSpec), linting, CI, deployment, and development conveniences, refined across client work since 2008. Open-source.

railsrubyrspec