HTML Remix Relay

A single runnable HTML file carries the instruments, stems, and version lineage of a remote remix, so the next musician can open it and keep creating immediately.

Musicians collaborating remotely often send a beat as audio, but struggle to hand the project, sounds, and rationale for changes to the next person. This product packages an electronic-music sketch as a single HTML file. Open it in a browser to play it offline; its synth settings, beat grid, and current stems remain inside the file.

After dragging in vocals, drums, or a melody, a creator can adjust tempo, loop length, and effect settings, then export a new version. The recipient does not need the same software or plug-ins: they can double-click the file to listen, revise it, and carry the track forward. Each part appears as a small toggleable track, so the next collaborator can see what still needs overdubs and what has been locked.

Every export records a parent-version fingerprint, the editor’s notes, and rendering parameters. Anyone opening the new file can trace which version it came from or return to any earlier version and branch again. Competition submissions or class assignments can also include verification information showing which set of rules and parameters rendered the final audio.

The first release offers four-track loops, a basic synthesizer, audio import and export, and an offline version chain. It does not aim to be a full recording-studio application. Its first job is to make an idea a runnable work file that friends can repeatedly open, revise, and send back.

Why now

On August 24, a techno machine contained in a single HTML file appeared on Hacker News. S1 As of August 25, it ranked 13th on the Show HN feed with 156 points and 29 comments; portability, installation-free use, and reproducible rendering were central to the discussion. S1

Target user

The core user is an electronic musician working across time zones who has just received a beat and wants to build on it before the idea fades. Installing software, finding plug-ins, or chasing down the correct project version is the last thing they want. Music teachers and competition organizers also fit: when collecting assignments or submissions, they need playable work, parameters, and edit provenance together.

Minimal entry point

Build the four-track audio graph with the Web Audio API. Browsers already provide source nodes, filters, compression, and precise scheduling. S2 Read dropped audio bytes through the File API. Store project state as normalized JSON embedded in the exported HTML. Assets can be encoded into the file, though the first release should cap both duration and total size. On export, compute SHA-256 hashes for the state, assets, and parent fingerprint. Use OfflineAudioContext for offline rendering. The verification page should first validate inputs, parameters, and the version chain; it should not promise byte-identical audio across browsers. Keep the scope to four tracks, loops, and basic effects. Defer real-time collaboration, plug-in compatibility, and unlimited undo.

Punching above its weight

Reach early users through browser-instrument, single-file software, and electronic-music communities. Launch with a downloadable HTML track that people can continue remixing, not just a demo video. Then run a timed remix relay in which participants submit their own forked files. A version tree can generate a static showcase page so creators can compare divergent directions publicly. Course templates can spread it among educators, with every assignment carrying its provenance and parameters by default.

Competitors & gaps

SoundtrapGoogle
Soundtrap already offers browser recording, virtual instruments, and mixing tools. It supports real-time collaboration, chat, video, and timeline comments, while project changes are automatically saved to the cloud. S3 Paid plans can also display earlier versions and save an old version as a separate project. S3 That experience suits teams producing together online over time. Its documentation emphasizes cloud projects, invited collaborators, and audio downloads. There is no evident self-contained, offline-transferable project file. Recipients still need access to the platform and its project-permission system. HTML Remix Relay fills the gap in asynchronous file handoffs: the work state, assets, and parent version travel with the attachment. It does not replace a full studio; it reduces the coordination required around accounts, plug-ins, and project formats.
SoundationGoogle
Soundation is a cloud-based collaborative studio in the browser. It supports audio and MIDI uploads, along with synthesizers and effects. Collaborators can see one another’s actions in the same project in real time, and projects can be shared through invitations or public links. S4 These capabilities cover online co-creation and full-song production. But its core unit is still a shared project hosted on the platform. Its official site does not show a downloadable, self-contained editing project. A broken link, changed permission, or offline setting can interrupt the handoff. HTML Remix Relay makes the work itself the collaboration vehicle: recipients can inspect the tracks and edit history as soon as they receive the file. Its advantage is not feature breadth, but durable preservation and transfer across tools. The trade-off is strict limits on track count, asset size, and effects.

How it makes money

Use a one-time creator purchase. Receiving, listening, and continuing a remix stay free; paid unlocks add verifiable version chains and higher file-size limits.

The case against

Embedding audio assets in HTML can make files large quickly. Email, chat apps, and browsers may reject them or slow down as a result. Browser differences in decoding and audio implementation can also create rendering variations. If it is presented as verifiable audio, inconsistent bytes would directly undermine trust. A safer initial promise is verification of the assets, parameters, and processing chain. External vocals and samples also raise licensing and privacy issues. Once a file is forwarded, the original creator may have no way to retract its assets. Version trees can become hard to follow after repeated branching. And if users ultimately return to a professional DAW for mixing, the need to reorganize stems can erode the convenience.

Evidence and sources

4 checkable sources cited
Discussion snapshot· Hacker News
Electronic music machine in a single HTML file
Points
156
Comments
29
Rank at capture
#13
Posted
Snapshot time
snapshot August 25, 2026, 00:33 UTC
View the Hacker News threadRead the original article
Sources
S2

The Web Audio API can connect audio nodes for sources, filtering, gain, compression, and more, and supports precise scheduling; its documentation explicitly identifies drum machines and sequencers as possible applications. OfflineAudioContext can render the current audio graph and schedule offline.

S4

Soundation’s official site describes a cloud-based, real-time collaborative DAW that can upload audio and MIDI, use virtual instruments and effects, and share projects by invitation or public link. Project activity syncs in real time and is automatically saved to the cloud.

Telegram channel