2
1 Comment

We just confirmed all 5 detection rules working in production — opening free beta soon

Hey IH,

I've been building OrchestrAI for the past few sprints and wanted to share a milestone + opening up beta access soon.

What is it?
OrchestrAI is an Automation Ops platform — a control layer that sits above your n8n and Make.com automation workflows. It monitors them, detects silent failures, and (soon) auto-retries.

The core insight: most automation tools are great at helping you build workflows. Nobody helps you operate them reliably at scale. That's the gap we're filling.

What we shipped this sprint:

Backend: Node.js + Express on Cloud Run, Firebase Auth, Firestore, Google Secret Manager for API key storage. All integration credentials are stored securely — no plaintext keys anywhere.

Monitoring engine: A Cloud Run service that polls every 5 minutes and evaluates 5 detection rules against every active workflow:

  1. Hard Failure — execution errored
  2. Execution Silence — workflow hasn't run in longer than expected cadence
  3. Success Rate Drop — 7-day rolling success rate below 80%
  4. Duration Spike — recent executions taking 2x+ longer than baseline
  5. Output Volume Anomaly — items processed dropped 50%+ below baseline

All 5 confirmed firing in production with correct alert creation, cooldown logic, and health_status updates in Firestore.

CI/CD: GitHub Actions auto-deploys to Cloud Run on every merge to dev.

Stack:

  • Frontend: React (7 screens)
  • Backend: Node.js, Cloud Run, Firestore, Firebase Auth
  • Monitoring: Cloud Run service + Cloud Scheduler (every 5 mins)
  • Infrastructure: GCP, Secret Manager, Workload Identity Federation

What's next:

  • Email (SendGrid) + Slack alert delivery
  • Make.com adapter
  • Auto-recovery engine
  • Dependency graph visualisation
  • Beta user onboarding

Looking for beta users:

If you run n8n or Make.com workflows — especially for client work or business-critical processes, I'd love to have you as a beta user. Free access, and your feedback will directly shape the product.

Drop a comment or DM me here.

Happy to answer any questions about the build, the stack, or the market.

on June 9, 2026
  1. 1

    Interesting build.

    The thing I'd be careful with is assuming the challenge is finding beta users.

    The harder decision may be which automation operator should feel this pain strongly enough to care before a failure actually costs them money, clients, or trust.

    That sounds subtle, but it changes who the first customer is, what proof matters, and how the beta should be framed.

    I wouldn't make that decision casually in-thread because it tends to shape the entire acquisition path.

Trending on Indie Hackers
Most founders don't have a product problem. They have a visibility problem User Avatar 105 comments Day 4: Why I Built a $199 Workspace Nobody Asked For User Avatar 54 comments Spent months building LazyEats AI. Spent 1 day realizing I have no idea how to get users. User Avatar 35 comments Hi IH — quick update. The MVP is live. User Avatar 28 comments I Built a Football Sentiment Platform in 18 Days. The World Cup Starts in 7 Days. Now I Need Distribution. User Avatar 17 comments Built an n8n booking alert system — is cold outreach dead for B2B micro-tools? User Avatar 16 comments