RC Filter Analyser
Interactive browser tool with live Bode plot
Build an interactive RC filter analyser entirely inside the Claude browser interface. No editor. No terminal. No install. You write a specification, hand it to Claude, and receive a complete, runnable HTML file.
What you'll learn
- Write a precise Level 4 specification covering task, context, constraints, and output format
- Use the Canvas API for real-time Bode plot rendering (magnitude and phase)
- Apply the four-element framing technique to a physics-based problem
- Evaluate and iterate on AI output without leaving the browser
P1 — RC Filter Analyser demo
Screenshot placeholder
Technical detail
The tool calculates the cutoff frequency fc = 1/(2πRC), renders a magnitude response in dB on a logarithmic frequency axis from 1 Hz to 1 MHz, and updates the plot in real time as the user adjusts R and C sliders. All in a single self-contained HTML file — no external dependencies.