Code Insights - Turn your AI coding sessions into knowledge
by•
Free, open-source CLI that parses sessions from Claude Code, Cursor, Codex CLI, and Copilot CLI into a local SQLite database. Terminal analytics + browser dashboard with LLM-powered insights. Fully local - no accounts, no cloud, no data leaves your machine.
Replies
Best
Maker
📌
Hey everyone, I'm Srikanth, AI-native Engineer building products around AI, DevTools. Now, with my latest tool - Code Insights.
The problem I kept hitting: I use Claude Code, Cursor, Codex, and Copilot daily. Every session contains debugging breakthroughs, architectural decisions, and patterns I discover, but they vanish when I close the terminal. Thousands of session files I'll never open again.
I wanted a way to turn that raw session data into knowledge I could actually revisit.
What Code Insights does:
Parses sessions from Claude Code, Cursor, and Copilot CLI into one local SQLite DB.
LLM-powered analysis extracts decisions, learnings, and techniques worth keeping.
Terminal analytics: cost breakdown, model usage, project stats, all from the CLI.
Built-in browser dashboard for deep exploration.
Fully local - no accounts, no cloud, no data leaves your machine.
Try it in 60 seconds:
```bash
npm install -g @code-insights/cli
code-insights init
code-insights sync
code-insights stats
code-insights dashboard
```
How it fits the landscape: Code Insights focuses on the knowledge layer - What did you learn, What decisions did you make, What techniques are worth remembering.
It's MIT-licensed, free, and everything stays on your machine. I built this because I needed it, and I suspect other developers who live in AI coding tools do too.
What would make this valuable in your daily workflow?
Replies