Privacy? #23
-
Hey there, I want to use this package in my company's codebase, but I'm a bit worried about compliance and privacy, since it runs on a different domain (not local). Is there a write-up somewhere which data is being shared? Something like privacy policy just for this tool? Also would be great to know how it works in general. I could dive into code and figure it out myself, but it would be great to be able to send a link to my security team and get approval from them. P.S. Awesome product by the way :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Our privacy statement can be found here: https://stately.ai/privacy As far as the inspector, nothing is ever stored (machine, states, events, etc.) on our database. You can also set the URL to your own domain and visualize the events yourself, but we don't yet provide a way to self-host the actual inspector that visualizes the state machine and states/events/sequence diagrams. const inspector = createInspector({
url: 'http://localhost:3000', // will never go to stately.ai
// ...
}) |
Beta Was this translation helpful? Give feedback.
Our privacy statement can be found here: https://stately.ai/privacy
As far as the inspector, nothing is ever stored (machine, states, events, etc.) on our database.
You can also set the URL to your own domain and visualize the events yourself, but we don't yet provide a way to self-host the actual inspector that visualizes the state machine and states/events/sequence diagrams.