@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 +22 -0
- package/assets/demo.gif +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# demowright
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@matte97p/demowright)
|
|
4
|
+
[](https://www.npmjs.com/package/@matte97p/demowright)
|
|
5
|
+
[](https://github.com/matte97p/demowright/stargazers)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
[](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.
|
package/assets/demo.gif
ADDED
|
Binary file
|