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

@domainethos/cli

v1.0.3

Published

AI-powered domain appraisals from your terminal. Instant valuations, batch analysis, and institutional-grade reports.

Downloads

415

Readme

DomainEthos CLI

AI-powered domain appraisals from your terminal.

www.domainethos.com · API Docs


Install

npm install -g @domainethos/cli

Or use directly with npx:

npx @domainethos/cli appraise startup.ai

Setup

Get your API key from the DomainEthos Dashboard, then:

domainethos config --key de_live_YOUR_API_KEY

Or set via environment variable:

export DOMAINETHOS_API_KEY=de_live_YOUR_API_KEY

Usage

Quick Check (default)

domainethos appraise startup.ai
◆ startup.ai

  Value       $12,500
  Range       $8,000 — $18,000
  Score       82/100
  Confidence  ● High
  Verdict     Strong brandable domain with AI-sector appeal

Full Appraisal

domainethos appraise brandname.com --type full

Returns comprehensive 7-pillar analysis with pillar scores, ethos, and detailed breakdown.

Deep Dive

domainethos appraise premium.io --type deep-dive

Exhaustive institutional-grade analysis with comparable sales, buyer personas, and acquisition strategy.

Batch Appraisal

domainethos batch --file domains.txt

Appraise multiple domains from a text file (one domain per line).

JSON Output

Add --json to any command for machine-readable output:

domainethos appraise startup.ai --json

Pipeline-friendly

domainethos appraise startup.ai --json | jq '.value_best'

Commands

| Command | Description | |---------|-------------| | domainethos appraise <domain> | Appraise a single domain | | domainethos batch --file <path> | Batch appraise from file | | domainethos config --key <key> | Save API key | | domainethos --help | Show help | | domainethos --version | Show version |

Options

| Flag | Description | |------|-------------| | --type <type> | quick-check (default), full, or deep-dive | | --json | Output raw JSON | | --no-color | Disable colored output |

API

This CLI uses the DomainEthos API. Pricing:

  • Quick Check: $0.02/domain
  • Full Appraisal: $0.35/domain
  • Deep Dive: $1.00/domain

License

MIT