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

pingfusi

v0.8.0

Published

pingfusi: clone websites pixel-perfect and polish any AI-built draft, verified with review rounds. Enforced, gated workflow — a green check is a command that exits 0, never a screenshot.

Downloads

2,442

Readme

pingfusi

❌ Without pingfusi

AI clones 90% correctly — then you burn prompt after prompt fixing the last 10%:

  • ❌ layout wrong
  • ❌ fonts wrong
  • ❌ colors wrong
  • ❌ animation wrong
  • ❌ vibes wrong

✅ With pingfusi

Clone any website pixel-perfect. No iteration needed.

Installation

npx pingfusi setup        # one interactive command: install, tunnel, review login, agent skills

Prompts

clone www.example.com. use pingfusi.
clone header of www.example.com. use pingfusi.
clone hero of www.example.com. use pingfusi.

Quick start — clone a site

pingfusi new acme https://www.example.com/ 1512   # scaffold targets/acme/ (1512 = viewport width in px, measured throughout)
pingfusi sink                                     # snapshot receiver on :7799 (separate terminal)
pingfusi serve acme                               # serve the clone + capture tools on :8080
pingfusi draft acme push                          # hosted draft: stable public url for review rounds
pingfusi review acme file                         # reviewer answers in minutes

Quick start — polish an existing draft

No pixel pipeline, just the review loop:

pingfusi adopt mydraft https://original-site.com/ 1512 # register your draft + the original it should match (1512 = viewport width in px)
pingfusi tunnel mydraft --url http://localhost:3000    # tunnel your own dev server
pingfusi review mydraft file                           # reviewer answers in minutes

Command reference

pingfusi setup                          first contact — interactive onboarding
pingfusi doctor                         read-only preflight; a fix command per miss
pingfusi where                          print the installed kit's directory
pingfusi remove                         clean uninstall (also sweeps older-generation installs)

pingfusi new     <name> <url> [width]   scaffold a clone target
pingfusi adopt   <name> <url> [width]   register an external draft for review-only
pingfusi capture-build <name>           build the clone from the captured live DOM
pingfusi serve   <name> [port]          serve the clone + capture tools
pingfusi draft   <name> push            upload the clone as a HOSTED draft — stable public
                                        url, survives your machine sleeping (review default)
pingfusi draft   <name> status|delete   re-verify / delete the hosted draft
pingfusi tunnel  <name> [--url <dev>]   verified public HTTPS tunnel (adopted dev servers)
pingfusi sink                           snapshot receiver (:7799)
pingfusi score   <name>                 live-vs-clone score + delta vs last run
pingfusi diff    <live> <clone>         raw numeric diff (--visual | strict)

pingfusi review  <name> file            file a scope-pinned review round
pingfusi review  <name> poll "q"        mid-round micro-check with a reviewer
pingfusi wait    <ping_id>              block until a review round resolves (wake-on-verdict)
pingfusi status  <name>                 phase table + next required action
pingfusi gate    <name> <phase>         run one gate read-only (exit 0/1)
pingfusi advance <name> <phase>         record a phase (gate must pass)
pingfusi ledger  <name>                 the audit trail

License

MIT