We believe in contributing to the community. Our libraries are free to use, modify, and distribute.
8-bit chiptune synthesizer for the browser. Pure Web Audio API, zero dependencies. 4 tracks, 12 instruments, 10 SFX presets, and MIDI support.
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');