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

@txlemetry/wizard

v2.58.5

Published

The Txlemetry wizard configures product analytics in your project

Readme

The Txlemetry wizard adds Txlemetry to your project with a guided, AI-assisted setup.

Txlemetry wizard

Install and run

Run the wizard from your project's root directory:

npx -y @txlemetry/wizard@latest

The wizard detects your framework, installs the appropriate Txlemetry SDK, configures it, and guides you through capturing your first events.

It supports frontend, backend, and mobile frameworks, including Next.js, React, Vue, Nuxt, Angular, SvelteKit, Django, Flask, Laravel, React Native, iOS, Android, Ruby on Rails, and Python.

Non-interactive installation

Agents and CI jobs can run the same installer without a TTY:

npx -y @txlemetry/wizard@latest --ci \
  --api-key "$TXLEMETRY_PERSONAL_API_KEY" \
  --project-id "$TXLEMETRY_PROJECT_ID" \
  --install-dir .

phx_ personal API keys and pha_ OAuth access tokens are supported. The package includes its installation skills and agent prompts, so a run does not depend on GitHub Releases.

Windows cache recovery

Errors such as ECOMPROMISED Lock compromised or ERR_MODULE_NOT_FOUND read-env occur before the wizard starts and indicate a corrupt npm _npx cache. Use a project-local installation, which avoids the damaged transient cache:

npm install --save-dev @txlemetry/wizard@latest
npx txlemetry

If the cache itself must be reset, close other npm processes and run npm cache verify; npm will report whether cleanup is required. The wizard no longer depends on read-env, eliminating that failure from fresh installs.

MCP commands

Use the wizard to configure a Txlemetry MCP server in supported AI clients:

# Add the Txlemetry MCP server
npx -y @txlemetry/wizard@latest mcp add

# Remove the Txlemetry MCP server
npx -y @txlemetry/wizard@latest mcp remove

Privacy

The wizard runs locally and asks for confirmation before making changes to your project. You can disable anonymous product telemetry with --no-telemetry.

Documentation and support