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/memorix-catalox-manager

v1.32.0

Published

Authoring and governance console for Memorix Catalox catalog kinds

Readme

@x12i/memorix-catalox-manager

Authoring and governance console for Memorix Catalox catalog kinds — browse, author, and publish metadata against live Catalox.

Backed by memorix-catalox-api (/api/catalox/*, default :5180). Design/spec references live under .operational/catalox-manager/.

Ownership: this app = Catalox catalog kinds / publish / integrity. Schema UI = Metadata Studio (entities, agents, narratives, reconcile). Both talk to the same catalox-api. See .operational/PACKAGE-OWNERSHIP.md.

Sibling: Pipeline Manager

Catalox Manager and Pipeline Manager share the same memorix-catalox database but different APIs:

| Product | API | Focus | |---------|-----|--------| | Catalox Manager (this app) | memorix-catalox-api (:5180) | Shape / schema / consumers / governance | | Pipeline Manager | memorix-explorer-api (:5181) | Runtime / lifecycle / promotion against data |

Three process catalogs are used from both lenses:

  • memorix-associator-presets
  • memorix-associated-properties-registry
  • memorix-enrichment-playbooks

That dual use is intentional and documented here — not advertised with in-app “overlap” badges.

Pipeline Manager’s Catalog status page is read-only and points here for metadata fixes.

Quick start

cd memorix-catalox-manager
npm install

# Starts memorix-catalox-api on :5180 and Vite on :5177
npm run dev

Open http://localhost:5177/

Features

| Route | Purpose | |-------|---------| | / | Dashboard — shape/process tiles, item counts | | /catalogs/:catalogId | Item list (kind filter for mixed catalogs) | | /catalogs/:catalogId/items/:itemId | Overview · Author · Publish · Consumers · Raw | | /governance/coverage | All 13 kinds + primary home | | /governance/publish-log | Live GET /api/catalox/publish-log | | /governance/schema-versions | Confirmed versions + audit | | /governance/legacy-ids | Two documented remaps | | /settings | Read-only memorix / memorix-catalox |

Honesty

  • No kitchen-recalls mock data — empty when Catalox has nothing (not false unavailable).
  • Author / Publish write live Catalox when MEMORIX_CATALOX_ENABLE_METADATA_WRITES=true.
  • Schema versions: only memorix.dashboardAnalytics.v1 and memorix.analyticsRollup.v1 are “confirmed”.

Environment

| Variable | Default | Description | |----------|---------|-------------| | VITE_DEV_PORT | 5177 | Vite dev server | | MEMORIX_CATALOX_API_PORT | 5180 | Catalox API | | VITE_MEMORIX_CATALOX_API | /api/catalox | API base |

Related