npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@avila_princy_m/devse

v1.13.0

Published

DevSE - AI-powered development assistant CLI

Downloads

53

Readme

DevSE - AI-Powered Development Assistant CLI

DevSE is an intelligent command-line interface that brings AI-powered assistance directly to your development workflow. With semantic search, multi-agent coordination, and automation capabilities, DevSE helps you code faster and smarter.

Features

🤖 AI-Powered Assistance - Intelligent code generation and analysis 🔍 Semantic Search - Find relevant code using natural language 🤝 Multi-Agent System - Coordinated AI agents for complex tasks ⚡ Automation Engine - Custom hooks and workflow automation 🗄️ Database Integration - Connect and query databases directly 📊 Code Analysis - Deep codebase understanding and insights

Installation

npm install -g @your-username/devse

Quick Start

1. Get Your Free Puter API Key

  1. Visit Puter.com and create a free account
  2. Get your API key from the dashboard
  3. Set it as an environment variable:
    # Windows
    set PUTER_API_KEY=puter_your-api-key-here
       
    # Linux/Mac
    export PUTER_API_KEY=puter_your-api-key-here

2. Start Using DevSE

# Start an AI chat session with Claude 4 Sonnet
devse chat

# Edit files with AI assistance
devse edit <file>

# Analyze your codebase
devse analyze

# Search your code semantically
devse search "authentication logic"

# Get help
devse --help

Commands

AI Commands

  • devse chat - Interactive AI chat session
  • devse edit <file> - AI-assisted file editing
  • devse generate <type> - Generate code components

Analysis Commands

  • devse analyze - Comprehensive codebase analysis
  • devse search <query> - Semantic code search
  • devse understand - Code comprehension and documentation

Workspace Commands

  • devse config - Configure DevSE settings
  • devse terminal - Enhanced terminal integration
  • devse git - AI-powered Git operations

Database Commands

  • devse db - Database management and querying
  • devse db --add - Add database connections
  • devse db --interactive - Interactive database mode

Configuration

DevSE can be configured through:

  • Global config: ~/.devse/config.json
  • Project config: .devse/config.json
  • Environment variables

Requirements

  • Node.js 16 or higher
  • npm or yarn
  • Git (for Git integration features)

License

MIT License - see LICENSE file for details.

Contributing

Contributions are welcome! Please read our contributing guidelines and submit pull requests.

Support

For issues and questions, please visit our GitHub repository or contact support.