Ambient Pressure Sensor Demo - Online Barometer
Read the ambient atmospheric pressure in hPa using the Pressure Sensor API (if available). Real‑time graph.
UD5 Toolkit
Tap any vibration button — the icon shakes even on desktop
100-50-100 ms
300-100-300 ms
100-50-200 ms
500-100-200-100-200
50-100-50-100-50-300
Morse pattern
100-100-100-100-100
500-200-500-200-500
30 ms micro-tap
150-30-150-30-150-30-150
navigator.vibrate(). It's primarily used on mobile devices to provide haptic feedback for notifications, alerts, game interactions, and more. The API accepts either a single duration (in milliseconds) or an array of durations defining a vibration-pause pattern.navigator.vibrate(200); — vibrates for 200ms.navigator.vibrate([100, 50, 100]); — vibrate 100ms, pause 50ms, vibrate 100ms.navigator.vibrate(0); or navigator.vibrate([]);if ('vibrate' in navigator) { ... }navigator.vibrate exists as a function (to avoid breaking websites that check for support), it does not produce any haptic feedback. This is a deliberate design decision by Apple. There is currently no workaround for web apps — native iOS apps use UIFeedbackGenerator instead. For cross-platform haptic feedback, consider building a native app or using a PWA on Android.navigator.vibrate(). The array alternates between vibration duration (odd-indexed: 1st, 3rd, 5th...) and pause duration (even-indexed: 2nd, 4th, 6th...). All values are in milliseconds. For example, [300, 100, 300] means: vibrate 300ms → pause 100ms → vibrate 300ms. Keep total duration reasonable (under 5 seconds) for the best user experience. Use our Custom Pattern input above to test your patterns instantly.localhost, the API works fine regardless of protocol.navigator.vibrate(0) or navigator.vibrate([]) to immediately cancel any active vibration. This is useful when the user navigates away, closes a modal, or when you need to interrupt a long vibration pattern. On this demo page, use the red "Stop Vibration Immediately" button to test this functionality.Read the ambient atmospheric pressure in hPa using the Pressure Sensor API (if available). Real‑time graph.
Connect an audio source to an Analyzer Node and display frequency and time‑domain data. Learn Web Audio visualization.
Route your microphone input through a chain of virtual effects (distortion, reverb, delay) using Web Audio API.
Experiment with the experimental Prompt API and Summarization API right in your browser. See how the on‑device AI model responds. Requires Chrome with AI features enabled.
Create experimental glitch noises by toggling virtual circuit bend points. No real electronics harmed. Fun noise toy.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Play a sweep from 20Hz to 20kHz. Test your speakers and your hearing. Simple and effective. Web Audio API.
Register a periodic background sync to fetch fresh data even when the tab is closed. Understand the API and limits.
Write a pattern and test it against URLs instantly. See which groups match. Learn the modern alternative to regex for routing. Works entirely in the browser.
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
Play a simple monophonic synthesizer with your keyboard. Choose waveform, attack, decay, and filter. For music fun.
Paste text to see a live letter frequency bar chart. Helps break substitution ciphers. All local analysis.
Mix white noise, pink noise, rain, thunder, wind, and cafe sounds. Individual volume, save presets. Relax or focus. All client‑side.
Register a periodic background sync with a minimum interval. See the registration state and tags. Keep content fresh.
Play a collection of retro 8‑bit synth pads and leads using your keyboard. Record sequences and export as WAV. Pure Web Audio API.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Use the Magnetometer API to build a digital compass. See magnetic field strength and heading in real time.
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
Enter text and generate the corresponding Morse code audio beeps. Adjust speed and tone. Great for learning and practicing CW. No download.
Select functional groups to see an approximate IR absorption spectrum. Learn spectroscopy visually. All local.
Change the viewport meta tag and see how a page would render at different device widths. Understand responsive basics.
Register a periodic background sync and see the status. Schedule content updates for your PWA. API demo.
Mix multiple ambient sounds (rain, fireplace, cafe, forest) at different volumes. Create your perfect background noise. Local loops.
Zoom through the electromagnetic spectrum from radio waves to gamma rays. See wavelength, frequency, and applications. Static educational page.
Pomodoro timer with built‑in lo‑fi music playlist (synthetic). Focus and rest cycles. No copyright music; generated tones.
Choose a base color and see its complementary, split‑complementary, triadic, and tetradic harmonies. Copy palettes. Local.
Drop an audio file and instantly see its duration in seconds and formatted time. Read metadata without full playback.
Select color bands to decode a resistor's value, tolerance, and temperature coefficient. Essential for anyone working with electronics hardware.
Hear a common bird song and choose the correct species from multiple choices. Ear training for birders.
Complete a series of visual pattern puzzles and get a fun estimated score. Purely for entertainment. No data collected.