Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PD Cleaner — website

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.

A single static page: plain index.html, style.css, and app.js. No framework, no build step.

Run locally

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:8000

Deploy

It'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.

Structure

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.

Credits

  • 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.

About

PD Cleaner — marketing website (static, served via GitHub Pages)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages