Built a monitoring dashboard for n8n workflows — looking for 5 beta testers

If you’re running n8n in production, you probably know this moment:

Something silently stops working…

And you only find out when a client messages you.

Or worse — a workflow just stops running and no one notices.

So I built a small tool for myself to monitor n8n workflows and give me some peace of mind.

It does:

• Checks that workflows are actually running

• Detects failures (with node + error context)

• Detects “silence” — when a workflow was expected to run but didn’t

• Sends alerts (email / Telegram)

• Stores metadata only — no execution payloads, no user data

It connects in read-only mode via API key.

Sharing a screenshot below :backhand_index_pointing_down:

I’m looking for 5 people running n8n in production who’d like to try it free for 1–2 months and give honest feedback.

If that’s you — comment here or DM me.

where does it store the data?

Hi,

FlowPulse stores your data in Supabase (PostgreSQL), hosted on EU servers.

We store only workflow metadata , names, statuses, error types, and execution timestamps.

We never store your workflow data or payloads.

@yuna.b00 welcome to our community!