New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

quickpeak

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

quickpeak

Auto-generate demo videos for your web app with AI

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

QuickPeak

Auto-generate demo videos for your web app with AI.

Quick Start

npm install -g quickpeak

qp http://localhost:3000

Setup

Create .env:

GROQ_API_KEY=gsk_xxx

Get a free API key at groq.com

Requirements:

npx playwright install chromium
brew install ffmpeg  # macOS
apt install ffmpeg   # Linux

Workflow

qp http://localhost:3000
# -> Generates demo/plan.json
# -> Pause to review/edit
# -> Press Enter to record
# -> Output: demo/demo.mp4

Config

A quickpeak.config.json is auto-created on first run:

{
  "video": { "width": 1080, "height": 1920 },
  "audio": { "voice": "Celeste-PlayAI" }
}

Output

  • demo/demo.mp4 - Final video
  • demo/plan.json - Editable script

License

MIT

Keywords

demo

FAQs

Package last updated on 05 Dec 2025

Related posts