Privacy Policy
Last updated: 2026-05-03
Short version
This dashboard is a client-side app. We do not run a database, we do not have user accounts, and we do not collect personal information. Your app list and status history never leave your browser.
What stays in your browser
- The list of Marketplace apps you add (vendor name, status URL, logo URL).
- Health-check history for each app (last 30 results per app).
- Theme, language and refresh-interval preferences.
All of the above is stored exclusively in your browser's localStorage. Clearing site data removes it permanently.
What our server does
When the dashboard checks app health, your browser POSTs the app list to our /api/status endpoint, which fetches each vendor's public status page on your behalf and returns the parsed result. We do this server-side because most vendor status pages do not allow cross-origin requests from browsers.
The server keeps no logs of your app list or fetch responses beyond short-lived runtime memory used to honour the request. We do not write your data to disk, share it with third parties, or use it for analytics.
IP processing for rate limiting
Your IP address is processed transiently in server memory for per-IP rate limiting (60 seconds, 600 requests per window). It is not persisted to disk, written to access logs, or shared with third parties. Entries expire automatically.
Cookies & tracking
We do not set cookies. We do not run third-party analytics or advertising trackers. The only client-side storage is the localStorage described above.
Contact
Questions about this policy? Open an issue on the project's GitHub repository or reach out via the contact link in the repository README.