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

reelme

v0.4.0

Published

Turn your repo into launch videos for social platforms. Rendered on your machine with Remotion — no accounts, no uploads.

Readme

reelme

Turn your repo into launch videos for social platforms — rendered on your machine with Remotion. No accounts, no API keys, nothing uploaded.

reelme is the rendering engine behind the reelme agent skill. The skill does the thinking (it reads your repo, interviews you, and writes a reelme.json brief at your repo root); this CLI does the work: it scaffolds a Remotion project in a global cache and renders one video variant per publishing platform.

Install & use

No install needed:

npx reelme render

Run it in a repo that has a reelme.json. To create one, use the agent skill in Claude Code, Cursor, Gemini CLI, or any Agent Skills-compatible agent:

npx skills add RubenGlez/reelme

Commands

| Command | What it does | |---|---| | npx reelme render | Renders every platform selected in reelme.json to ./reelme-out/ | | npx reelme studio | Opens Remotion Studio against the cached project, for previewing and tweaking | | npx reelme validate | Checks reelme.json (schema, platforms, scene types and fields) without rendering | | npx reelme clean | Removes this project's cache (add --all to wipe every project's cache in ~/.reelme/cache) |

How it works

  • Your repo keeps only two things: reelme.json (the brief — commit it, it's your video's source of truth across releases) and reelme-out/ (rendered videos; add it to .gitignore).
  • The heavy Remotion project lives in ~/.reelme/cache/<project-hash>/, scaffolded on first render and reused afterwards. Re-renders don't reinstall anything; upgrading the CLI (or changing the template's dependencies) rebuilds the scaffold automatically.
  • Each platform you select (X, LinkedIn, YouTube, TikTok, Instagram Reel/Story/Feed, GitHub README) maps to a preset that resolves dimensions, duration ceilings, and safe areas internally — you never deal with aspect ratios. GitHub README outputs a GIF; everything else is MP4. Briefs with a teaser cut also get a short <platform>-teaser.mp4 per social platform.

Requirements

  • Node.js >= 18
  • pnpm (used to install render dependencies inside the cache)

The first render needs network access: it installs the Remotion project into the cache (npm registry), downloads a headless Chrome build (hundreds of MB, once), and fetches the on-screen fonts from Google Fonts. After the first successful render most of this is cached, but font loading still runs per render — nothing you author is ever uploaded.

License

MIT