Privacy Policy
Astro Content Inspector is a static tool with no backend. Here is exactly what that means for your data.
- Everything happens locally: reading your file, parsing the YAML frontmatter, and rendering the tree all run in your browser. Nothing is uploaded anywhere.
- No cookies, no analytics, no third-party trackers of any kind.
- No accounts, no database: there is nowhere to store your file even if we wanted to.
- The "Share link" feature compresses your file directly into the URL you copy. It is never sent to a server; whoever opens the link decodes it in their own browser, the same way you generated it.
- Like any website, our hosting provider may keep standard technical logs (e.g. IP address, requested page) for security purposes. Astro Content Inspector itself never reads or stores that data.
- The source code is public, you are welcome to verify all of this yourself.