Our infrastructure stack includes several key components to monitor, deploy, and manage our services effectively.Documentation Index
Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Hosting Providers
We use two main hosting providers:- DigitalOcean: Hosts our databases including Redis and PostgreSQL.
- Hetzner: Provides the machines that run our services.
Environments
| Environment | Domain | Kamal Config |
|---|---|---|
| Staging | stg.activepieces.com | mrsk/stg |
| Production | cloud.activepieces.com | mrsk/prod |
main and is promoted to production daily at 9 AM UTC. See the Releases & Deployment playbook for the full flow.
Observability: Logs & Telemetry
We collect logs and telemetry from all services using HyperDX.Kamal for Deployment
We use Kamal as a deployment tool to deploy our Docker containers to staging and production with zero downtime. Kamal configs live on the devops machine undermrsk/stg and mrsk/prod.