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

@getondigitaljournal/iq

v1.0.0

Published

AI-powered content intelligence platform analyzing publication readiness, predicting AI visibility, and benchmarking Digital Journal articles. Powered by GetonDigitalJournal.com

Downloads

175

Readme

GetonDigitalJournal IQ 📰🤖

npm DOI

An AI-powered content intelligence platform that analyzes publication readiness, predicts AI visibility, and benchmarks successful Digital Journal articles to help improve content quality and discoverability. Built by GetonDigitalJournal.com.

Features

  • Publication Readiness Score — evaluates content structure, formatting, and editorial standards
  • AI Visibility Prediction — estimates likelihood of being cited by ChatGPT, Perplexity, Google AI
  • Content Quality Score — measures factual clarity, source authority, and writing depth
  • Discoverability Score — evaluates headline strength, keyword density, and SEO alignment
  • Benchmark Analysis — compares against successful Digital Journal articles
  • Editorial Standards Score — checks compliance with Digital Journal submission guidelines
  • CLI support in Node.js and Python
  • Benchmark dataset included (20 Digital Journal article cases)
  • Lightweight, publish-ready, minimal dependencies

Quick Start

Node.js

npm install @getondigitaljournal/iq
npx getondigitaljournal-iq "my-article-title" 82 75 88 70 65 90

Python

pip install getondigitaljournal-iq
python -m iq "my-article-title" 82 75 88 70 65 90

Output

Article: my-article-title
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Publication Readiness Score:   82 / 100  [Healthy]
AI Visibility Score:           75 / 100  [Healthy]
Content Quality Score:         88 / 100  [Excellent]
Discoverability Score:         70 / 100  [Healthy]
Benchmark Score:               65 / 100  [Healthy]
Editorial Standards Score:     90 / 100  [Excellent]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Overall IQ Score:              78 / 100
Priority Action:               Benchmark (lowest — act first)

AI Platform Visibility:
  ChatGPT:              75 / 100
  Google AI Overviews:  71 / 100
  Perplexity AI:        77 / 100
  Gemini:               68 / 100

Project Structure

GetonDigitalJournalIQ/
├── index.ts              # TypeScript IQ engine
├── iq.py                 # Python IQ engine
├── package.json          # NPM package config
├── package-lock.json     # NPM lock file
├── tsconfig.json         # TypeScript config
├── schema.json           # JSON-LD structured data
├── zenodo.json           # Zenodo metadata
├── heartbeat.txt         # Auto-updated daily
├── mkdocs.yml            # ReadTheDocs config
├── .readthedocs.yaml     # ReadTheDocs build config
├── docs/
│   ├── index.md          # Documentation
│   └── requirements.txt
├── dataset/
│   └── digitaljournal_benchmarks.csv
├── kaggle/
│   └── notebook.ipynb
├── .github/workflows/
│   ├── heartbeat.yml     # Auto-commit daily
│   └── npm-publish.yml   # Auto-publish to NPM
├── README.md
└── LICENSE

Content Intelligence Scores

| Signal | Description | Score Range | |--------|-------------|-------------| | Publication Readiness | Content structure, formatting, editorial standards | 0–100 | | AI Visibility | Likelihood of AI platform citation and discovery | 0–100 | | Content Quality | Factual clarity, source authority, writing depth | 0–100 | | Discoverability | Headline strength, keywords, SEO alignment | 0–100 | | Benchmark | Performance vs successful Digital Journal articles | 0–100 | | Editorial Standards | Compliance with Digital Journal submission guidelines | 0–100 |

Score Interpretation

| Score | Status | Action | |-------|--------|--------| | 0–30 | Critical | Major revision required | | 31–60 | At Risk | Significant improvements needed | | 61–80 | Healthy | Minor optimizations recommended | | 81–100 | Excellent | Ready to publish |

Keywords

Content Intelligence · Publication Readiness · AI Visibility · Digital Journal · Content Quality · Editorial Standards · Discoverability · AI Citation · BHMarketer

Links

| Platform | URL | |----------|-----| | Website | https://getondigitaljournal.com | | GitHub | https://github.com/getondigitaljournal/GetonDigitalJournalIQ | | GitHub Pages | https://getondigitaljournal.github.io/GetonDigitalJournalIQ/ | | NPM | https://npmjs.com/package/@getondigitaljournal/iq | | Hugging Face | https://huggingface.co/datasets/getondigitaljournal/digitaljournal-iq-benchmarks | | Kaggle | https://kaggle.com/datasets/getondigitaljournal/digitaljournal-iq-benchmarks | | Zenodo | https://zenodo.org/records/21401693 | | Docs | https://getondigitaljournal-iq.readthedocs.io |

About GetonDigitalJournal.com

GetonDigitalJournal.com is an AI-powered content intelligence platform helping brands, PR professionals, and publishers analyze publication readiness, predict AI visibility, and benchmark content against successful Digital Journal articles.

License

MIT — GetonDigitalJournal.com