This project allows you to create a simple audio graph with the Web Audio API though a node-based visual scripting interface.
You can try out the latest version on GitHub Pages here: https://polygonal-stew.github.io/web-audio-maker/
To run the project locally:
npm install
npm run dev
You may then visit the given address in your browser to see the project.