nowfound

Alternatives

Products that do what Reactive Workflows [LW24] does

"If X, then do Y" for your GitHub repository

  1. 1

    Free Zapier alternative based on Github Actions

    2020

  2. 2

    Track, report and automate GitHub workflows in Slack. Free

    2020

  3. 3
    buildpipe116

    Compose, run and automate multi step AI developer workflows

    May 2026

  4. 4GB
  5. 5

    Automate any workflow by recording a demo

    Mar 2026

  6. 6

    Agile project management inside GitHub.

    2015

  7. 7

    Create different workflows using the same GitHub repo.

    2019

  8. 8

    Smooth automation for B2B Lead Generation

    2019

  9. 9
    Bugbot130

    Use GitHub Issues in Slack

    2015

  10. 10TA

    Over the past few weeks I've been working on a small application to view trending repos on GitHub. I built the PWA[1] with React, Next.js and GraphQL .. but what's interesting is the application is only using React server side, meaning the client side javascript is only a few lines code adding some event listeners and registering a service worker for offline capability. This helped me achieve a perfect google chrome performance audit I learned a ton working on it and would love to talk about it if anyone has any questions! Application Link: https://trends.now.sh Source code on…

    2018

  11. 11
    Trailer76

    Accelerate your GitHub workflow

    2018

  12. 12

    GitHub commit graph, now with WidgetKit and Mac support

    2021

  13. 13

    Compare workflow automations tools and SaaS automations

    2022

  14. 14

    Daily code diffs from public Github repos via Emails | Slack

    2016

  15. 15
    Trends80

    The fastest way to see whats trending on Github

    2018

  16. 16FA

    Hi HN, I'm a creator of Floww, a self-hostable workflow automation tool designed for developers who got frustrated by the limitations of visual builders like n8n. It's still a very early prototype, but the goal is to provide these same features in a code-first approach which allows for building and maintaining more complex workflows more easily. Example: import { Discord, GitHub } from "floww"; const discord = new Discord() const github = new GitHub() github.triggers.onPush({ branch: "main", owner: "usefloww", repository: "floww-dashboard", handler: async (ctx, event) => { const user =…

    Dec 2025 · github.com

  17. 17WG

    Hey HN, I just released github-actions-workflow-ts, an NPM package that allows you to write GitHub Actions workflows in Typescript rather than YAML. The package then generates GH Actions workflow YAML files from your Typescript code. Why? - Type safety - Code re-usability: package and reuse common jobs and steps across different workflows. - Imperative edge: Utilize control flow to control the generation of different kinds of workflows easily. Essentially, I realized that as I write larger and more complicated GH Actions workflows in YAML, they become less readable and thus more prone to…

    2023 · github.com

  18. 18

    Visually build, edit and manage GitHub Actions workflows

    Aug 2026

  19. 19GA
  20. 20AL

    I got sick of watching my github actions page waiting for a step to complete before tagging the next step. You set three env vars: os.Getenv("GITHUB_TOKEN") os.Getenv("WORKFLOW_POLLER_OWNER") os.Getenv("WORKFLOW_POLLER_REPO") And then run ./workflow-poller and it will keep polling github api (ListRepositoryWorkflowRuns) for your current `git rev-parse HEAD` value and status == "completed". https://github.com/andrewarrow/workflow-poller/

    2025

  21. 21PP

    I worked as DevOps Engineer at multiple companies of different sizes and almost everywhere at some point I had to work with CI/CD optimizations to make developers life better. The key problem I had was tracking down which pipeline was the problematic one and how could I see if my changes worked long-term. Some time ago I built first version of Pipetrics based on typescript, github action cron job and mongodb used as datasource in Grafana. This approach had a lot of limitations, especially in Grafana integration, thus I decided to rework the project and make it available to everyone as…

    Sep 2025 · pipetrics.com

  22. 22UG

    Hi HN! I just published a tutorial on how I use Github to manage the content on my website. You can check out the tutorial here: https://css-tricks.com/how-to-make-a-simple-cms-with-cloudflare-github-actions-and-metalsmith/

    2020

  23. 23CA

    I built this because I was tired of creating pull requests in 20 repositories just to change a single line of workflow job version. With Infra as AI, just mention the change. Agents work on all repos in parallel, read the docs, make a bunch of PRs and fill in the description. You can see the demo of the actual dashboard in the landing. Let me know your thoughts :) It means a lot to me!

    Sep 2025 · infrastructureas.ai

  24. 24AE

    Hey HN, Inspired by Vercel’s automated preview deployments, I built a GitHub Actions workflow that generates an Expo QR code per PR—so mobile previews are as easy as scanning a QR code. How it works: • Every PR triggers a GitHub Action • The action starts an Expo server • It posts a QR code in the PR comments for instant testing on mobile No more manually starting Expo. No more copying links. Just open a PR and scan the code. Full guide here: https://torii.studio/guides/expo-qr-previews Would love to get feedback—how would you improve this workflow?

    2025 · torii.studio

Ranked by how close each launch is in meaning, then by votes. Refine with a description →