{% extends "base.html" %} {% block title %}Privacy Policy — Log Thread{% endblock %} {% block content %}

Privacy Policy

Last updated: March 2026

Our Commitment

At Log Thread, we believe your code is your business. We've designed our service with privacy as a core principle. This policy explains exactly what data we collect and how we use it.

What We DON'T Collect

  • Your source code — Never uploaded, never stored, never accessed
  • File contents — We only analyze structure, not implementation
  • Secrets or credentials — No parsing of .env files or config

What We Collect

Account Information

When you create an account, we collect:

  • Email address (for authentication and communication)
  • Name (optional, for personalization)
  • Payment information (processed securely by Stripe)

Cloud Sync Data (Optional)

If you choose to enable cloud sync, we store structural graph data including:

  • Symbol names (function names, class names, variable names)
  • File paths (relative to your repository root)
  • Relationships between symbols (calls, imports, type references)
  • Structural metrics (symbol counts, file counts)

This data does not include your actual source code. It's a structural representation that enables graph visualization and cross-device access.

Usage Analytics

We collect anonymized usage metrics to improve the service:

  • Feature usage patterns (which tools are most helpful)
  • Error reports (to fix bugs)
  • Performance metrics (to optimize speed)

How We Use Your Data

  • To provide and maintain the Service
  • To process payments and manage your subscription
  • To send important service updates
  • To improve our products based on usage patterns
  • To respond to support requests

Data Security

We protect your data with:

  • TLS encryption for all data in transit
  • AES-256 encryption for data at rest
  • Secure cloud infrastructure (Oracle Cloud)
  • Regular security audits
  • Access controls and authentication

Data Retention

Local data: Stored on your machine, managed by you.

Cloud data: Retained while your account is active. Upon account deletion, all associated data is permanently removed within 30 days.

Your Rights

You have the right to:

  • Access — Request a copy of your data
  • Delete — Remove your account and all associated data
  • Export — Download your graph data
  • Opt-out — Disable cloud sync at any time

Third Parties

We use the following third-party services:

  • Stripe — Payment processing
  • Oracle Cloud — Infrastructure and storage
  • Resend — Transactional emails

We do not sell your data to third parties. We do not share your data with advertisers.

Contact Us

For privacy-related questions or requests, contact us at privacy@logthread.dev.

{% endblock %}