A static website listing all VCV Rack modules released under the Vonk brand by Grant Pieterse. Built with plain HTML and CSS — no frameworks, no build step.
| Module | Type | Repo |
|---|---|---|
| Avalanche | Granular Delay | grant-pie/avalanche |
| BitBoy | Oscillator | grant-pie/BitBoy |
| MotherFuzzer | Distortion | grant-pie/MotherFuzzer |
| SubGate8 | Gate Sequencer | grant-pie/SubGate8 |
| Barrage | Burst Sequencer | grant-pie/Barrage |
| Tenuto | Utility | grant-pie/Tenuto |
| SubGate16 | Gate Sequencer | grant-pie/SubGate16 |
| Riddim | Drum Sequencer | grant-pie/Riddim |
| Scatter | Burst Generator | grant-pie/scatter |
vonk/
├── index.html # Single-page site
├── assets/
│ ├── avalanche.jpg
│ ├── bitboy.jpg
│ ├── motherfuzzer.jpg
│ └── subgate8.jpg
└── README.md
No build step required. Open index.html directly in a browser:
# Option 1 — open directly
open index.html
# Option 2 — serve with any static file server
npx serve .- Add a
.jpgimage toassets/ - Copy an existing card block in
index.htmland update the module name, type badge, description, feature tags, I/O items, and GitHub link
Proprietary — © Grant Pieterse / Vonk