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

@vexyl-labs/cli

v2.0.5

Published

Terminal-native mission control for Cloudflare stacks.

Readme

vexyl

Vexyl Labs CLI (vexyl) — Precision telemetry for the terminal era.

vexyl is a high-performance, developer-first CLI designed for observing Cloudflare-based stacks. It emphasizes speed, zero-latency streaming, and automation-friendly JSON output.

Installation

npm install -g @vexyl-labs/cli

Private Beta Handshake

Vexyl Labs is currently in private beta. You can reserve your spot directly from your terminal:

npx @vexyl-labs/cli reserve

Take the resulting token and enter it at vexyl.dev to claim your spot.

To override the reservation service (self-hosted or staging), set VEXYL_BETA_ENDPOINT or pass --endpoint.

Environment Overrides

  • VEXYL_ENDPOINT: override the engine API endpoint (default: https://api.vexyl.dev).
  • VEXYL_API_URL, VEXYL_ENGINE_URL, VEXYL_ENGINE_ENDPOINT, VEXYL_ENGINE_HOST: alternate endpoint env vars.
  • VEXYL_TOKEN: override the saved API token.
  • VEXYL_WORKSPACE_ID: default workspace for billing attribution.
  • VEXYL_ACCOUNT_ID: default billing account.
  • VEXYL_DEMO: enable demo responses (true, 1, yes).
  • VEXYL_BETA_ENDPOINT: override the beta reservation service.
  • VEXYL_NO_BANNER=1: disable the startup banner (useful for logs/CI).
  • VEXYL_NO_TRUECOLOR=1: force 256-color banner output (if your terminal has issues with truecolor).

Local repo config is supported via vexyl.config.json or .vexylrc (e.g. { "service": "api-gateway", "endpoint": "https://api.vexyl.dev" }).

Legacy GRIDPOINT_* variables are still supported.

Startup Banner

By default, vexyl prints a small startup banner when running interactively (only when stdout is a TTY). It automatically adapts to your terminal width (it will use a smaller pre-rendered banner if the full one would wrap).

Disable it:

vexyl --no-banner

Or via environment variable:

VEXYL_NO_BANNER=1 vexyl status

Re-enable it by unsetting VEXYL_NO_BANNER (or setting it to anything other than 1) and removing --no-banner.

Core Commands

  • vexyl status: Check system health and active incidents.
  • vexyl triage: Run a fast health sweep and see next actions.
  • vexyl metrics --watch: Stream live telemetry with zero latency.
  • vexyl incidents explain <id>: Get intelligent root-cause analysis for specific incidents.
  • vexyl incidents pack <id>: Export a sharable incident summary pack.
  • vexyl deploy check: Risk-check recent telemetry before rollback decisions.
  • vexyl deploy rollback: Instantly revert to the last known healthy state.
  • vexyl config: Manage your workspace and engine endpoints.
  • vexyl billing usage recent: Inspect recent usage events.
  • vexyl billing usage series: View usage totals over time.

All commands support --demo for a no-setup preview.

Why vexyl?

  • Zero Touch: No code changes required. Maps your Workers, D1, and Queues automatically.
  • Privacy First: Observes systems, not people. Zero PII storage.
  • Automation Ready: Every command supports --json for CI/CD gating and scripting.

© 2025 Vexyl Labs. All rights reserved.