A fully customizable free audio player built entirely with native Webflow elements and powered by attributes. Try it out! 👉
Use it with your own hosting, or use Libflow
Flowwwtin' apps use 100% native Webflow elements — no embeds, no hacks. Everything fits right into your layout, so you stay in control of the look and feel.
Match your brand perfectly
No annoying branding or hidden limitations
Every feature in Waveflow runs on attributes — define what plays and how it behaves on any element — all visually, inside Webflow.
Control everything from the Designer
Add logic without writing code
Currently available attributes:
Waveflow emits custom events for every key interaction — you listen, Waveflow talks.
document.addEventListener('event-name', function(event) {
// your custom logic here
});
Currently available events:
Waveflow responds to custom events you dispatch — you talk, Waveflow listens.
const player = window.WaveFlow.getPlayer('my-player-container');
if (player) {
player.play();
}
Currently available events:
Extend Waveflow with powerful tools — only when your project calls for it.
Drop it into your Webflow project in seconds — just copy, paste, and you're live!