Skip to content
Code Insights

Terms of Service

Last updated: February 2026

1. Acceptance of Terms

By installing or using Code Insights ("the Tool"), you agree to be bound by these Terms of Service. If you do not agree to these terms, do not use the Tool.

2. Description of Tool

Code Insights is an open-source CLI tool and embedded dashboard for analyzing AI coding sessions. All session data is stored locally on your machine in a SQLite database. The embedded dashboard runs at localhost:7890 and is served by a local Hono server. There is no hosted web dashboard and no cloud backend.

3. Your Data

Your coding sessions, messages, and project data are stored exclusively on your machine. We never access, read, or store your code, conversations, or session content. You retain full ownership and control of all your data. To delete it completely, run rm -rf ~/.code-insights.

4. Anonymous Usage Data

The CLI collects anonymous, aggregated usage statistics (session counts, feature usage, device platform) to improve the Tool. No coding session content or personally identifiable information is included. See our Privacy Policy for details.

5. Acceptable Use

You agree to use the Tool only for its intended purpose: analyzing your own AI coding sessions. Do not use the Tool to process session data you do not own or have authorization to process.

6. Third-Party Services

The Tool optionally integrates with LLM providers (OpenAI, Anthropic, Google Gemini, Ollama) for AI-powered insights. API keys for these providers are stored locally in your browser and never transmitted to anyone other than the LLM provider you select. Your use of third-party LLM providers is subject to their respective terms.

7. Disclaimer

The Tool is provided "as is" without warranties of any kind. We do not guarantee the accuracy of AI-generated insights or analysis. You are responsible for verifying any information produced by the Tool.

8. Changes to Terms

We may update these terms from time to time. Continued use of the Tool after changes constitutes acceptance of the updated terms.

9. Contact

For questions about these terms, reach out via GitHub Issues.