Privacy Notice
Last updated: October 25, 2023
What This Tool Does (And Doesn't Do)
CasaOS Generator is a 100% client-side application. It runs entirely in your browser.
No data you enter into this tool is sent to any server, stored on our infrastructure, or shared with third parties.
🔒 Bottom line: Your configurations stay on your device. Period.
How Your Data Is Handled
- Configuration input: All YAML configs you create remain in your browser's memory during your session.
- Downloads: When you download a ZIP package, the file is generated client-side and sent directly to your device—it never touches our servers.
- Session persistence: Your current work is stored in your browser's
localStorage—this allows you to return to the tool and find your work, but it's stored locally on your device only.
- Dismissal state: When you dismiss notifications on this site, that preference is also saved to your
localStorage so you won't see the same notification repeatedly.
- Clearing data: Clearing your browser cache or
localStorage will remove all stored work. This tool does not sync across devices.
Third-Party Dependencies
This tool loads libraries from external CDNs to function. For complete transparency:
- js-yaml (jsdelivr CDN) — Parses and generates YAML
- CodeMirror (cdnjs CDN) — Provides the code editor interface
- jszip (jsdelivr CDN) — Generates ZIP packages client-side
- Google Fonts — Loads the Inter typeface
These are functional dependencies only—they don't collect data about you or your configurations.
You can inspect the network tab in your browser's developer tools to verify this.
No Tracking, Analytics, or Telemetry
This tool does not:
- Track your activity or behavior
- Send usage analytics anywhere
- Use cookies for any purpose
- Profile you or build user dossiers
- Collect telemetry data
Open Source & Auditable
This tool is open source. The complete source code is available on GitHub at
acidgreenservers/CasaOS-Generator.
You can review every line of code to verify these claims. You're encouraged to audit it, fork it, or deploy your own instance.
Hosting & Availability
This tool is hosted on GitHub Pages, which means:
- Your browser downloads the application code and runs it locally
- GitHub Pages does not store your configurations or data
- GitHub's general privacy policy applies to the hosting infrastructure (see GitHub Privacy Statement)
Your Responsibility
Since this tool generates configurations that may contain sensitive data (database credentials, API keys, secrets, etc.):
- Be mindful of what you enter. Treat generated configs like you would any sensitive configuration file.
- Don't commit secrets to public repositories. If you export configs with credentials, keep them private.
- Clear your browser cache if you're using a shared device.