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

l1dder

v0.1.1

Published

AI-driven development framework CLI: Knowledge Layer (As-Is / To-Be), real state management, and a Discovery / Delivery workflow.

Readme

L1DDER

AI-driven development framework — a Knowledge Layer (As-Is / To-Be), real state management, and a structured Discovery / Delivery workflow for your projects.

npm version npm provenance license node

L1DDER is a CLI that helps humans and AI agents build software together. It keeps project knowledge split into As-Is (what is built) and To-Be (what is designed), tracks real project state across phases, and drives work through a lightweight Discovery → Delivery loop. It integrates with AI IDEs such as Cursor and Claude.

Installation

npm install -g l1dder

Requires Node.js 22+. You can also run it without installing:

npx l1dder init

Quick Start

# Initialize L1DDER in a new or existing project
l1dder init --ai cursor            # greenfield
l1dder init --existing --ai cursor # brownfield (adopt an existing codebase)

# See where you are
l1dder status

# Run a quick task without the full phase cycle
l1dder quick "add a health-check endpoint"
l1dder quick --finish

# Generate a Project Brief for your AI agent
l1dder context

# Check project health
l1dder doctor

Key Commands

| Command | Description | |---------|-------------| | l1dder init [--existing] [--ai <ide>] | Initialize a project (greenfield or brownfield) | | l1dder status | Current phase, stage, and tasks | | l1dder doctor | Project health check | | l1dder quick "<task>" | Quick task outside the full phase cycle | | l1dder context | Generate a Project Brief for AI agents | | l1dder stage status / stage advance | Inspect / advance the project stage | | l1dder transition <phase> | Move between workflow phases | | l1dder sync --ai <ide> | Generate IDE integration files | | l1dder check | Verify standards compliance | | l1dder helpme | Get guidance on what to do next |

Documentation

Full documentation is on the way. For now, run l1dder <command> --help for per-command usage, or l1dder helpme for guided next steps.

License

MIT © Oleg Ledvanov