Quick-reference cheat sheets for eurorack modules — controls, I/O, behaviors, and patch ideas for each module, one page each.
Live site: https://ogabrielluiz.github.io/voltpages/
Every sheet is a JSON file in src/data/modules/ validated against modules.schema.json and rendered as a static page by Astro. Patch diagrams use patchflow notation and are type-checked by the same validator.
See CONTRIBUTING.md. In short:
- Create
src/data/modules/{manufacturer-slug}--{module-slug}.json, matching an existing sheet likemake-noise--maths.jsonas a template. - Run
bun run validateuntil it reports zero errors. - Open a PR.
bun install
bun run dev # http://localhost:4321/voltpages/
bun run build # static output to dist/
bun run validate # schema + patchflow diagram check over all sheetsMIT.