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

@gurulu/cli

v1.7.0

Published

Gurulu CLI. init / pull / push / validate / doctor — registry as code, local schema sync.

Readme

@gurulu/cli

CLI for Gurulu — Truth Layer for product analytics.

Registry-as-code, typed events, schema sync between your codebase and the Gurulu event registry.

Install

npm install -g @gurulu/cli
# or
bun add -g @gurulu/cli

Quick start

gurulu login              # authenticate (OAuth device flow)
cd my-project
gurulu init --workspace <workspace-uuid>
gurulu pull               # fetch registry + generate typed events

Then in your code:

import { track } from '@gurulu/web';
// IDE autocomplete: event names + property types from your registry
track('checkout.completed', { order_id: 'o_123', total: 49.99 });

Commands

| Command | Purpose | |---|---| | gurulu init | Initialize Gurulu workspace in current project | | gurulu login | Authenticate via OAuth device flow | | gurulu logout | Remove stored credentials | | gurulu whoami | Show active workspace + user | | gurulu pull | Pull registry snapshot + generate typed events | | gurulu push | Propose new event/property to the registry | | gurulu validate | Scan codebase for deprecated/unknown event calls | | gurulu doctor | Run 5-check installation diagnostic | | gurulu mcp start | Start MCP server for Cursor / Claude Code / Lovable |

Documentation

gurulu.io/docs

License

Business Source License 1.1 — see LICENSE.

The Licensed Work converts to the Apache License, Version 2.0 on 2030-05-21.

Copyright © 2026 MONAFY LTD (UK Company No. 17031485).