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

nowcoding

v0.1.0-alpha.3

Published

CLI for NowCoding — sync your AI coding activity to your public profile.

Readme

nowcoding

NowCoding shows what builders are coding with AI right now, then turns that live activity into profiles, README cards, badges, and social proof.

NowCoding Cloud

Use hosted V2 when you want official profile, card, badge, streak, and Arena leaderboard links without deploying a self-hosted server:

npm install -g nowcoding
nowcoding login
nowcoding daemon install
nowcoding daemon start
nowcoding status

The official hosted domain is https://nowcoding.cc. Cloud returns official profile, card, badge, and Arena links from that domain after login.

nowcoding login opens GitHub OAuth and binds this CLI to your Cloud account with a scoped NowCoding device token. The normal path should return directly to the terminal after OAuth succeeds. Extra confirmation is reserved for unusual sessions or changes to public-field consent. Cloud official card/profile links include V2 engagement fields such as estimated AI-assisted time saved, peak activity, milestone, top model, streak, and the 7-day token sparkline. Arena leaderboards can rank by tokens, estimated cost, active time, streak, or time_saved.

Self-hosted mode does not contact NowCoding Cloud or Arena unless you explicitly run nowcoding login or nowcoding arena connect.

Verify from GitHub source

git clone https://github.com/tianpeng-dev/nowcoding.git
cd nowcoding
corepack enable
pnpm install
pnpm --filter nowcoding build
node apps/cli/bin/nowcoding.js --help

Self-hosted commands

npx nowcoding init --endpoint "$NOWCODING_RC_BASE_URL"
npx nowcoding sync
npx nowcoding heartbeat

The CLI stores the endpoint and token in local user config. Do not commit local secrets, config, or data.

Install the package globally before installing a long-running daemon:

npm install -g nowcoding
nowcoding daemon status
nowcoding daemon install
nowcoding daemon start
nowcoding daemon stop
nowcoding daemon restart
nowcoding daemon uninstall
nowcoding daemon foreground

nowcoding daemon install writes a user-level launchd service on macOS or a systemd user service on Linux. It refuses transient npx/pnpm dlx paths; use a stable global or local binary for long-running collection.