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

aimaxxing

v0.1.1

Published

Privacy-preserving verified AI usage reporter for AI Maxxing

Readme

AI Maxxing reporter

aimaxxing is the privacy-preserving local usage reporter for an AI Maxxing profile. It supports Node.js 22 or newer and runs only when you explicitly invoke it. It installs no daemon, hook, extension, or scheduled task.

Commands

npx aimaxxing@latest import
npx aimaxxing scan
npx aimaxxing link
npx aimaxxing sync
npx aimaxxing status
npx aimaxxing unlink

import is the recommended first-run flow: it scans supported local sources, previews the aggregate, opens AI Maxxing for browser approval, links the machine, and uploads the approved initial snapshot. The production API at https://www.aimaxxing.lol is used by default.

scan is always offline. link links without uploading the first snapshot, while sync updates an existing linked reporter. --yes skips only the aggregate-transmission prompt; it never bypasses unlink or data-deletion confirmations. Set AIMAXXING_API_URL only while using a self-hosted or local instance.

What leaves your machine

During browser linking, the reporter sends a generated machine ID, public signing key, and a generic operating-system label such as macOS reporter. It does not send the computer's hostname. After linking, only daily usage aggregates are sent: reporter ID, submission ID, timestamp, pricing version, tool, model, UTC day, session count, mutually exclusive uncached-input/output/cache token counts, cost, and an Ed25519 signature. The server recalculates Codex and Claude API-equivalent estimates from its matching versioned rate card; OpenCode cost comes from its own session database. An API estimate is not a subscription charge or a claim about your bill. Verified rows are stored separately per linked machine so a new snapshot cannot overwrite manual reports or another machine.

Prompts, responses, source code, reasoning, commands, tool arguments, file paths, repository names, titles, attachments, raw log records, session IDs, and record IDs are never included in the payload. The local private key and machine identity are stored in a mode-0600 config file on POSIX systems and are redacted by status.

Supported sources

  • Claude Code JSONL under ~/.claude/projects
  • Codex CLI JSONL under ~/.codex/sessions
  • OpenCode's supported opencode.db session aggregate format under its platform data directory

OpenCode is opened read-only and queried with an explicit aggregate-column allowlist. Unknown models retain accurate token counts but can show $0 estimated API-equivalent value until a reviewed pricing snapshot supports them. Pricing and token-accounting semantics are versioned in every upload; outdated reporters are rejected instead of being allowed to overwrite corrected data.

unlink sends a signed, replay-protected revocation request. You separately choose whether that reporter's previously synced rows should be deleted. Publishing an AI Maxxing profile remains a separate account-level choice in the web settings.