New: Interactive chat mode

DevSense — Developer Intelligence in Your Terminal

Understand any codebase instantly using AI. Get repo insights, ask questions about your code, and explore architecture with lightning-fast responses.

Get Started
~/projects/devsense
$ npm install -g devsense
added 245 packages in 12.5s
$ devsense summary
→ Analyzing repository structure...
📊 Project: E-commerce Platform
• Framework: React + Node.js
• Total files: 342
• Dependencies: 48

Interactive Command Examples

DevSense understands your codebase through intelligent analysis and AI-powered insights.

  • devsense summary — Quick codebase overview
  • devsense ask "Explain architecture" — Ask questions
  • devsense chat — Interactive mode
devsense
$ devsense ask "How does auth work?"
The authentication system uses JWT tokens with
refresh rotation. User credentials are validated
against bcrypt hashes in the database. Sessions
are stored in Redis with 24-hour TTL.
$ devsense chat
→ Chat mode started. Type your questions...

Powerful Features

Everything you need to understand and work with any codebase

Repo Intelligence

Instant analysis of your repository structure, dependencies, and architecture patterns

AI Code Understanding

Detailed explanations of complex code blocks and their purpose in context

Interactive Chat Mode

Real-time conversation about your code with AI-powered responses

Multi-Framework Detection

Automatic detection and analysis of React, Vue, Node.js, Django, and more

Streaming AI Responses

Real-time response streaming for instant feedback without waiting

Explain Any File

Detailed walkthroughs of any file with context-aware explanations

How It Works

Get started in three simple steps

1

Install DevSense

Run npm install -g devsense to get started. Works on macOS, Linux, and Windows.

2

Run Inside Any Repo

Navigate to any Git repository and run devsense commands to analyze your codebase.

3

Ask Questions

Use natural language to ask questions about your code, architecture, and design patterns.

Open Source on GitHub

DevSense is built with the community in mind. Join thousands of developers improving AI-powered code analysis.

Recent commits
✓ feat: Add multi-language support2 hours ago
✓ fix: Improve streaming performance5 hours ago
✓ docs: Update installation guide1 day ago
Star DevSense on GitHub

Community Powered

Help shape the future of DevSense

Report Issues

Found a bug? Report it and help us improve.

Open an Issue

Join Discussions

Discuss features, ideas, and best practices.

Join Discussions

Request Features

Have an idea? Request new features.

Request Feature