From 3ef3cc448eafbec1ac8e1e7fca733e314d23c390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 10 Feb 2026 19:49:18 +0100 Subject: [PATCH] docs(changelog): add privacy policy and v0.1.2 release notes --- src/pages/changelog.astro | 21 ++- src/pages/privacy.astro | 368 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 387 insertions(+), 2 deletions(-) create mode 100644 src/pages/privacy.astro diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index bbb85f3..fd9866a 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -33,14 +33,31 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

+ + New Features +

+
    +
  • Git graph visualization. Implemented a Git graph of the 50 latest commits with a details popup for viewing commit information.
  • +
+
+ +
+

+ 🔄 + Improvements +

+
    +
  • Git performance. Replaced most external git calls with gix for faster, more efficient Git operations.
  • +
+

📦 Dependencies Updated

Comprehensive dependency upgrade across frontend and Rust ecosystem.

- -

Frontend Packages (bun)

diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro new file mode 100644 index 0000000..9c2b7a0 --- /dev/null +++ b/src/pages/privacy.astro @@ -0,0 +1,368 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +--- + + +
+ +
+
+ +

Your Data,
Your Control

+

We take your privacy seriously. Here's exactly how we protect your information.

+
+
+ + +
+
+ +
+

Our Commitment

+

+ Zaguán Blade is built with privacy as a core principle. We will never access, sell, or in any way monetize or abuse your data. + This is a binding commitment. Your data is yours, and we treat it with the respect it deserves. +

+
+ + +
+

How We Protect Your Data

+ +
+
+
🔒
+

Secure Communication

+

+ All data in transit is protected using industry-standard HTTPS and WebSocket Secure (WSS) encryption. + This means your communications with our servers are encrypted end-to-end. +

+
+ +
+
🗄️
+

Encrypted at Rest

+

+ Your data is encrypted when stored in our database (MariaDB). We use a single master encryption key + to protect all stored information, ensuring that even if the database were accessed, the data remains protected. +

+
+ +
+
🔑
+

Master Encryption Key

+

+ All encrypted data uses a centralized master encryption key. This key is stored securely and rotated regularly. + Access to this key is restricted to essential infrastructure only. +

+
+ +
+
🧹
+

Regular Data Pruning

+

+ We automatically prune outdated data at least once per calendar year. This minimizes the amount of personal + information we store and reduces risk of exposure. +

+
+
+
+ + +
+

What Data We Collect

+

+ We collect only the information necessary to provide our service: +

+
    +
  • Code and project files you work on within Zaguán Blade
  • +
  • System information (OS version, shell, environment details)
  • +
  • Key metrics that help the AI model work effectively
  • +
  • Usage analytics to improve our service
  • +
+

+ Note: We do not store personal information like email addresses or account details in our database. + We only retain the technical data necessary for the AI to function optimally. +

+
+ + +
+

Your Data Rights

+

+ You have full control over your data. You can: +

+
    +
  • Access - Request a complete export of your data at any time
  • +
  • Delete - Request immediate deletion of your account and associated data
  • +
  • Correct - Update or correct any inaccurate information
  • +
  • Port - Download your data in a standard, portable format
  • +
+

+ To exercise any of these rights, contact us at support@zaguanai.com + with your request and proof of identity. +

+
+ + +
+

We Don't Share Your Data

+

+ Your data is not shared with third parties for marketing, analytics, or any other purpose. We don't sell your information. + We don't rent it. We don't use it for training models or any other monetization scheme. +

+

+ The only exceptions are when required by law (such as valid legal orders or regulatory compliance), + or when necessary for service providers who are strictly bound by confidentiality agreements. +

+
+ + +
+

Access Your Data

+

+ You can view all the data we have about you directly in your User Dashboard. This includes: +

+
    +
  • System metrics and environment information we've collected
  • +
  • Usage statistics
  • +
  • A complete history of your interactions
  • +
+

+ Simply log in to your account and navigate to the Data section to review everything we have on record. +

+
+ + +
+

Regulatory Compliance

+

+ We comply with applicable privacy regulations, including: +

+
    +
  • GDPR - General Data Protection Regulation (EU users)
  • +
  • CCPA - California Consumer Privacy Act (California users)
  • +
  • Local Data Protection Laws - Applicable in your jurisdiction
  • +
+

+ If you have concerns about our privacy practices or believe we're not complying with applicable laws, + please contact us immediately. +

+
+ + +
+

Cookies & Tracking

+

+ We do not use cookies or store tracking data. The only tracking we employ is our personal Matomo analytics instance, + which collects anonymous, aggregated data to help us understand how our service is used and where we can improve. +

+

+ This data is: +

+
    +
  • Completely anonymous and aggregated
  • +
  • Not shared with any third parties
  • +
  • Used only to inform product improvements
  • +
  • Subject to the same privacy protections as all other data
  • +
+
+ + +
+

Questions or Concerns?

+

+ If you have any questions about our privacy practices, or if you need to exercise your data rights, + please contact us at: +

+
+

Email: support@zaguanai.com

+

Website: zaguanai.com

+
+
+ + +
+

Policy Updates

+

+ We may update this privacy policy from time to time to reflect changes in our practices or applicable law. + When we make material changes, we'll notify you via email and update the "Last Updated" date below. +

+

+ Last Updated: February 10, 2026 +

+
+
+
+
+
+ +