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

@x12i/connectix-docs

v0.1.2

Published

Connectix docs knowledge SDK + deployable dist/web static site. Install the package as a devDependency only; deploy dist/web for humans.

Readme

@x12i/connectix-docs

Connectix knowledge SDK (agents) plus a deployable dist/web static site (humans).

Install as a devDependency only — do not add to production service dependencies.

npm i -D @x12i/connectix-docs

Knowledge SDK (agents)

import { connectixDocs } from "@x12i/connectix-docs";

connectixDocs.getUseCaseMarkdown("orient-connectix");
connectixDocs.getBookMarkdown("01-tools-and-simulator", "developers");
connectixDocs.manifest();

CLI:

npx connectix-docs list-use-cases
npx connectix-docs use-case call-connect-tools > pack.md
npx connectix-docs book 00-orient-connectix developers > book.md

| Use case id | Goal | |-------------|------| | orient-connectix | Understand the service, the four curated operations, and the caller contract | | call-connect-tools | Expose Connectix as LLM tools via @x12i/connectix-tools | | run-package-simulator | Develop against @x12i/connectix-simulator deterministic fixtures | | catalog-extension-overview | Understand OpenConnector / n8n-node / Nango-derived provenance |

Deployable web site (dist/web)

After install (or after npm run docs:web in this repo), deploy the static tree:

node_modules/@x12i/connectix-docs/dist/web/

It contains index.html, docs.html, book landings, read.html, catalog.json, use-cases.json, agent-manifest.json, downloads/, and themed assets — ready for any static host (nginx, S3, Cloudflare Pages, Netlify, …).

Locally:

# from the Connectix monorepo
npm run docs:web          # build dist/web
npm run docs:serve        # serve on :4173 via @x12i/docify-web

Or after installing the published package:

npx docify-web serve node_modules/@x12i/connectix-docs/dist/web --port 4173

Build pipeline (authors)

Content lives under content/ (data/*.json, site-pages/*.md, NN-slug/<audience>/BOOK.md).

| Script | Job | |--------|-----| | npm run docs:web | buildContentBundle + @x12i/docify-web shell → dist/web | | npm run docs:knowledge | Embed downloads into src/generated/bundle.ts | | npm run bundle | web + knowledge | | npm run build | TypeScript knowledge SDK (prebuild runs bundle) |

Set DOCIFY_PDF=0 to skip PDF generation when wkhtmltopdf is unavailable.

Depends on published @x12i/docify-{core,sdk,export,render,theme,web}.

License: UNLICENSED (X12I internal; published for X12I service consumers).