Projects & Apps
Organize your work into projects and apps with hierarchical management
brdz is a command-line interface for managing your applications, projects, and deployments. It provides a simple, intuitive workflow for deploying web applications, managing custom domains, and handling DNS configuration.
Projects & Apps
Organize your work into projects and apps with hierarchical management
Zero-downtime Deployments
Deploy new releases and rollback instantly without service interruption
Custom Domains
Add custom hostnames to your apps with built-in DNS management
DNS Management
Manage DNS zones and records directly from the CLI
# Install brdzbrew tap boardsofmusic/brdzbrew install brdz
# Create an account and loginbrdz accounts:createbrdz auth:login
# Create a project and appbrdz projects:create my-projectbrdz ctx:usebrdz apps:create my-app
# Deploy your applicationbrdz releases:create ./dist.zip
# Add a custom domainbrdz hostnames:create example.comCheck out the Installation Guide to install brdz and deploy your first application.