English-Like Automation Scripting Language Between Bash and No-Code Builders

dev tool real project •• multiple requests

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.

builder note

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.

Zapier / Make.com Visual builders that work for simple triggers but logic is trapped in a GUI, can't be version-controlled, and gets expensive fast with multi-step workflows.
n8n Self-hosted and powerful but still a visual builder. Code nodes exist but the primary paradigm is drag-and-drop. Steep learning curve for non-developers.
DoScript Exactly targets this niche with English-like syntax but very early stage (just launched). Limited integrations and community.
Bash / PowerShell Powerful but arcane syntax that ops people and semi-technical founders struggle with. Not designed for readability or collaboration.

sources (3)

other https://dev.to/atlasdigital/n8n-vs-zapier-in-2026-which-auto... "n8n UI expects you to know what you're doing, terrifying if you just want to automate a lead handoff" 2026-03-01
hn https://news.ycombinator.com/item?id=47026551 "automation language with English-like syntax" 2026-03-10
hn https://news.ycombinator.com/item?id=47602040 "frustrated with bash/PowerShell syntax for simple automation" 2026-04-01
automationscriptingworkflowdevopsno-code