Skip to content

Welcome to brdz

A powerful CLI for deploying and managing your web applications with ease

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

Terminal window
# Install brdz
brew tap boardsofmusic/brdz
brew install brdz
# Create an account and login
brdz accounts:create
brdz auth:login
# Create a project and app
brdz projects:create my-project
brdz ctx:use
brdz apps:create my-app
# Deploy your application
brdz releases:create ./dist.zip
# Add a custom domain
brdz hostnames:create example.com
  • Context-aware operations: Set your project and app context once, then run commands without repeating yourself
  • Release management: Create, list, and rollback releases with simple commands
  • DNS integration: Manage DNS zones and records alongside your applications
  • Secure authentication: API key-based authentication with environment variable support
  • Configuration persistence: Context and credentials stored locally for convenience

Check out the Installation Guide to install brdz and deploy your first application.