This project is a simple Node.js web application that communicates with the Runway Gen‑4 Video API. It lets you generate videos from any image URL via a browser based interface.
-
Install dependencies
npm install
-
Start the web server
npm start
-
Open your browser and navigate to http://localhost:3000.
You will be prompted to enter your Runway API key along with the image URL and prompt text. Generated videos are stored in your browser's local storage so they will appear again when you refresh the page.
To use the video generation features you will need a Runway API account, key and credits. Follow the Runway API Quickstart guide.