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

bun-sticky

v2.0.0

Published

Fastest bun under the sum. FAF scoring for Bun — powered by Mk4 WASM.

Readme

Bun Sticky

Fastest bun under the sun. Zero dependencies. Mk4 WASM kernel. Pure Bun.

bunx bun-sticky score
────────────────────────────────────────────────

   ▄▄       ▄▀▀▀ ▀█▀ █ ▄▀▀ █▄▀ █ █
  ████      ▀▀█▄  █  █ █   █▀▄  █
██████      ▄▄▄▀  █  █ ▀▀▀ █ █  █
████████
████████    █▀▄  █ █ █▀▄
 ██████     ██▀  █ █ █ █
   ████     █▄▀  ▀▄▀ █ █
     ▀▀

🥐 Bun Sticky v2.0.0
   Fastest bun under the sun.

────────────────────────────────────────────────

  Project: my-cli
  Type:    cli

  🏆 100%  Trophy
  Filled: 11/11 slots
  Powered by faf-wasm-core v1.0.0 (Rust Mk4 WASM)

What is This?

Bun Sticky scores your project's AI-readiness using the Mk4 WASM kernel — the same Rust compiler that powers faf-cli, mcpaas.live, and builder.faf.one. 284μs per score.

FAF (Foundational AI-context Format) is an IANA-registered format — project DNA for AI assistants.

v2.0.0 — The WASM Edition

  • faf-wasm-core embedded — Mk4 Rust WASM kernel (322KB)
  • Data-driven slotignore — the .faf file carries the scoring truth
  • 284μs per score — benchmarked
  • 369 tests across 3 suites, 0 failures
  • Zero dependencies — still zero

Try It

No install needed:

bunx bun-sticky score       # Score your project (WASM kernel)
bunx bun-sticky wasm-score  # Score with detailed WASM output
bunx bun-sticky bench       # Benchmark: 284μs per score
bunx bun-sticky badge       # Get your mcpaas.live badge
bunx bun-sticky init myapp  # Create project.faf
bunx bun-sticky sync        # Sync to CLAUDE.md
bunx bun-sticky version     # Show version
bunx bun-sticky help        # All commands

Or install globally:

bun install -g bun-sticky

Scoring

21 slots across 5 categories. Data-driven — the .faf file carries the truth:

  • populated — slot has a value (counts toward score)
  • empty — slot is missing (counts against score)
  • slotignored — slot doesn't apply to this project type (excluded from denominator)

Score = Populated / Active × 100 where Active = Total - Ignored

A CLI project marks frontend/backend slots as slotignored in the .faf file itself. Every engine reads the same file, skips the same slots, gets the same score.

Tiers

| Score | Tier | |-------|------| | 100% | 🏆 Trophy | | 99%+ | 🥇 Gold | | 95%+ | 🥈 Silver | | 85%+ | 🥉 Bronze | | 70%+ | 🟢 Green | | 55%+ | 🟡 Yellow | | <55% | 🔴 Red |

Speed

  • WASM score: 284μs average (Mk4 Rust kernel)
  • Cold start: <50ms
  • Zero dependencies: Pure Bun APIs
  • TypeScript native: No build step
  • 322KB: Embedded WASM binary

Testing

369 tests across 3 suites. Full Bun test API coverage.

bun test

The Kernel

bun-sticky embeds faf-wasm-core — a kernel router that wraps the published Rust WASM behind a FafKernel interface. Rust today, Zig Cascade tomorrow. Same interface, no consumer changes.

import { init } from "./lib/core";

const kernel = await init("rust");  // or "zig" when Cascade ships
const result = kernel.score(yaml);  // Same interface. Any engine.

Same interface, any engine. One kernel, one truth.

Want More?

bun-sticky scores your project. faf-cli is the full toolchain — 33 MCP tools, bi-sync, tri-sync, and more.

bunx faf-cli auto          # Bun
npx faf-cli auto           # npm
brew install faf-cli && faf auto  # Homebrew

FAF Ecosystem

Part of FAF — 36,000+ downloads across npm, PyPI, and crates.io. See faf-cli for the full toolchain.

License

MIT


Part of the FAF ecosystem. Powered by Mk4 WASM.