Skip to content
Code Insights

Code Insights

Turn your AI coding sessions into knowledge.

What Is Code Insights?

Code Insights is an open-source CLI tool and embedded dashboard for analyzing AI coding sessions. It parses session history from Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat, stores structured data in a local SQLite database, and provides both terminal analytics and a browser-based dashboard with LLM-powered insights.

Local-First Architecture

Everything runs on your machine. Your session data lives in a SQLite database at ~/.code-insights/data.db. No accounts, no cloud services, no data ever leaves your machine. The embedded dashboard runs at localhost:7890 and is served by a Hono server built into the CLI.

Supported Tools

Code Insights supports Claude Code, Cursor, Codex CLI, Copilot CLI, and VS Code Copilot Chat sessions. All five tools are detected automatically — no per-tool configuration needed.

Open Source

The entire stack is open source under the MIT license: CLI, embedded dashboard, and Hono server in one monorepo.

Built By

Code Insights is built and maintained by Srikanth Rao.