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

aitaxadvise-admin

v1.0.2

Published

AITaxAdvise admin CLI - platform management for AI tax advisory. Tenant CRUD, user management, billing, support, audit.

Readme

AITaxAdvise Admin CLI

Platform administration for AITaxAdvise.com from the terminal.

Quick Start

npm install -g aitaxadvise-admin
tax login --key YOUR_SA_API_KEY
tax stats

Commands

Setup

| Command | Description | |---------|-------------| | tax login [--key KEY] | Save API key (interactive or flag) | | tax login --local | Save to project-local config | | tax logout | Remove saved API key | | tax me | Show current account info | | tax config | Show config locations and active source |

Dashboard

| Command | Description | |---------|-------------| | tax stats | Platform overview (tenants, users, consultations) | | tax revenue | MRR, ARR, total revenue, fees, payouts | | tax funnel | Signup funnel with conversion rates | | tax signups [--days 7] | Recent signups |

Admin (14 subcommands)

| Command | Description | |---------|-------------| | tax admin tenants | All tenants table | | tax admin tenant-view SLUG | Full tenant detail | | tax admin tenant-create SLUG [--plan X] [--email X] | Provision tenant | | tax admin tenant-plan SLUG --plan X | Change plan | | tax admin tenant-verify SLUG | Bypass payment verification | | tax admin tenant-suspend SLUG | Suspend tenant | | tax admin tenant-activate SLUG | Reactivate tenant | | tax admin tenant-delete SLUG | Delete tenant + all data | | tax admin users | List all users | | tax admin user-create --email X -p X | Create user | | tax admin user-reset EMAIL -p NEWPASS | Reset password | | tax admin user-delete EMAIL | Delete user | | tax admin billing | Revenue summary | | tax admin discount CODE [--months 3] | Create discount code |

Support

| Command | Description | |---------|-------------| | tax tickets [--status open] | List tickets | | tax ticket show NUMBER | Ticket detail | | tax ticket reply NUMBER MESSAGE | Reply to ticket | | tax ticket close NUMBER | Close ticket |

Platform

| Command | Description | |---------|-------------| | tax audit [--tenant X] [--days 30] | Activity trail | | tax notifications [--since ISO] | Recent activity feed | | tax settings | Platform settings | | tax settings roadmap --public true | Toggle roadmap | | tax settings branding --logo URL | Set CDN logo |

Keys

| Command | Description | |---------|-------------| | tax key | Show API key info | | tax key rotate | Rotate key | | tax key revoke | Revoke key |

System

| Command | Description | |---------|-------------| | tax health | Server health check | | tax reset --confirm | Wipe all data (DANGEROUS) | | tax mcp-serve | Start MCP server for Claude Code | | tax version | Show CLI version | | tax help | Show all commands |

Flags

| Flag | Description | |------|-------------| | --key KEY | API key (overrides env/config) | | --url URL | Base URL (default: https://aitaxadvise.com) | | --json | Output raw JSON | | --help | Show help |

Config Priority

  1. --key flag (highest)
  2. TAX_ADMIN_KEY environment variable
  3. ./.tax-admin/config.json (project-local)
  4. ~/.tax-admin/config.json (global, lowest)

MCP Server (Claude Code)

Add to .mcp.json:

{
  "mcpServers": {
    "aitaxadvise": {
      "type": "stdio",
      "command": "tax",
      "args": ["mcp-serve"]
    }
  }
}

License

Proprietary - Tyga.Cloud Ltd. See LICENSE file.