A relatively simple synthesizer created with Tone.js and Next.js using React that can be played with the mouse or keyboard.
Demo available at: https://tonejs-synth.vercel.app/
Install dependencies, then run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.