feat(showcase): add reusable demo video recorder

This commit is contained in:
2026-06-30 12:25:21 +03:30
parent 785ed98ffc
commit 66a721f77d
6 changed files with 1466 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ This repository is intentionally documentation-only. The production backend, fro
- Website: [https://qlockify.ir](https://qlockify.ir)
- Demo: use the demo entry point on the landing page to create an isolated temporary workspace.
- Product tour video: [assets/videos/qlockify-demo-flow.webm](assets/videos/qlockify-demo-flow.webm)
## What Qlockify Does
@@ -77,19 +78,6 @@ The screenshots below were captured from an isolated local demo workspace with s
More screenshots are available in [`assets/screenshots`](assets/screenshots/).
## Regenerating Screenshots
Screenshots are generated locally from a running Qlockify frontend/backend pair:
```powershell
cd scripts
npm install
cd ..
node scripts/capture-screenshots.js
```
The reusable script and its environment variables are documented in [`scripts/README.md`](scripts/README.md).
## Tech Stack
- Backend: Django, Django REST Framework, Celery