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

@noice-tech/demo-recorder

v0.1.0

Published

Create product demo videos for web apps with coding agents

Readme

Demo Recorder

Create product demo videos with your coding agent.

Describe the demo you need, and your coding agent explores the web app, records the flow, adds cursor movements and zooms, then renders the finished video.

Example

Alpha: Demo Recorder is under active development. Expect rough edges and changes before the first stable release.

What it's for

Shipping features is fast. Recording demos usually isn't.

You have to plan the walkthrough, record a clean take, edit it, and package everything for sharing. Then the product changes and the video is already out of date.

Demo Recorder lets you automate this through your coding agent. Tell it the flow you want, and it walks through the product, records the demo, and renders the video. It can also record a feature after an agent finishes building it, making the result easier to review without manually retracing the flow.

Common use cases:

  • demos for product updates and release posts
  • short walkthroughs for documentation and tutorials
  • video previews of features built by coding agents
  • visual context for pull requests and handoffs
  • clips for launch posts and social media
  • internal walkthroughs for teammates and stakeholders

Getting started

Requirements

  • Node.js 22 or newer
  • ffmpeg and ffprobe
  • Pi, Claude Code, Codex, Cursor, or another terminal-capable coding agent

See the FFmpeg installation guide for setup instructions on macOS, Windows, and Linux.

Installation

Install the skill:

npx skills add noice-tech/demo-recorder

Then ask your coding agent for the demo you want:

Create a short demo of banger.show. Start on the home page, open the music visualizer, and show it in action. Keep it smooth and under 25 seconds.

On first use, the skill asks before installing its pinned runtime in a user cache. It also asks separately before downloading Playwright Chromium if it is not already available.

Or ask it to record the result of a development task:

Implement the new sharing flow, then record a short demo showing how it works.

npm package

This package supplies the deterministic Demo Recorder tools used by the skill. The host coding agent supplies the reasoning; Demo Recorder does not call a model API.

For the complete workflow, documentation, and examples, see the Demo Recorder repository.

License

Demo Recorder is available under the MIT License.

FFmpeg and ffprobe are used from your existing system installation and are not bundled with the project. See Third-Party Notices for bundled licenses and attributions.