A collection of audio-based tools designed for fun, utility, and experimentation — starting with a high-frequency Mosquito Repeller that only kids can hear (or so they say 👀).
- ✅ High-frequency audio tone generator (17kHz)
- ✅ Installable as a Progressive Web App (PWA)
- ✅ Offline support via Service Worker
- ✅ Works on mobile and desktop browsers
The initial tool plays a sound around 17,000 Hz — often perceptible only to younger ears. Great for playful experiments with your kids (or as a summoning bell 😄).
- Open the site in your browser (Chrome or Safari recommended).
- Tap the browser menu (⋮ or share icon).
- Choose "Add to Home screen" or "Install App".
- Done! The app will run offline too.
flowchart TD
A[Open App] --> B{Service Worker Installed?}
B -- Yes --> C[Load Cached Files]
B -- No --> D[Fetch Files & Register SW]
C --> E[App Ready]
D --> E
E --> F{User Clicks Start}
F --> G[Play 17kHz Tone]
G --> H{User Clicks Stop}
H --> I[Stop Audio]