design merch music synths tools video dev tools info
// Utility Lab

Browser tools.
Built for
real use.

Function should never be boring. Every tool on this page started as a problem that needed solving during production or development. No installs, no accounts—just utilities that live in your browser.

// Speak page
// 01 — Audio Utility
dPaul VU

Monitoring levels accurately is the difference between a clean take and a digital mess. The dPaul VU is a high-sensitivity monitoring tool that captures incoming audio via the Web Audio API to provide real-time decibel tracking and peak history.

VU 3D render

3D Render — The VU as hardware

Launch VU Meter
// Concept — Hardware Translation
Pocket VU Concept

What would this look like as a physical object? This concept render explores a slim, pocket-sized VU meter in deep navy blue, running on battery power.

The display carries over directly—large blue LED numerals for the decibel reading, signal bar across the middle, peak history below. It doesn't exist yet. But it could.

Pocket VU concept

Concept Render — Battery Powered Pocket VU

// 02 — Voice Generation
dPaul TTS

Voiceover work often requires a quick turnaround. This tool bridges the gap between raw text and professional-grade audio by integrating high-fidelity AI voice models.

TTS 3D render

3D Render — TTS Engine Hardware

Launch TTS Engine
Building these tools taught more about JavaScript than any tutorial ever could. Dealing with the Web Audio API for the VU meter meant understanding buffers, sample rates, and how browsers handle real-time input.
The Text-to-Speech tool was a lesson in API integration—handling asynchronous requests and managing the handoff between local capabilities and remote AI processing.
HTML-Live came from personal frustration. Reading through hundreds of lines of code in a flat text editor adds friction. The solution was to build the tool that should have existed already.
The Portability Strategy

The goal is always a single-file utility. No dependencies, no server, no setup. If a tool can run from one HTML file, it can live anywhere—on a USB stick, a shared folder, or a GitHub page.