Show HN: Luther Enterprise: Dev platform for operating end-to-end mega workflows (enterprise.luthersystems.com)
Our platform replaces that glue code with a Common Operating Script, that runs reliably and consistently across teams and systems. Systems are connected to the platform rather than each other, so it’s easy to add and remove systems as your tools change, and changes must be approved by all teams before they go live, so everyone’s operating the same process, all the time.
To show how this works in production, we open-sourced a full Claims Settlement case study (75k loc in production, 12 systems and 5 teams), and you can check it out here: Repo: https://github.com/luthersystems/cross-department-claims-set... Video walkthrough: https://vimeo.com/1141432607?fl=pl&fe=cmt
How it works
• Logic: Write process-operations logic in a transactional Common Operating Script. Nodes execute this logic to process events across the various teams, while maintaining consistency.
• Infra: We provide a drop-in Kubernetes cluster with Prometheus/Grafana pre-wired. Use our managed version, or deploy to your cloud via Terraform.
• DevEx: Our connector hub provides 100s of ready-to-go connectors (S3, Postgres, etc.) and a prebuilt GitHub Actions pipeline. We provide a production-ready repo for you. We’d love feedback from the HN crowd, especially on the pain points you’ve seen when stitching together complex workflows in enterprise environments.
4 comments
[ 5.5 ms ] story [ 16.9 ms ] threadHow is this fundamentally different from low-code automation tools like n8n or Make? Curious what you think these tools lack/fall short of
We also use a highly performant Go and LevelDB runtime for solid performance at high scale, and our focus on enterprise means we include all the compliance features and industry-specific integrations that aren't native to other platform.