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

@spark-apps/quickpeak

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-apps/quickpeak

Auto-generate demo videos for your web app with AI

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

<img src=imgs/logo.png>

Demo videos for your web app with AI

npm MIT Discord GitHub Stars

Quick Start

npm install -g @spark-apps/quickpeak
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...)
video.width/heightResolution (default: 1080x1920)
video.qualityQuality 0-1 (default: 0.5)
music.pathBackground music file
music.volumeMusic volume 0-1 (default: 0.3)
intro.enabledEnable voice intro
output.dirOutput directory (default: ./demo)

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

Supported Languages
CodeLanguageCodeLanguage
enEnglisharArabic
esSpanishfrFrench
deGermanzhChinese
jaJapanesekoKorean
ptPortuguesehiHindi
itItalianruRussian

See src/voices.ts for all 60+ supported languages.

Caption Style

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

Classic Yellow

.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;
}

Output

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

🌱 Support & Contributions

⭐ Star the repo & I power up like Mario 🍄
☕ Devs run on coffee - [Buy me one?][coffee-link]
💖 Sponsor Your support helps maintain and improve the tool
💰 Crypto tips welcome - Tip in crypto
🤝 Contributions are welcome - [🍴 Fork][fork-link], improve, PR!
🎥 Need help? YouTube [Setup Tutorial][vid-link] • Discord Join Discord

MIT License - Made with ☕ by Spark Apps

Keywords

demo

FAQs

Package last updated on 09 Dec 2025

Related posts