Pure Bash toolkit for lightning-fast cloud server provisioning, hardening, monitoring & API deployments.
Perfect for DigitalOcean + AWS + Telegram alerts. Built for Kenyan freelancers, DevOps engineers & full-stack agencies.
- ⚡ Zero dependencies — Pure Bash (works on almost any Linux server)
- 🔒 Strict Mode + Enterprise safety (
set -euo pipefail) - 🌩️ DigitalOcean droplet provisioning & hardening
- 📡 AWS support (EC2, security groups, etc.)
- 📲 Telegram notifications & monitoring
- 📦 One-command deploy for APIs & web apps
- 🔄 Automated backups with retention policy
- 🧪 Built-in testing & CI with ShellCheck + shfmt
``bash git clone https://github.com/NyoikePaul/bash-cloud-forge.git cd bash-cloud-forge cp .env.example .env
chmod +x forge.sh
- Basic Commandsbash
./forge.sh provision web-server --region nairobi
./forge.sh deploy production
./forge.sh backup /var/www/myapp
./forge.sh test
./forge.sh help
Project Structure
bash-cloud-forge/ ├── forge.sh # Main CLI entrypoint ├── lib/ # Core reusable functions ├── scripts/ # Atomic task scripts ├── examples/ # Usage examples ├── .github/workflows # CI: ShellCheck + shfmt └── .env.example
Pro VersionFree = Personal & learning use Pro (KSh 1,099/mo) = Commercial license + premium templates + priority supportGet Pro → DevelopmentRun linting locally:bash
find . -type f -name "*.sh" -exec shellcheck {} +
Made with for Kenyan developers & hustlersStar the repo if it helps you ship faster!