{% extends "base.html" %} {% block title %}Terms of Service — Log Thread{% endblock %} {% block content %}

Terms of Service

Last updated: March 2026

1. Acceptance of Terms

By accessing or using Log Thread ("the Service"), you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use the Service.

2. Description of Service

Log Thread is a code intelligence platform that analyzes your codebase structure to provide contextual understanding for AI coding assistants. The Service includes:

  • Local code analysis and indexing tools (CLI)
  • MCP server integration for AI assistants
  • VS Code extension for enhanced code navigation
  • Optional cloud sync for cross-device access
  • Web-based graph exploration interface

3. Your Data

3.1 Local Processing

By default, all code analysis happens locally on your machine. Your source code never leaves your computer unless you explicitly enable cloud sync.

3.2 Cloud Sync (Optional)

If you choose to enable cloud sync, we store only the structural graph data (symbols, relationships, file paths) - not your actual source code. This data is:

  • Encrypted at rest and in transit
  • Stored in secure cloud infrastructure
  • Accessible only by you
  • Deletable at any time via your dashboard

4. Subscription and Payment

Log Thread requires an active subscription for full functionality. Subscriptions are billed monthly and can be canceled at any time. Upon cancellation, you retain access until the end of your billing period.

5. Acceptable Use

You agree not to:

  • Reverse engineer, decompile, or disassemble the Service
  • Use the Service for any illegal purpose
  • Share your account credentials with others
  • Attempt to circumvent subscription requirements
  • Use automated systems to abuse the Service

6. Intellectual Property

Log Thread and its original content, features, and functionality are owned by Log Thread and are protected by international copyright, trademark, and other intellectual property laws.

You retain all rights to your code and data. We claim no ownership over your repositories or the structural data derived from them.

7. Limitation of Liability

The Service is provided "as is" without warranties of any kind. We are not liable for any indirect, incidental, special, consequential, or punitive damages resulting from your use of the Service.

8. Changes to Terms

We reserve the right to modify these terms at any time. We will notify users of significant changes via email or through the Service. Continued use after changes constitutes acceptance of the new terms.

9. Contact

For questions about these Terms, please contact us at legal@logthread.dev.

{% endblock %}