@matte97p/demowright 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # demowright
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@matte97p/demowright.svg)](https://www.npmjs.com/package/@matte97p/demowright)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@matte97p/demowright.svg)](https://www.npmjs.com/package/@matte97p/demowright)
5
+ [![GitHub stars](https://img.shields.io/github/stars/matte97p/demowright?style=flat&logo=github)](https://github.com/matte97p/demowright/stargazers)
6
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
+ [![Node](https://img.shields.io/badge/node-%E2%89%A520-blue)](https://nodejs.org/)
8
+
9
+ <p align="center"><img src="assets/demo.gif" alt="demowright recording a demo — captions, synthetic cursor and auto-zoom baked in" width="640"></p>
10
+
11
+ > ☝️ This GIF was rendered by demowright itself, from the bundled [`examples/local-demo.config.js`](examples/local-demo.config.js). Change the UI, re-run, and it's current again.
12
+
3
13
  Product demo videos rot the moment you touch the UI. You record a beautiful 40-second walkthrough, ship a redesign two weeks later, and now the video is a lie — but re-recording it by hand is annoying enough that nobody does it.
4
14
 
5
15
  So I wrote this: a demo video you describe as a **script that lives in your repo**. Playwright drives the browser, and the polish — captions, a smooth synthetic cursor, auto-zoom on what matters, an end card — is painted straight into the recording. No external editor, no SaaS, no "click here to start your trial". When the UI changes, you re-run it in CI and the video is current again.
@@ -110,3 +120,15 @@ The overlay attaches itself to `<html>` rather than `<body>`, so the zoom transf
110
120
  ## License
111
121
 
112
122
  MIT © Matteo Perino
123
+
124
+ ## Related tools
125
+
126
+ Part of my open-source toolkit — [github.com/matte97p](https://github.com/matte97p):
127
+
128
+ - [rlsgrid](https://github.com/matte97p/rlsgrid) — catch cross-tenant Row-Level Security leaks in Postgres/Supabase
129
+ - [pentest-framework](https://github.com/matte97p/pentest-framework) — low-noise pentest orchestration, normalized to one schema and rendered to a PDF
130
+ - [GeoSuite CLIs](https://github.com/TryGeoSuite) — zero-dep Generative Engine Optimization toolkit
131
+
132
+ ---
133
+
134
+ ⭐ If demowright saved you a re-recording, [give it a star](https://github.com/matte97p/demowright) — it helps other people find it.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matte97p/demowright",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },