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

@drewsepsi/nextpi

v0.1.7

Published

The Agentic IDE - An AI-powered research and coding assistant workspace.

Readme

🚀 NextPi: The Agentic IDE

npm version License: MIT

NextPi is your project's personal secret agent. It's a lightweight, powerful AI-IDE that lives in your project folder and helps you research, code, and debug using top-tier LLMs—all through a beautiful, VS-Code-like interface in your browser.

Turn any folder into an intelligent workspace with just one command.


⚡️ Quick Start

You don't even need to install it! Just run this in any folder on your computer:

npx @drewsepsi/nextpi

Requires Node.js installed.


🤔 Why NextPi?

ChatGPT and Claude are great, but they don't have context. They can't see your files, they can't run your code, and they can't confirm if their suggestions actually work.

NextPi is different. It is an agent, not just a chatbot.

  1. It sees what you see: It automatically indexes your local files.
  2. It takes action: It can create files, fix bugs, and run terminal commands.
  3. It researches: If it doesn't know something, it searches the web and reads documentation for you.

✨ Features

  • 📂 Folder-Aware: Instant context for your current workspace.
  • 🌐 Web Research: Real-time internet access to find the latest API docs and solutions.
  • 🛠 Code Editing: High-fidelity file modifications and bug fixes.
  • 🧠 Multi-Model Support: Powered by OpenRouter—use Claude 3.5 Sonnet, GPT-4o, Gemini 1.5 Pro, and more.
  • 🚀 Live Preview: Launch your app (e.g., npm run dev) and view it side-by-side with the agent.
  • 🌑 Sleek UI: A premium dark-mode interface with glassmorphism and smooth animations.

🔑 Setup & Config

NextPi works out of the box. You'll need an OpenRouter API key to power the AI.

You can set it up in two ways:

  1. In the UI: Click the Settings gear in the top right and paste your key.
  2. Via Terminal:
    export OPENROUTER_API_KEY=your_key_here

🔒 Privacy & Safety

NextPi runs locally on your machine. While it communicates with AI providers via API, it only reads the files in the directory where you launch it. Your local environment remains under your total control.


Built with ❤️ by drewsepsi