English-Like Automation Scripting Language Between Bash and No-Code Builders
Developers frustrated with bash/PowerShell syntax for simple automation tasks and ops people frustrated with logic trapped in visual GUI builders are both looking for a middle ground. DoScript launched on HN with English-like syntax for automation, and multiple HN commenters described wanting scriptable automation that's version-controllable but doesn't require arcane shell syntax.
The trap is building a full programming language. Don't. Build a DSL that compiles to n8n workflows or GitHub Actions YAML. Let the execution runtime be someone else's problem. The value is the readable syntax layer, not the runtime. Think of it like how Terraform is to cloud APIs.
landscape (4 existing solutions)
Automation exists on two extremes: visual no-code builders (Zapier, Make) that can't be version-controlled, and shell scripting (bash) that's powerful but unreadable. The middle ground of readable, git-friendly automation scripting is nearly empty. DoScript is the only entrant and it just launched.