Code Insights
Track what really matters to your team
Transform your code into a queryable database to create customizable, visual dashboards in seconds.
Trusted by the world's largest dev teams
Useful engineering metrics you define
Forget about inaccurate spreadsheets, manual processes, and missing historical data. You can track everything in your codebase, from migrations to code smells, in a seamless and precise way. Make data-driven decisions using visualizations based on the power and accuracy of Code Search.
Engineering leadership with superpowers
Code Insights provides reliable real-time reporting directly from the codebase, making engineering leaders and their teams more effective.
- Measure goals and visualize progress in your codebase.
- Plan proactively. Stay on top of engineering initiatives and catch issues before they escalate.
- Track ownership. Tie trends and metrics to owners on the teams.
"With Code Insights, our data and migration tracking is accurate across our entire codebase, and our engineers and managers can shift out of manual spreadsheets and spend more time working on code."
How engineering teams use Code Insights

Popular Code Insights templates
Global CSS to CSS modules
Track migration from global CSS to CSS modules.
select:file lang:SCSS file:module patterntype:regexp archived:no fork:notype:file lang:scss-file:module patterntype:regexp archived:no fork:noPython 2 to Python 3
How far along is the Python major version migration?
#!/usr/bin/env python3 archived:no fork:no#!/usr/bin/env python2 archived:no fork:noReact Class to Function Components
What's the status of migrating to React function components from class components?
patterntype:regexp const\s\w+:\s(React\.)?FunctionComponent archived:no fork:nopatterntype:regexp extends\s(React\.)?(Pure)?Component archived:no fork:noConfig or docs file
How many repos contain a config or docs file in a specific directory?
select:repo file:docs/*/new_config_filename archived:no fork:no