Hey HN! I built FlowEasy because I was tired of copy-pasting YAML files from old projects every time I started a new SaaS.
The idea is simple: connect your GitHub repo, FlowEasy reads your package.json (frameworks, scripts, etc.), and generates a full GitHub Actions pipeline with:
- SAST (Semgrep), SCA, secret detection (TruffleHog), DAST (OWASP ZAP)
- Jest unit tests + Playwright E2E
- SBOM generation (Syft)
- Auto-heal AI: if the pipeline fails, it analyzes logs and commits a fix automatically
- Vercel deploy + Slack/Discord notifications
The AI behind it is Claude, which analyzes your stack and generates optimized YAML. Zero YAML knowledge needed.