Docs / Start

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

TypeUse case
Web serviceDynamic HTTP apps and APIs at a public URL
Static siteBuilt frontend assets served over HTTPS
Background workerLong-running processes without a public route
Cron jobScheduled tasks on a cron expression
Private serviceInternal HTTP apps reachable only on the workspace network
PostgresManaged PostgreSQL database container
Key ValueRedis-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.com URLs 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.