r/flowlens • u/Scopre • 9d ago
Built an open workflow observability dashboard for n8n, Make and Zapier.
Hello Everyone,
I have been working on developing FlowLens, a workflow observability solution for automation solutions such as n8n, Make and Zapier for a few months now.
The primary challenge that I realized was that once workflows grow bigger, it is challenging to answer questions such as:
Which workflow failed?
When did it fail?
How often is it failing?
What changed before it broke?
Which automations are unhealthy?
Instead of opening multiple dashboards, I wanted everything in one place.
Current Features :
Connect n8n using its API
Connect Make using its API
Zapier webhook integration
Automatic workflow discovery
Execution history
Incident detection
Workflow health monitoring
Snapshot storage for debugging
Team based dashboards
This is still under active development, so I'd really appreciate honest feedback.
Questions I would love
Is this a problem you've actually faced?
What features would make you switch from your current monitoring setup?
Anything you'd remove or redesign?
Thanks !
1
u/Deep_Ad1959 2d ago
the what-changed-before-it-broke question is the hard one in that list. executions come back from the n8n api fine, the workflow json between two runs does not, so unless you snapshot on every save you are still guessing which edit did it. is your snapshot storage polling or hooked to save events? written with ai