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

@omniblocks/clippy

v0.1.0

Published

Clippy is a tool for building TurboWarp extensions.

Readme

Clippy

"The vite of custom blocks" -Office Assistant

Clippy is a tool for building TurboWarp extensions.

Clippy is very easy to use. All you have to do is run clippy init, and you're ready to start coding your blocks in JavaScript or TypeScript!

If you are more experienced with TurboWarp extensions, you can use src/runtime.js / src/runtime.ts to add custom code that runs before and after registering your extension, this lets you add event handlers to the Scratch VM.

For more info, visit: https://omniblocks.github.io/clippy

Etymology

The name comes from an inside joke in the AmpMod community, where on April Fools, Clippy would show at the bottom right of the editor, suggesting completely random features or saying outright weird things.

The joke began in April 2025, and has returned every year since.

We won't get much into that, but there is an article about it on their wiki.

How Clippy works

Clippy has 2 modes:

  • Dev mode: This mode gives you a dev server that hot-reloads your extension's blocks and menus in place when you make changes, without reloading the page. It also adds some dev extras. This is not intended for distributing your extension to galleries.
  • Build mode: This

FAQ

Is Clippy an "assistive" tool?

We do not consider Clippy to be an assistive tool in the way things such as TurboBuilder or ExtForge are. Clippy is merely an abstraction for manually writing extensions. It is not a programming language; extensions are still written in JavaScript (or TypeScript, but that's still ECMAScript).

Note that Clippy is currently unsuitable for publishing your extension to TurboWarp.

Todo

  • [x] TypeScript support
  • [x] Better eslint integration. Our current one is simply using eslint as a wrapper instead of actually letting people run eslint themselves
  • [x] Hot reloading
  • [x] Replace esbuild with Rolldown.

License

MPL-2.0.

Note: Clippy does not claim copyright over either its input or a resulting JavaScript file generated by it.