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

poseidev

v1.0.0

Published

Poseidev — The AI-Powered CLI Code Editor. Multi-model orchestration, auto-build, agent collaboration, and more.

Readme

Poseidev CLI

Poseidev is an autonomous AI-driven code editor and project generator. It leverages LLMs to architect, design, and write full-stack applications in your terminal.

Core Features

  • Autonomous File Execution: The AI edits, creates, and renames files autonomously with real-time feedback.
  • Terminal Execution: Poseidev can run tests, builds, and development servers using ===TERMINAL: command===. It auto-debugs failed terminal executions.
  • Visual Overhauls (/revamp): Initiates an explosive, award-winning UI/UX component redesign of your frontend codebase.
  • Multi-Agent Collaboration: Leverage architect, engineer, and designer agents for complex projects.
  • Auto-Build Engine: Iterative phased generation for scaling up projects fast.

Commands Reference

The Poseidev REPL offers multiple slash commands to help you manage your project directly from the chat prompt:

Chat & AI

  • /help, /h - Show all commands
  • /model, /m [id] - List or switch active AI models
  • /key [provider] [key] - View or set API keys for (e.g., openai, nvidia-kimi)
  • /tokens, /t [max|temp] [val] - Adjust max tokens or temperature
  • /level [lvl] - Set experience level to beginner, intermediate, or expert
  • /stream - Toggle streaming AI outputs
  • /context, /ctx - Show conversation context info
  • /config - Show current config path and values

Files

  • /read, /cat <file> - Read and display file contents in the REPL
  • /ls, /dir [path] - List files in a directory
  • /create <file> - Create an empty file
  • /delete, /rm <file> - Delete a file
  • /rename, /mv <old> <new> - Rename or move a file
  • /search <query> - Run a fast code search

Tools

  • /collab <task> - Spin up a 3-agent orchestration (Architect -> Engineer -> Reviewer)
  • /build, /b - Invoke the automated auto-build system
  • /revamp - Trigger a massive visual/award-winning UI UX architectural overhaul
  • /agents, /a - Quick agent info and queries
  • /project, /p - Info about the detected project files and stack
  • /analyze - Run health, security, complexity, or dependency checks

Session

  • /clear, /c - Clear the current chat context
  • /save, /s [name] - Save conversation history
  • /load, /l <id> - Load a previous conversation
  • /exit, /q - Exit Poseidev

Installation

You can install Poseidev globally directly from NPM:

npm install -g poseidev

Once installed, the poseidev and psd commands will be available in your terminal.

Getting Started

  1. Set your API keys: poseidev chat -> /key nvidia-kimi YOUR-KEY-HERE
  2. Initialize a project: poseidev project init
  3. Ask Poseidev to build anything!