Docs / Start

FAQ

Is BreachFix Cloud a managed cloud like Render or Heroku?

No. BreachFix Cloud is self-hosted software you run on your own infrastructure. BreachFix operates a production instance at cloud.breachfix.com, but the same codebase can run on your cluster.

What languages and frameworks are supported?

Any stack that runs in Docker or can be built with shell commands — Node.js, Python, Go, Ruby, PHP, and more. Provide build and start commands, or use a Dockerfile. See Docker deploys.

How do service URLs work?

Each web service and static site gets {serviceId}.breachfix.com with platform TLS. Custom domains require DNS verification. See Default service URLs.

Why does my deploy fail with a health check error?

Your app must listen on 0.0.0.0 and process.env.PORT, and serve the configured health check path (default /health). See Web services and Troubleshooting deploys.

Can I deploy without GitHub?

Yes. Upload a zip or tarball, or trigger deploys via HTTP hooks. See Source upload and Deploy hooks.

Is there a free tier?

Billing is configured through the BreachFix API when BREACHFIX_API_BASE_URL is set. Self-hosted operators control pricing and limits on their own deployment.

Where is the feature roadmap?

See Parity & roadmap for implemented vs planned capabilities.