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

@spark-apps/quickpeek-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-apps/quickpeek-cli

Auto-generate demo videos for your web app with AI

npmnpm
Version
1.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

QuickPeek CLI

Auto-generate demo videos for your web app with AI

npm MIT Discord

Quick Start

npx @spark-apps/quickpeek-cli localhost:3000

Or install globally:

npm install -g @spark-apps/quickpeek-cli
qp localhost:3000

Requirements: ffmpeg, Groq API key (free)

Features

FeatureDescription
AI PlanningGroq AI analyzes your app and generates demo steps
Voice OverFree Edge TTS narration in 60+ languages
Karaoke CaptionsWord-by-word highlighted subtitles
Background MusicOptional music with fade in/out
Smart ZoomPer-step zoom for focused demos

Examples

Basic

qp localhost:3000

With Options

qp localhost:3000 lang=es -d "A todo app for managing daily tasks"
OptionDescription
langVoice language (en, es, ar, zh...)
-d, --descriptionApp description to guide AI
--skip-voiceReuse existing voiceover

Configuration

Config is auto-generated on first run. Edit quickpeek.config.json to customize:

OptionDescriptionDefault
plan.maxStepsMax demo steps8
video.width/heightResolution1080x1920
video.qualityQuality 0-10.5
video.cursorShow mouse cursortrue
video.fadeIn/fadeOutFade duration0.3s
music.pathBackground music file-
music.volumeMusic volume 0-10.3
output.dirOutput directory./demo

Output

FileDescription
demo/demo.mp4Final video
demo/plan.jsonEditable script (re-run to apply changes)

Supported Languages

CodeLanguageCodeLanguage
enEnglisharArabic
esSpanishfrFrench
deGermanzhChinese
jaJapanesekoKorean
ptPortuguesehiHindi

60+ languages supported via Edge TTS.

Caption Styling

Edit captions.css (auto-generated) to customize:

.caption {
  font-family: Arial, sans-serif;
  -webkit-text-stroke: 3px #000000;
}
.caption .regular {
  font-size: 56px;
  color: #FFFFFF;
}
.caption .highlight {
  font-size: 64px;
  color: #FFFF00;
}

MIT License - Made with ☕ by Spark Apps

Keywords

demo

FAQs

Package last updated on 09 Dec 2025

Related posts