Audio Visualizer Bars - Online Live FFT Spectrum
Play an audio file or use mic to see realβtime frequency bars. Choose colors. Great for music videos. Canvas.
UD5 Toolkit
Play an audio file or use mic to see realβtime frequency bars. Choose colors. Great for music videos. Canvas.
Visualize audio in real time from your microphone or uploaded audio file. See the waveform dance. Uses Web Audio API locally.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Decode FLAC, Opus, or OGG audio files in the browser using compiled WASM libraries. Play instantly without server uploads. Keep audio private.
Apply tone mapping algorithms to bring out details in highlights and shadows. Simulate HDR from a single image.
Connect a MIDI controller and see every message in a log. Filter by channel and type. Essential for debugging music apps.
See the current AudioContext state (suspended, running). Resume it with a button. Understand autoplay policies.
Connect your MIDI keyboard and see pressed notes visually on a piano roll. Check velocity, channel, and aftertouch. No DAW needed.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
Create and dispatch custom events with detail. Listen on other elements. Understand pub/sub pattern in vanilla JS.
Enter the recipe's wattage and your microwave's wattage to convert cooking time. Prevent burnt or cold food.
Paste binary sequences and convert them back to readable text. Supports space-separated and 8-bit formatted strings. Quick encoding reconversion.
Apply vintage and sepia effects to your photos. Adjust grain, vignette, and tone curves. Download filtered image. Local canvas manipulation.
Reverse the NATO phonetic alphabet. Paste 'Bravo Romeo Alpha Victor Oscar' and get 'Bravo'. Essential for call center transcripts.
Track daily mood with emoji selection and optional notes. See weekly/monthly mood trends in a color-coded chart. All data stored privately in localStorage.
Write Mermaid markdown and instantly see the rendered flowchart, sequence diagram, or Gantt chart. Copy SVG output. Browser-side rendering.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Paste HTML and extract all unique dataβ* attributes into a clean list. Understand the data model of a page.
Tidy up messy HTML code with our online formatter and beautifier. Indent and clean your markup, preview the output instantly. No data is uploaded, everything runs in your browser.
Generate a palette of N colors that are maximally distinguishable for common color vision deficiencies. Copy the hex codes.
Remove all EXIF data (GPS, camera info) from a JPEG before uploading. Processed locally. Protect your privacy.
Add a dramatic fire or flame overlay to any image. Realistic blending. Adjust intensity. Download the hot result.
Upload a font file or specify a URL and generate the complete @fontβface rule with modern formats and fontβdisplay. Copy instantly.
Build a vertical timeline by entering events with dates and descriptions. Export as image or HTML. Perfect for project milestones.
Convert a JSON array of strings or numbers into a singleβcolumn CSV. Quick data dump. Local.
Decode Base64 encoded strings back into viewable images and download them as PNG. Useful for debugging APIs and data URIs. Secure local processing.
Enter a URL to see exactly what Open Graph and Twitter card tags will be shown when shared on social media. Fetch from browser.
Paste HTML or URL to extract canonical link tag. Verify self-referencing. Simple SEO audit step. Local only.
Turn any photo into a beautiful kaleidoscope pattern by reflecting and rotating segments. Adjust parameters.
Apply a tint remover that guesses the original colors from a sepia photo. Not perfect, but fun. All in canvas.