Auto-generate Run Buttons  ·  No CMD Required

Chahuadev
Framework

Project Launcher & Run Button Generator

Automatically generate run buttons for your projects — npm, exe, bat — in one dashboard. Launch and test multiple apps without ever opening a terminal.

npm
npm scripts
.exe
Executables
.bat
Batch files
Multi-app

One dashboard.
All your project launchers.

Point the app at your project folder. It scans for runnable entry points and builds a button panel automatically — click to run, no command line needed.

Auto-detect Entry Points
Scans your project for package.json scripts, .exe binaries, and .bat files — then generates a button for each one instantly.
No CMD Required
Designed for developers and testers who don't want to deal with terminals. Launch everything from a clean GUI with one click.
Run Multiple Projects
Add as many projects as you want. Each gets its own button panel. Switch between projects and run them independently at the same time.
Live Terminal Output
Stdout and stderr streamed live into the built-in log panel. See exactly what's running without switching windows.
Plugin-based System
Each project is loaded as a plugin. Scan, enable, disable, and manage independently from the Plugin Management panel.
Instant Launch
No setup ceremony. Open the app, scan your folder, and your run buttons are ready within seconds.

Works with all common launchers.

Whatever your project uses to start, Chahuadev Framework can generate a button for it.

npm scripts
start · dev · build · test
.bat / .cmd
Windows batch scripts
.exe
Windows executables
Node.js
node index.js · server.js
Electron apps
npm start · electron .
Custom plugins
Any project as a plugin

From folder to buttons
in three steps.

No config files. No coding. Just point at a project and run.

1
Scan your project folder
Click Scan Plugins and select the root folder of your project. The app automatically detects package.json scripts, .exe files, and .bat scripts inside.
📁 my-project/ → detected: start, dev, build, server.exe, deploy.bat
2
Buttons are generated automatically
Each detected entry point becomes a labelled button in the Plugin Management panel. No manual setup needed. Add multiple projects — each gets its own set of buttons.
3
Click to run — output appears live
Press a button to launch that script or executable. Live stdout/stderr streams directly into the terminal panel. Stop, restart, or run multiple commands in parallel.
▶ Running: npm run dev → [19:46:01] Server started on port 3000
4
Manage all your projects in one place
Use the Plugin Store to browse and add more projects. Enable or disable any project independently. Test, stop, and re-run without leaving the app.

Built for people who
hate typing commands.

Testing multiple projects at once is tedious in CMD. Chahuadev Framework turns that workflow into a one-click experience.

No terminal juggling
Stop opening multiple CMD or PowerShell windows. Every project's run commands live in one GUI panel.
Test many apps fast
Run five different projects simultaneously. Great for testing systems that depend on multiple services being up at once.
Instant setup
Scan → buttons appear. No config files. No JSON editing. Works with any project that has npm scripts or runnable files.
Team-friendly
Share the launcher setup with teammates. Non-technical members can start and stop project services without any CLI knowledge.