Tool #156 · CI / DevOps

GitHub Actions Workflow Generator

Build clean .github/workflows/*.yml files for Node.js projects without fighting YAML indentation. Choose triggers, runtime versions, package manager, matrix strategy, and CI steps, then copy or download the result.

Single-file app No backend, no tracking, just browser-generated YAML.
Fast setup Useful defaults for lint, test, build, cache, and artifacts.
Mobile friendly Tune workflows on desktop or from your phone in a pinch.

Workflow builder

Generate a GitHub Actions CI workflow tuned for common Node.js repos.

Buy Me a Coffee

Generated workflow

Ready to save as .github/workflows/ci.yml.

Live YAML preview


        
Install command pnpm install --frozen-lockfile
Matrix / triggers 3 Node versions · push · pull_request · workflow_dispatch
What this tool is good for Bootstrapping CI for side projects, prototypes, templates, and repos that need a sane GitHub Actions starting point.

Tip: if your repo is monorepo-heavy, set a working directory and keep the extra steps box for project-specific setup.