Email us. There is no form.
AppBahn is run by one person plus design-partner collaborators. We do not operate a ticketing queue or a "sales" inbox. Everything lands in the same place, and it is a person who reads it.
Email owner@appbahn.cloud
Feature questions, feedback, press inquiries, design-partner conversations about the open-source edition. For technical issues against the code, a GitHub issue usually gets a faster answer — see the repo.
Open your mail clientEmail security@appbahn.cloud
For vulnerabilities and coordinated disclosure. Please do not open a public GitHub issue for security-sensitive reports. We aim to acknowledge within two business days. See /.well-known/security.txt.
Open your mail clientWhat works. What does not yet.
We would rather be boringly honest than demo-polished. This is the current state of the open-source edition. Nothing listed as "planned" is conditional on a contract.
| Capability | State | Notes |
|---|---|---|
| Docker image deploys to auto-generated domain | SHIPPED | TLS via cert-manager. Per-PR environments, tear-down on close. |
| Workspace → Project → Environment → Resource hierarchy | SHIPPED | RBAC at every tier. Slugs everywhere. |
| RBAC + OIDC group mapping | SHIPPED | Keycloak, Okta, Microsoft Entra ID, Google Workspace. |
| Deploy tokens + CLI | SHIPPED | Short-lived tokens. Cobra-based binary published to GitHub releases. |
| Operator tunnel across any ingress | SHIPPED | Connect-tunnel. Works behind NAT and egress-only firewalls. |
| Managed Postgres / Valkey / object storage | PLANNED | Next release. Same cluster, same backup lifecycle. |
| Git-to-deploy with automatic builds | PLANNED | Webhook, polling, or manual trigger. |
| Buildpack autodetection (Node, Python, Go, Java) | PLANNED | Multiple engines; opt in per project. |
| Auto-deploy on push + image-digest rollback | PLANNED | Rollback by digest, not tag. Actually safe. |
| Custom domains + automatic TLS | PLANNED | cert-manager reconciliation, DNS automation where available. |
| Metrics · logs · traces | PLANNED | Prometheus, Victoria Logs, traces pluggable. |
| Append-only audit log + Slack notifications | PLANNED | Every mutation recorded. Webhook integrations. |
| Multi-cluster federation | PLANNED | Route workloads across clusters. Approval-gated cluster registration. |