
Windmill Has a Free Open-Source Workflow Platform — Scripts to Production in Minutes Not Days
Windmill Takes Scripts From Laptop to Production in Minutes You wrote a Python script. Now you need it scheduled, with retries, logging, permissions, and a UI. That takes weeks with custom infra. Windmill does it in minutes. What Windmill Does Script editor — TypeScript, Python, Go, Bash, SQL, GraphQL Flows — chain scripts into workflows with branching Schedules — cron jobs with monitoring Apps — drag-and-drop UI builder connected to scripts Approval flows — human-in-the-loop steps Auto-generated UI — every script gets a form UI automatically Quick Start # Docker docker compose up -d # Write a script (Python) # main(name: str, count: int = 5) -> list: import requests def main ( name: str, count: int = 5 ) : results = [] for i in range ( count ) : r = requests.get ( f "https://api.example.com/{name}" ) results.append ( r.json ()) return results Windmill auto-generates a form with name (text) and count (number) inputs. One click to run, schedule, or share. Windmill vs n8n vs Airflow Feat
Continue reading on Dev.to DevOps
Opens in a new tab




