← Back to context

Comment by frankhsu

2 days ago

Excellent idea. I thought this might be helpful to me, as I often need to switch between different SaaS products to view data.

I tried your AnyPanel, and although it lacked onboarding, I figured out how to use it after a few minutes.

My rough suggestion: Could you provide a faster way, such as using the npm/pnpm SDK, so I can send metrics data with just one line of code, like:

```import Sender from anypanel `const sender = New Sender() ```sender.record( 'user', users ) ```