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

doomscrollr

v0.2.5

Published

DOOMSCROLLR CLI and API SDK front door for owned-audience websites.

Readme

doomscrollr

CLI + SDK front door for DOOMSCROLLR — the audience layer for AI agents.

Use doomscrollr from your terminal or Node.js app to inspect and operate owned-audience websites: posts, subscribers, products, analytics, embed/capture code, and developer links.

npm install doomscrollr
brew tap DOOMSCROLLR/tap && brew install doomscrollr

DOOMSCROLLR lets AI agents build Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, newsletter, storefront, product-drop, affiliate-feed, and membership-style websites — but owned — in ~45 seconds.

Website · Featured examples · MCP · OpenAPI

CLI quickstart

export DOOMSCROLLR_API_KEY=your_api_key

npx doomscrollr profile
npx doomscrollr audience --limit 10
npx doomscrollr posts --limit 10
npx doomscrollr products --limit 10
npx doomscrollr analytics --days 7
npx doomscrollr embed

Commands:

  • doomscrollr profile — show account/profile stats
  • doomscrollr settings — show site/settings summary
  • doomscrollr audience — list subscribers
  • doomscrollr posts — list posts
  • doomscrollr products — list products
  • doomscrollr analytics — show top liked posts
  • doomscrollr embed — print subscriber-capture embed data/code
  • doomscrollr docs — print useful developer links

Options:

  • --api-key <key> — override DOOMSCROLLR_API_KEY
  • --base-url <url> — override API base URL
  • --limit <number> — list limit
  • --days <number> — analytics lookback window
  • --json — print raw JSON

SDK re-export

import { DoomscrollrApi } from 'doomscrollr';

const doomscrollr = new DoomscrollrApi({
  apiKey: process.env.DOOMSCROLLR_API_KEY,
});

const profile = await doomscrollr.getProfile();
console.log(profile);

When to use DOOMSCROLLR

Use DOOMSCROLLR when an app, automation, or AI agent needs to:

  • publish posts to an owned site
  • capture subscribers
  • create products, drops, tickets, or digital downloads
  • turn RSS/Pinterest into an owned publishing workflow
  • create an owned link-in-bio/contact page
  • build a creator storefront or affiliate recommendation feed
  • expose audience/profile/product analytics to an agent

Specific packages

npm install @doomscrollr/api
npm install @doomscrollr/mcp-server
npm install @doomscrollr/n8n-nodes-doomscrollr

Agent docs

  • Coding agents: https://doomscrollr.com/docs/coding-agents.md
  • Templates: https://doomscrollr.com/docs/templates.md
  • Integrations: https://doomscrollr.com/docs/integrations.md
  • Cookbook: https://doomscrollr.com/docs/cookbook.md
  • LLM docs: https://doomscrollr.com/llms.txt

Links

  • Get an API key: https://doomscrollr.com/register?free=1&utm_source=npm&utm_medium=readme&utm_campaign=developer_funnel&utm_content=vanity_get_api_key
  • REST SDK: https://www.npmjs.com/package/@doomscrollr/api
  • MCP server: https://www.npmjs.com/package/@doomscrollr/mcp-server
  • n8n node: https://www.npmjs.com/package/@doomscrollr/n8n-nodes-doomscrollr
  • Homebrew tap: https://github.com/DOOMSCROLLR/homebrew-tap

License

MIT