Vibration API Demo - Online Test Haptic Feedback
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
UD5 Toolkit
window.ai.
chrome://flags/#prompt-api-for-gemini-nano and set it to Enabled.chrome://flags/#optimization-guide-on-device-model and set it to Enabled.chrome://on-device-internals/ to monitor the model download status.window.ai API — the model will be ready for use.window.ai API, including:window.ai API is still evolving and subject to change.window.ai in your web app is straightforward:if ('ai' in window && window.ai.languageModel) { /* API available */ }const caps = await window.ai.languageModel.capabilities();// caps.available: 'readily' | 'after-download' | 'no'const session = await window.ai.languageModel.create({
systemPrompt: 'You are helpful.',
temperature: 0.7,
topK: 40,
maxTokens: 512
});const result = await session.prompt('Hello!');session.promptStreaming('Hello!')session.destroy();#prompt-api-for-gemini-nano and #optimization-guide-on-device-model, then restart. Check chrome://on-device-internals/ for model download progress. This playground auto-detects API availability.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Connect an audio source to an Analyzer Node and display frequency and time‑domain data. Learn Web Audio visualization.
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.
Use the Magnetometer API to build a digital compass. See magnetic field strength and heading in real time.
Select HTTP method, set headers, and body. Send requests and see the full response. Lightweight Postman alternative.
Play a simple monophonic synthesizer with your keyboard. Choose waveform, attack, decay, and filter. For music fun.
Register a periodic background sync to fetch fresh data even when the tab is closed. Understand the API and limits.
Read the ambient atmospheric pressure in hPa using the Pressure Sensor API (if available). Real‑time graph.
Play a collection of retro 8‑bit synth pads and leads using your keyboard. Record sequences and export as WAV. Pure Web Audio API.
Register a periodic background sync with a minimum interval. See the registration state and tags. Keep content fresh.
Enter text and generate the corresponding Morse code audio beeps. Adjust speed and tone. Great for learning and practicing CW. No download.
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.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Route your microphone input through a chain of virtual effects (distortion, reverb, delay) using Web Audio API.
Create experimental glitch noises by toggling virtual circuit bend points. No real electronics harmed. Fun noise toy.
Mix multiple ambient sounds (rain, fireplace, cafe, forest) at different volumes. Create your perfect background noise. Local loops.
Complete a series of visual pattern puzzles and get a fun estimated score. Purely for entertainment. No data collected.
Mix white noise, pink noise, rain, thunder, wind, and cafe sounds. Individual volume, save presets. Relax or focus. All client‑side.
Paste text to see a live letter frequency bar chart. Helps break substitution ciphers. All local analysis.
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.
Apply lowpass, highpass, and reverb to an audio source. See frequency response. Create your own guitar pedal. All local.
Hear a common bird song and choose the correct species from multiple choices. Ear training for birders.
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
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.
Convert between pace (min/km, min/mile) and speed (km/h, mph). Predict race finish times for 5k, 10k, half and full marathon based on a recent split. Works offline.
Zoom through the electromagnetic spectrum from radio waves to gamma rays. See wavelength, frequency, and applications. Static educational page.
Select functional groups to see an approximate IR absorption spectrum. Learn spectroscopy visually. All local.