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

deltadotta

v0.1.2

Published

Turn scattered organizational knowledge into shared, reviewed AI context, so teams get consistent, company-aware answers from Claude and ChatGPT without weeks of manual setup.

Readme

Companies often use Claude and ChatGPT in isolated sessions, forcing every employee to rebuild company context from scratch. DeltaDotta turns scattered organizational knowledge into a shared, reviewed AI context package so teams can get consistent, company-aware answers without weeks of manual setup.

Quick start

Requires Node.js 22.13 or later.

cd /path/to/company-folder
npx --yes deltadotta

DeltaDotta scans the current folder locally and writes the package to:

.deltadotta/onboarding/

Nothing is uploaded automatically.

Demo

Watch the full 79-second MP4.

It shows how documents, code, database evidence, and tribal knowledge become reviewed roles, skills, authority boundaries, and Claude or ChatGPT Project files. It ends with the exact instructions and knowledge files to upload.

Generated organization map

This is the actual organization-map.html produced from a reviewed company workspace with 13 roles, 22 sources, and no unresolved conflicts.

How it works

  1. Scan Read selected documents, code, database knowledge, Git repositories, and HTTPS sources.

  2. Map Create a draft organization map with roles, ownership, authority, handoffs, escalation paths, source evidence, and fingerprints.

  3. Review A human confirms the organization and resolves gaps or conflicting sources.

  4. Install Add the reviewed instructions and knowledge files to a Claude or ChatGPT Project.

Review and validate

The first package is expected to report needs-review.

Edit:

.deltadotta/onboarding/review/organization.review.json

Then run:

npx --yes deltadotta refine --package .deltadotta/onboarding
npx --yes deltadotta validate --package .deltadotta/onboarding

When validation reports ready, start the guided provider setup:

npx --yes deltadotta install \
  --provider chatgpt \
  --package .deltadotta/onboarding

Use --provider claude for Claude Projects.

What it creates

  • A reviewable organization map
  • Role-specific skills and authority boundaries
  • Source evidence with content fingerprints
  • Gaps, conflicts, and readiness reports
  • Claude and ChatGPT project packages
  • A portable local ZIP archive

Supported knowledge

  • Documents, spreadsheets, presentations, PDFs, Markdown, CSV, JSON, and YAML
  • Source code, configuration, workflows, ownership files, and runbooks
  • SQL, Prisma, DBML, DDL, and SQLite schemas
  • Selected read-only PostgreSQL and MySQL query results
  • HTTPS documents, ZIP exports, and Git repositories

Safety

  • Inferred roles and authority remain drafts until reviewed by a human.
  • Local sources stay local unless a user explicitly uploads reviewed files.
  • Potential credential patterns block package creation by default.
  • Database collection is limited to schemas and explicitly selected read-only rows.
  • DeltaDotta describes permissions but does not enforce provider or tool access.

Commands

Run npx --yes deltadotta --help for the complete command and option reference.

Documentation

License

Apache License 2.0. See LICENSE.