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

n8n-nodes-vidiai

v1.0.0

Published

n8n community node for Vidiai — AI video, image and music generation API

Readme

n8n-nodes-vidiai

n8n community node for Vidiai — AI video, image, and music generation API.

Installation

In your n8n instance:

  1. Go to Settings > Community Nodes
  2. Click Install a community node
  3. Enter n8n-nodes-vidiai
  4. Click Install

Or install manually:

cd ~/.n8n
npm install n8n-nodes-vidiai

Credentials

  1. Sign up at vidiking.com
  2. Go to Dashboard > API to get your API key
  3. In n8n, create a new Vidiai API credential and paste your key
  4. Choose Production or Sandbox (free, watermarked) environment

Resources & Operations

Video

  • Render — Render a video from a timeline JSON
  • Stitch — Stitch multiple videos together with optional transitions
  • Trim — Trim a video to a specific time range
  • Subtitles — Auto-generate and add subtitles
  • Upscale — Upscale video resolution
  • Check Status — Check the status of any job

Image

  • Generate — Generate an image from a text prompt (DALL-E 3, Flux, Stable Diffusion)
  • Edit — Crop, resize, filter, remove background, or upscale an image
  • To Video — Convert a still image to a video with motion effects
  • Bulk Generate — Generate images in bulk from a template and data array

Audio

  • Voiceover — Generate text-to-speech voiceovers (ElevenLabs)
  • Add to Video — Mix audio into an existing video

Template

  • Render — Render a template with custom field values
  • List — Browse available templates by category

AI

  • Generate Video — Generate a video from a text prompt
  • Generate Script — Generate a video script with tone and audience targeting

Wallet

  • Get Balance — Check your current balance
  • Get Usage — View usage statistics by period

Trigger Node

Vidiai Trigger listens for webhook events from the Vidiai API:

  • job.complete — fires when any render/generation job finishes
  • job.failed — fires when a job fails

The trigger automatically registers and unregisters the webhook URL with the Vidiai API.

Quick Examples

1. Real Estate Listing Video

Manual Trigger -> Vidiai (Template: Render) -> Output

Set the template ID to a real estate template, pass property details as modifications (address, price, photos), and get a finished video URL.

2. AI Script to Voiceover

Manual Trigger -> Vidiai (AI: Generate Script) -> Vidiai (Audio: Voiceover) -> Output

Generate a script for any topic, then immediately convert it to a professional voiceover.

3. Social Media Image + Video

Manual Trigger -> Vidiai (Image: Generate) -> Vidiai (Video: Render) -> Output

Generate an AI image, then compose it into a video with text overlays and animations.

See the /examples directory for importable n8n workflow JSON files.

Documentation

Full API documentation: docs.vidiking.com

License

MIT