Platform overview
BreachFix Cloud is a self-hosted platform-as-a-service for BreachFix workloads. The control plane (dashboard, REST API, deploy queue) orchestrates customer code; the data plane runs it in isolated Docker containers on your cluster.
Service types
| Type | Use case |
|---|---|
| Web service | Dynamic HTTP apps and APIs at a public URL |
| Static site | Built frontend assets served over HTTPS |
| Background worker | Long-running processes without a public route |
| Cron job | Scheduled tasks on a cron expression |
| Private service | Internal HTTP apps reachable only on the workspace network |
| Postgres | Managed PostgreSQL database container |
| Key Value | Redis-compatible cache and job queue |
Core capabilities
- Git push auto-deploy, manual deploy, and HTTP deploy hooks
- Zero-downtime blue-green deploys with health check gating
- Environment variables, env groups, and secret files
- Default
{serviceId}.breachfix.comURLs with platform TLS - Custom domains with DNS verification
- Live build and runtime logs, metrics, and events in the dashboard
- Blueprint sync from YAML (Render-compatible format)
What is not included yet
See the parity & roadmap page for an honest list of gaps — including native workflows, AWS deploy, SAML SSO, and automated Postgres backups.