The marketing site for PD Cleaner, a free, open-source (AGPLv3) Windows VST3 + standalone tool that restores early public-domain recordings — pre-1926 78s, cylinders, and shellac.
- Live site: https://visemannen.github.io/PD-Cleaner-Website/
- App & source: github.com/Visemannen/PD-Cleaner — download the latest release
A single static page: plain index.html, style.css, and app.js. No framework,
no build step.
The page fetches local audio/JSON, which browsers block over file://, so serve it
over HTTP:
python -m http.server 8000 # then open http://localhost:8000It's a static site — deploy the folder as-is to any static host (GitHub Pages,
Vercel, Netlify, …). No framework, no build command. index.html serves at the
root and the other files deploy alongside it with their paths intact.
| Path | What it is |
|---|---|
index.html |
Page markup and copy. |
style.css |
Fonts, resets, keyframes, and hover states. |
app.js |
Behaviour: reveal-on-scroll, the hero waveform, the interactive Clean knob, and the before/after audio player. Outbound link URLs live in the CONFIG object at the top of the file. |
assets/ |
Fonts, favicon, and the social-share image. |
audio/ |
The before/after audio clips and precomputed waveform data. |
- Typefaces: Old Standard TT and Jost, under the SIL Open Font License.
- Audio: a public-domain 1923 shellac recording ("Carolina in the Morning"), before and after restoration.