Kilowott Dev Tools
Internal tooling · kwrk.in

Kilowott WordPress platform

Bedrock + Deployer + GitHub Actions. Spin up a new project, configure staging, and deploy — from one command.

~3 min
new project ready
0
Docker containers
~250MB
local RAM usage
23s
CI pipeline
Tools
New project
Generate a setup command. Creates a GitHub repo from the Bedrock template, installs WordPress locally, and optionally configures Servebolt staging.
Ready
Bedrock template
The base GitHub template. Every new project starts from here — Bedrock, Deployer v8, GitHub Actions CI/CD, branch protection, TruffleHog, PHPCS.
GitHub
Client projects
All client repos live under the Kilowott-HQ GitHub org. Each project has staging and production hosts configured in deploy.php.
Kilowott-HQ
Installer binaries
Hosted at tools.kwrk.in/tools/
setup.ps1 Windows installer — machine setup + project creation + optional staging config 21KB
tools/php-8.4-win64.zip PHP 8.5.8 NTS Windows x64 — downloaded by setup.ps1 when PHP is not found 35MB
tools/composer.phar Composer 2.10.2 — PHP dependency manager, downloaded by setup.ps1 when not found 3.5MB
tools/wp-cli.phar WP-CLI 2.12.0 — WordPress command-line tool, downloaded by setup.ps1 when not found 6.9MB
Quick start
PowerShell — run as a developer
# 1. Set your project name
$env:PROJECT="your-project-name"

# 2. Download and run the installer
irm https://tools.kwrk.in/setup.ps1 -OutFile "$env:TEMP\setup.ps1"
& "$env:TEMP\setup.ps1"

# Or use the GUI launcher at tools.kwrk.in/wp-install.html