DeepSeek Harness plugin

dsh-plugin-dvd-bounce

DSH Web plugin: a floating DVD-style wordmark that drifts across the viewport and bounces off the browser edges, cycling color on every hit

Jump to install

Source facts

Repository
mervyn-teo/dsh-plugin-dvd-bounce
Latest update
Aug 15, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/mervyn-teo/dsh-plugin-dvd-bounce
Plugin: dsh-plugin-dvd-bounce
Author: mervyn-teo

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-plugin-dvd-bounce

<p align="center"> <a href="https://github.com/mervyn-teo/dsh-plugin-dvd-bounce"> <img src="assets/banner.png" alt="dsh-plugin-dvd-bounce banner — a floating DVD wordmark that bounces off the edges of your browser" width="100%"> </a> </p>

English | 中文

A DeepSeek Harness (DSH) Web plugin that floats a disc-less DVD wordmark over the page and bounces it off the browser edges, the way the old DVD-logo screensaver did. Every time it hits an edge it reverses direction and cycles to a new colour. It is a client-only bundle plugin (no host logic) that loads on every boot.

Demo

<p align="center"> <img src="assets/demo.gif" alt="dsh-plugin-dvd-bounce demo — the DVD wordmark drifts and bounces off the edges, changing colour on each hit" width="480"> </p>

What it does

  • Registers a click-through surface on the frame-wide shell.overlay slot, so

the logo floats above the app and never blocks anything underneath.

  • Starts at a random position with a random diagonal heading, then drifts.
  • Reverses its horizontal or vertical direction each time it reaches an edge.
  • Shifts the wordmark colour (a cycling hue) on every bounce.
  • Nothing runs in the DSH host process — the whole effect lives in the browser.

Files

FilePurpose
lib/client.jsBrowser half — the floating wordmark and its animation loop.
lib/index.jsHost half — a no-op; the plugin ships only for its client half.
lib/invariant.jsRegisters the plugin with the DSH invariants service.
cordis.patch.ymlComposition patch that inserts the plugin row.
package.jsonPackage metadata (dsh.bundle + dsh.client manifest).

Install

dsh plugin --profile web add github:mervyn-teo/dsh-plugin-dvd-bounce

Then restart dsh web — the client bundle loads at boot.

The logo starts at a random spot and drifts on its own. There is no settings UI by design; to tweak the size, speed, or colour step, edit the constants at the top of lib/client.js (the css array and the dx/dy/hue values inside DvdBounce) and reinstall.

Requirements

  • DSH with the slots service mounted (the web profile provides it).
  • React 18, available as a peer dependency of the DSH client runtime.

License

[MIT](LICENSE)