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

sapper-iq

v1.1.35

Published

AI-powered development assistant that executes commands and builds projects

Readme

Sapper

🚀 AI-powered development assistant that executes commands and builds projects

Sapper is a command-line interface that connects to Ollama models to help you build, manage, and execute development tasks through natural language conversations.

Features

  • 🤖 AI-powered assistance - Chat with local Ollama models
  • 🛠️ Multi-tool execution - File operations, shell commands, directory management
  • 💬 Conversational interface - Natural language project management
  • 🔄 Session persistence - Resume previous conversations
  • 🎯 Context-aware - Automatically detects directory contents
  • Live streaming - See AI responses in real-time
  • 🔒 Security prompts - Review commands before execution

Installation

npm install -g sapper

Prerequisites

  • Node.js 16+
  • Ollama installed and running
  • At least one Ollama model downloaded

Usage

sapper

Commands

  • /reset or /clear-session - Start a new session
  • /session-info - Show current session details
  • /step - Toggle step-by-step mode
  • /help - Show command help
  • exit - Exit Sapper

Example Interactions

> set up a React project in ./my-app
> run the development server
> create a login component with TypeScript
> add Tailwind CSS styling

How It Works

  1. Connect to Ollama - Choose from your available local models
  2. Natural conversation - Describe what you want to build or do
  3. AI executes tools - Creates files, runs commands, manages projects
  4. Review & approve - Security prompts for shell commands
  5. Context awareness - Sapper understands your project structure

Supported Tools

  • SHELL - Execute terminal commands
  • READ - Read file contents
  • WRITE - Create/edit files
  • MKDIR - Create directories
  • LIST - List directory contents
  • SEARCH - Search for text in files

Examples

Create a Next.js project:

> create a Next.js app with TypeScript and Tailwind in ./my-nextjs-app

Add features to existing project:

> analyze the codebase in ./my-project
> add a user authentication system
> create API endpoints for user management

Development

git clone https://github.com/yourusername/sapper
cd sapper
npm install
chmod +x sapper.mjs
./sapper.mjs

License

MIT

Author

Ibrahim Ihsan