About Togglepad
A sound pad that plays the moment you touch it, in a browser tab.
Why
Every soundboard on the web has the same flaw: you press, and a fraction of a second later something happens. That gap is the difference between an instrument and a website with buttons.
Togglepad closes it by refusing to fetch anything at the moment you press. Every sound is already decoded and sitting in memory; a press starts it on the audio thread. That single decision shapes most of the product.
How it is built
Plain PHP and vanilla JavaScript. No framework, no build step, no bundler. The pad engine has zero dependencies, which is why the same code runs on the marketing homepage and inside the app.
Sounds live in object storage in the EU and are served through short-lived links. Your uploads are yours: they are not public, not shared and not indexed.
Who
Togglepad is built and run by Industrial IT in the Netherlands.