All features

Environment Management

Create isolated environments for development, staging, and production. Map branches to environments and manage secrets securely.

Branch mapping

Map Git branches to environments automatically. Push to main and deploy to production. Push to develop and deploy to staging. Feature branches get their own preview URLs.

mainproductionmy-app.bopbee.com
developstagingstaging.my-app.bopbee.com
feature/*previewfeature-xyz.my-app.bopbee.com

Encrypted environment variables

Store sensitive configuration like API keys, database credentials, and secrets securely. All environment variables are encrypted at rest using Fernet encryption and only decrypted at runtime.

Environment cloning

Create new environments by cloning existing ones. Copy all settings, environment variables, and configuration with a single click. Perfect for creating staging environments from production.

Variable inheritance

Define base variables that are shared across all environments, then override specific values per environment. Keep your configuration DRY while maintaining flexibility.