Skip to content
Back to Home
GDPR

Your Data Rights

Your data belongs to you. Geneziz stores everything locally on your computer in open formats (markdown, YAML, JSON). You can access, edit, export, or delete it at any time.

What We Collect

Locally (on your device):

  • Your saved content (X.com bookmarks, GitHub stars, and other saves: titles, URLs, authors, timestamps)
  • GitHub starred repositories (names, descriptions, README content)
  • AI enrichment results (categories, tags, priorities)
  • Your license key and activation codes
  • Credit balance (mirrored locally for offline display)

On our server (api.geneziz.app):

  • Email address (provided during purchase or registration)
  • License key → email mapping (for delivery + support lookups)
  • Credit balance (authoritative source)
  • Purchase history (Stripe session IDs, product type, amount)
  • Install ID (anonymous device fingerprint for analytics)

Where Your Data Lives

All local data is stored in your Geneziz data directory:

%APPDATA%\Geneziz\                      (Windows)
~/Library/Application Support/Geneziz/   (macOS)

bookmarks.md                  Archived bookmarks (chronological markdown)
knowledge/tools/              Tool cards (YAML frontmatter + markdown)
knowledge/articles/           Article files (YAML frontmatter + markdown)
knowledge/media/              Downloaded media (photos, videos)
.state/                       Internal state (viewer index, search DB, vectors)
geneziz.config.json           Configuration (credentials, AI settings)

<strong>Server database on our infrastructure (licenses, orders, credits):</strong> Nothing is uploaded except what's listed above.

Access Your Data

Read any file with a text editor. No special tools needed. Everything is plain text.

Edit Your Data

Open any markdown or YAML file and edit it directly. Changes take effect immediately.

Delete Your Data

Option 1: Built-in command:

geneziz reset

This deletes config and state files, but preserves your knowledge base.

Option 2: Full deletion:

# Delete everything:
rm -rf .state/ knowledge/ bookmarks.md geneziz.config.json

# On Windows PowerShell:
Remove-Item -Recurse -Force .state, knowledge, bookmarks.md, geneziz.config.json

Option 3: Server data removal:

Email

Export Your Data

geneziz export

Creates a zip backup of your entire knowledge base. Fully portable: plain markdown + YAML, no vendor lock-in.

AI Processing & Third Parties

  • Default (Proxy mode): Bookmarks are sent to our Gemini Flash proxy for enrichment. Text content only: no media, passwords, or credentials.
  • BYOK mode: You provide your own API key (Anthropic, OpenAI-compatible). Data goes directly to your chosen provider. We never see it.
  • Payments: Stripe processes payments. We receive your email + purchase confirmation via webhook.
  • Email delivery: License keys sent via Resend (smtp.resend.com). Email address used solely for delivery.

Request Assistance

If you need help exercising any of these rights, contact:

support@geneziz.app

Under GDPR (EU), LGPD (Brazil), and UK GDPR, you have the legal right to access, correct, delete, and export your personal data. Geneziz makes all of these possible without requiring you to contact us.