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

@namingsignal/cli

v0.2.0

Published

NamingSignal CLI: keyless local domain checks and privacy-bounded naming briefs, plus hosted finalist research through namingsignal.com.

Downloads

23

Readme

@namingsignal/cli

CLI for NamingSignal: evidence-backed product naming for developers and agents. Local commands are keyless and deterministic; hosted commands call the NamingSignal REST API with your own key.

Install

npm install -g @namingsignal/cli
# or run without installing
npx -y @namingsignal/cli help

Requires Node 20 or newer.

Keyless local commands

No account, no API key, no telemetry. Domain checks talk directly to public RDAP registries from your machine.

# Score names and run live registry checks
namingsignal check offhook nicless --tlds com,app --namespaces --json

# Compile a privacy-bounded naming brief from a repository or file
namingsignal brief /path/to/project --dry-run
namingsignal brief /path/to/project --out naming-brief.json

# Deterministic candidate generation from an approved brief (degraded-mode starting set)
namingsignal generate --brief naming-brief.json --count 40

# Portable decision record from prior evidence
namingsignal compare offhook quitcore --brief naming-brief.json --evidence prior-check.json --format md

The brief scanner is allowlisted and bounded: it reads README/agent instructions/manifests/docs text only, excludes source code, .env files, credentials, lockfiles, and build output, and --dry-run previews the exact file selection before anything is compiled.

Hosted commands

research and health call the hosted API (default https://namingsignal.com). Create a free key at https://namingsignal.com/developers/keys and export it; never commit it.

export NAMING_SIGNAL_API_KEY=your-user-key

namingsignal research offhook quitcore nicless --brief naming-brief.json
namingsignal health

--api <url> or NAMING_SIGNAL_API_URL overrides the API origin (for example http://localhost:3000 for a local development server).

JSON mode

Machine-readable JSON is written to stdout whenever --json is passed or stdout is not a TTY, so agent pipelines get structured output by default. Diagnostics go to stderr.

Exit codes

| Code | Meaning | | --- | --- | | 0 | Success | | 1 | Unexpected or network error | | 2 | Usage error | | 3 | Auth error (401/403) | | 4 | Quota or rate limit (402/429) |

Evidence honesty

RDAP not-found means likely unregistered at check time, not a purchase guarantee. Timeouts, rate limits, and unsupported TLDs stay unknown and are never reported as available. Naming research is preliminary; it is not trademark clearance or legal advice.

License

MIT, Copyright (c) 2026 Zena Labs LLC.