diff --git a/index.html b/index.html
index 986e7d6..34d9857 100644
--- a/index.html
+++ b/index.html
@@ -433,6 +433,27 @@
URL datasets — Reference remote data by URL. Astrolabe fetches and caches it for preview, but the URL is what gets stored.
+
+
+
+ Privacy & Data
+
+ Your data stays yours. Astrolabe is built with privacy as a core principle:
+
+
+ - Local-first architecture — All snippets and datasets are stored in your browser (localStorage and IndexedDB). Nothing is sent to any server.
+ - No accounts, no signup — There's no authentication system, no user profiles, no cloud sync. Your work exists only on your machine.
+ - No cookies — Astrolabe doesn't use cookies or any persistent tracking identifiers.
+ - Privacy-friendly analytics — We use GoatCounter (privacy-focused, GDPR-compliant) to track basic usage patterns like "snippet created" or "dataset exported." We collect zero personal information: no snippet names, no dataset content, no IP addresses, no user identifiers. Just aggregate counts to understand which features are used.
+ - Data portability — Export all your snippets and datasets anytime as standard JSON/CSV/TSV files. No vendor lock-in.
+
+
+ What analytics we collect: Action types (e.g., "snippet-create", "dataset-export"), generic metadata (e.g., format types like JSON/CSV, counts like "5 snippets"). That's it.
+
+
+ What we DON'T collect: Snippet names, dataset names, actual data content, URLs, email addresses, or any personally identifiable information.
+
+