Overview
WindyFlo is a self-hosted workflow automation and collaboration platform for teams that want AI-driven automation without handing their data to a third-party SaaS. You deploy it directly onto your own Amazon EKS cluster and keep full ownership of your infrastructure, your data, and your upgrade schedule.
At its core, WindyFlo gives teams a real-time collaborative workspace where multiple people can work on the same documents and workflows at once, backed by automation that runs AI agents and background jobs to handle repetitive or long-running tasks. Instead of stitching together separate tools for collaboration, automation, and AI agent orchestration, WindyFlo brings them into one platform.
WindyFlo is free and open source under the Apache 2.0 license, distributed as Bring Your Own License (BYOL). There are no per-seat fees, no usage metering, and no vendor lock in. All application and dependency images are delivered through AWS Marketplace managed ECR repositories, so your deployment never needs to reach out to an external registry.
Key capabilities:
- Real-time collaborative workspace for teams editing shared documents and workflows together
- Automated background job processing for workflow and pipeline tasks
- AI agent and tool integration for building automated workflows on top of large language models
- Simple, auditable Helm chart install with a small, well-defined set of prerequisites
- Runs entirely inside your own cluster, so core functionality has no external SaaS dependency
WindyFlo expects a small set of standard, free Kubernetes operators already running in your cluster. Full setup instructions are included in the usage instructions delivered with this listing.
WindyFlo fits engineering teams that want workflow automation and real-time collaboration running under their own security, compliance, and data residency controls, rather than a hosted third-party platform.
Highlights
- Self-hosted, Kubernetes-native (runs on your own EKS cluster, full data control)
- Built-in workflow + agent orchestration for AI-driven automation pipelines
- Open-source (Apache-2.0), BYOL (no per-seat licensing, no vendor lock-in)
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Vendor refund policy
WindyFlo is offered as Free/BYOL software. AWS does not process any payment for this listing, so no refund policy applies. Buyers pay only their own AWS infrastructure costs (EKS, EC2, EBS, etc). If a paid tier is introduced in the future, refunds will be handled per AWS Marketplace's standard refund policy for that offer type. Refund questions can be directed to victoria@hamadalabs.com .
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Helm chart install
- Amazon EKS
Helm chart
Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.
Version release notes
Initial AWS Marketplace release of WindyFlo, a self-hosted, Kubernetes-native workflow automation platform for AI-driven agents and pipelines. Deploys via Helm chart onto your own EKS cluster. All application and dependency images delivered through AWS Marketplace-managed ECR repositories (no external registry required. BYOL, Apache-2.0 licensed).
Additional details
Usage instructions
Prerequisites:
- An EKS cluster (1.28+) with the aws-ebs-csi-driver add-on and a gp3 StorageClass.
- Free Kubernetes operators installed in-cluster: CloudNativePG operator (Postgres), MinIO Operator, cert-manager.
- An ingress controller with class name "nginx" (e.g. ingress-nginx).
- A cert-manager ClusterIssuer named "letsencrypt-prod", or set ingress.tls.issuer to an existing issuer. Set ingress.tls.enabled: false to skip cert-manager TLS.
- helm 3.x and kubectl configured against the target cluster.
Install: helm pull oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/hamadalabs/windyflo/helm/windyflo --version 3.0.15 helm show values ./windyflo-3.0.15.tgz > windyflo-values.yaml
Edit windyflo-values.yaml: ingress: host: windyflo.yourcompany.com
Install: helm install windyflo ./windyflo-3.0.15.tgz -n windyflo --create-namespace -f windyflo-values.yaml
No secrets required. secrets.autoGenerate: true generates and persists strong random credentials (app secret key, DB password, MinIO root credentials, Redis password) on first install.
Common values to customize in windyflo-values.yaml:
- ingress.host (domain, default windyflo.example.com)
- ingress.tls.issuer (TLS issuer, default letsencrypt-prod)
- ingress.tls.enabled (default true)
- main.autoscaling.maxReplicas (default 8)
- worker.autoscaling.maxReplicas (default 8)
- data.postgres.storageSize (default 50Gi)
Verify: kubectl -n windyflo get pods -w kubectl -n windyflo get ingress Open https://<your-domain> once ingress resolves.
Upgrade: helm pull oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/hamadalabs/windyflo/helm/windyflo --version <new-version> helm upgrade windyflo ./windyflo-<new-version>.tgz -n windyflo -f windyflo-values.yaml
Uninstall: helm uninstall windyflo -n windyflo (Does not delete PersistentVolumeClaims - delete separately for full teardown.)
Support: best-effort basis.
Support
Vendor support
Support Email: victoria@hamadalabs.com
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.