← Back to Spring into AI Updates

Audio FFT Visualizer — Bringing the Flash Era Back

Kyle's second Week 1 submission: a spectrum analyzer that looks like $8,500 audio equipment. Built with Claude AI, ChatGPT for design concepts, and the Web Audio API — proving you can still "bring your own MP3" in 2026.

🎛️ The Final Build

Audio FFT Visualizer - Brushed metal UI with spectrum and oscilloscope displays

Brushed metal texture, CSS screws, rotary knobs — pure CSS except for the AI-generated texture

📺 Watch Kyle's Demo

See the spectrum analyzer in action with live audio visualization:

The Philosophy

Kyle opens with a story his dad told him: a doctor who showed him a stack of journals "this tall" that he had to read every week just to keep up. The message? "There are guys reading three times as much, every week. Just to keep up."

"We don't just get complacent in our job. We worked hard, we got to where we are, but then we don't just stop. We don't rest on our laurels. We keep going. We learn, we push into it, and we grow."

The Build: From Concept to $8,500 Aesthetic

Step 1: The One-Shot Win

Kyle asked Claude for a simple HTML page with drag-and-drop MP3 support, media controls, and left/right visualizations. First try: it worked. A functional FFT spectrum analyzer with frequency display (20Hz to 20kHz) and amplitude tracking.

Web Audio API FFT Analyzer getByteFrequencyData

Step 2: The Design Pivot

But Kyle wanted more than functional — he wanted beautiful. So he switched to ChatGPT for design iteration:

Step 3: The Texture Hack

When ChatGPT's rendered concept had glitches (weird screws, inconsistent perspective), Kyle pivoted: "Can you render just the texture for that face plate?"

It worked. He took that AI-generated brushed metal texture into Photoshop, chunked it down for hosting, then handed the full design sentiment to Claude for implementation.

What Makes This Build Special

The Iteration Dance

Kyle didn't get this in one shot. He iterated:

The result: a 30/30/30 CSS grid layout with centered transport, vertical alignment on values, and that satisfying meter animation on pause.

The AI Collaboration Pattern

What's fascinating here is the model-switching strategy:

Each model played to its strengths. No rhyme or reason — just "trying different workflows."

The Flash Nostalgia

Kyle explicitly references the Flash/ActionScript 3 era — the original "bring your own MP3" visualizers. What's old is new again, but now powered by AI-generated code and browser-native Web Audio APIs that didn't exist back then.

"This would have taken like a weekend if I would have hand-coded this or more. And it just... you can just kind of talk to it and work it through."

Why This Matters

It's not perfect. Kyle notes there are performance optimizations missing (math.pow instead of faster alternatives). But that's not the point. The point is:

The Meta: Competing Smart

Kyle's playing the long game. First submission: SkyStats (3D flight dashboard). Second: Audio FFT Visualizer. Two completely different domains, both leveraging AI tools, both shipping fast. He's not just shipping — he's shipping variety.

The competition rewards action. Kyle's acting. Twice.

🏆 Think You Can Keep Up?

Kyle's at two submissions for Week 1. The competition runs until March 5th. Ship once, ship twice, ship until they stop you.