Skip to content

Introduction

The @exotjs/inspector package is designed for server-side use, offering comprehensive functionality for monitoring, debugging, and tracing applications. Additionally, Exot provides a user-friendly UI dashboard that connects directly to your server via WebSockets, facilitating the visualization of collected data.

Access the application at inspector.exot.dev.

Benefits

  • Seamless WebSocket connection to your servers enables easy debugging and tracing, even for locally run applications without persistent storage.
  • Ability to connect to your production servers over secure VPN.
  • Maintains 100% data ownership without reliance on external services or databases.
  • Built for Exot Inspector, offering comprehensive features in an intuitive interface.

Privacy

Exot Inspector is an open-source project that offers an alternative to cloud-based monitoring solutions, prioritizing data ownership and privacy.

  • The application does not employ cookies or any user tracking mechanisms.
  • Application data is stored locally in the browser storage and remains confidential.
  • Hosted on Netlify, requests are made to the Netlify network. However, the application itself is a static single-page application (SPA), minimizing external requests to static resources.

Alternatives

While Exot Inspector serves as a standalone solution, it also supports data export to external services or databases, such as Prometheus, for integration with visualization tools like Grafana.