Skip to content
Code Insights

Privacy Policy

Last updated: February 2026

Overview

Code Insights is a local-first tool. Your coding sessions, messages, and project data are stored exclusively on your machine in a SQLite database at ~/.code-insights/data.db. Your data never leaves your machine unless you explicitly export it.

What We Do NOT Collect

  • Your code, source files, or repository contents
  • Your AI coding conversations or session messages
  • Your LLM provider API keys (stored in browser localStorage only)
  • Any personally identifiable information

What We Collect

Anonymous Usage Statistics

The CLI sends anonymous, aggregated usage events to understand how the tool is used and to improve it. These events include:

  • Number of sessions synced (count only, no content)
  • Dashboard opened events
  • Analysis run events (count only)
  • A stable anonymous device ID (no personal identifiers)
  • CLI version and platform (macOS/Linux/Windows)

No session content, file paths, or identifiable information is included in these events.

Web Analytics

This marketing site uses Vercel Analytics to collect standard web analytics (page views, referrers, browser type). This data is aggregated and anonymous.

How Your Data Flows

Architecture:

  • Session files → CLI parses and stores in local SQLite
  • Local SQLite → Dashboard reads via localhost:7890
  • No data → ever leaves your machine

Data Storage

  • Session data: Local SQLite at ~/.code-insights/data.db
  • LLM API keys: Browser localStorage — never transmitted anywhere
  • Config: ~/.code-insights/config.json on your machine

Deleting Your Data

To delete all local data, run code-insights reset --confirm or delete the ~/.code-insights/ directory. There is no account to delete — there is no account.

Cookies

This marketing site uses minimal cookies for theme preference. We do not use advertising or tracking cookies. See our Cookie Policy for details.

Contact

For privacy questions, reach out via GitHub Issues.