Built a browser-based dashboard analysis tool

Hiya! My friend and I built a browser extension to take in a dashboard and return agentic AI analyses. It was initially a side project where I routed my dashboard to a backend agent chain, but it seems to be working really well so I expanded the scope. It theoretically works on every browser based dashboard because it reads what’s rendered on the page instaed of accessing APIs. It was initially designed for Thingsboard, but I also tested it against Grafana dashboards.

At this point of the project though, it is very hard for us to spot additional bugs because we’ve been staring at it too long, and we have limited IoT devices to add to dashboards lol. We would really really appreciate it if the grafana community could test it on your own setups and let us know what works and what doesn’t. Here is the website: www.seenzi.ai

Thank you!