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

@golproductions/envie

v0.5.2

Published

Type into your AI to generate videos, then read them back in full. Envie gives Claude Code, Cursor, and any MCP client a verified video render engine plus a translation layer that turns a finished video into motion, loudness, and sync an AI can actually j

Readme

Envie

Type into your AI. Get a video.

Describe a video to your AI and get a real, verified video file back. Envie plugs into Claude Code, Cursor, or any MCP client, renders what your AI designs frame by frame, and runs the result through six verification gates before you see it. 3 free renders a day, then $3.00 AUD per video.

Built by GOL Productions, on the same conviction as Check: never trust unverified AI output.

Install

claude mcp add envie -- npx -y @golproductions/envie mcp

Or in any MCP config (Cursor, Windsurf, anything that speaks MCP):

{ "mcpServers": { "envie": { "command": "npx", "args": ["-y", "@golproductions/envie", "mcp"] } } }

Then just ask your AI:

make me a 15 second vertical launch video for my app

What happens

  1. Your AI reads the authoring contract (envie_guide) and writes a composition: one self-contained HTML file. Any design, any motion, any format. No templates, no stock footage.
  2. envie_render films it deterministically: headless Chrome, every animation seeked frame-by-frame, encoded with ffmpeg. Landscape, vertical (TikTok/Reels/Shorts), or square, up to 4K and 60fps. Delivers H.264 by default, or broadcast-grade H.265, ProRes 422 HQ / 4444, and DNxHR via --format. Narrated voiceover in sync.
  3. Six verification gates inspect the result before you ever see it: real container, both streams, audible audio, no black segments, no freezes, no dead endings. A failing video is never handed over. Your AI gets the gate report and fixes it, the same loop you already use for code.
  4. envie_translate reads the finished video back in full. It walks every frame and the whole audio track and turns the file into things an AI can actually judge: per-frame motion, integrated loudness and true peak, the timestamp of every audio hit, and how far each hit sits from the moment its on-screen content lands. It returns a spectrogram, a motion-vs-sound timeline, and a whole-film contact sheet, plus a self-contained HTML report. It does not pretend to hear or to watch: it translates every fact of both into a number or an image, and leaves taste to you.

Requirements

  • Node 24
  • Google Chrome installed (or set ENVIE_CHROME to your Chrome binary)
  • ffmpeg on PATH
  • Local voiceover currently supports Windows (SAPI). Other platforms: bring your own audio.

Free vs Pro

Free renders are full quality and fully verified, and carry a "Made with Envie" mark. Every machine gets 3 free renders a day.

Watermark-free renders are metered: $3 AUD per video, billed to your GOL account wallet at golproductions.com/envie. Add funds with Stripe in the console ($9 AUD covers three clean videos). Out of funds, you fall back to the free tier: 3 watermarked renders a day.

Set your key once and render clean:

claude mcp add envie -e ENVIE_LICENSE_KEY=gol_yourkey -- npx -y @golproductions/envie mcp

Keys are validated server-side on every render; billing is never client-side.

CLI

envie render <composition.html> -o out.mp4 [--narration "text"] [--voice NAME] [--fps N] [--format h264|h265|prores|prores4444|dnxhr]
envie verify <video.mp4>
envie translate <video.mp4> [-o dir]
envie guide
envie mcp
envie install

License

Proprietary. Free to install and use; the source may not be modified, redistributed, or used to build competing services. See terms.


Envie is built on Check. Deterministic gates for AI.