A minimal Next.js app (no auth) to trigger Runway video generation.
- Copy
.example.envto.envand set:
RUNWAY_API_KEY=your_runway_api_key
- Install dependencies:
npm install
- Run the dev server:
npm run dev
Open http://localhost:3000 and use the form to generate a video job. The API route calls Runway’s image_to_video endpoint with your prompt.