We believe in contributing to the community. Our libraries are free to use, modify, and distribute.
Professional 8-bit synthesizer engine for the browser. 8 tracks, 170+ instruments, per-track effects chain (distortion, chorus, delay, reverb, bitcrusher), mixer console, arpeggiator, and full MIDI. Zero dependencies.
10+ interactive demos showcasing hardware-inspired synth tools. Oscillators, filters, envelopes, sequencers — all running in the browser with zero setup.
We welcome contributions from the community. Whether it's bug fixes, new features, documentation, or ideas — every contribution matters.
View on GitHub# Install via npm
npm install @8bitforge/chiptune-synth
# Usage
import ChiptuneSynth from '@8bitforge/chiptune-synth';
const synth = new ChiptuneSynth();
await synth.init();
synth.playPreset('coin');