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

remotion-kinetic-kit

v0.1.0

Published

Reusable Remotion components for kinetic-text social reels: entrances, flash cuts, light sweeps, and typed scene primitives.

Readme

remotion-kinetic-kit

Reusable Remotion components for kinetic-text social reels — the kind of fast, caption-driven vertical video used for Instagram/TikTok hooks, benefit lists, and CTAs. Instead of stock swipe/fade transitions, this kit ships hand-built entrances (blur + rise, 3D card-turn), flash cuts, and a soft light-sweep beat change.

What's included

  • Scene primitivesTwoLineScene, BigStatementScene, IntroLineScene, BenefitCard: typed, ready-to-use full-screen scenes for hooks, pain points, and numbered benefit lists.
  • Entrance hooksuseKineticIn, useKineticInX, useCardIn3D: spring-based blur/scale/translate entrances you can apply to any element.
  • TransitionsFlashCut (color-punch wipe) and LightSweep (soft radial glow pulse) for story-beat changes.
  • Ambient helpersBackdrop (navy gradient + film grain), DriftGlow (slow-drifting background glow), IntroZoom (subtle punch-in on the first frames), ProgressBar, StepDots.
  • Audio helpersRiserSound, CameraFlashSound, BackgroundSong: thin wrappers around Remotion's <Audio> that take a file in /public as a prop. No audio files are bundled — bring your own (see below).

See src/DemoReel.tsx for a full composition wired together, and src/shared.tsx for the components themselves.

Commands

npm i
npm run dev      # opens Remotion Studio with the demo composition
npm run render   # renders the demo to out/demo.mp4

Using this in your own project

  1. Copy src/shared.tsx into your Remotion project (or depend on this repo directly).
  2. Compose your own reel from the primitives, following the pattern in src/DemoReel.tsx.
  3. If you use RiserSound, CameraFlashSound, or BackgroundSong, drop your own royalty-free audio into public/ and pass the filename as src.

Why no bundled audio or stock images

This kit intentionally ships with zero bundled media assets. Sound-effect and music licenses (Pixabay, Epidemic Sound, etc.) generally permit using the track in a finished video, not redistributing the raw file inside an open-source repo — so none is included here. Wire up your own licensed audio via the src props above.

License

MIT — see LICENSE.