Web Notification Tester - Online Permission & Display
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
UD5 Toolkit
<link rel="icon" type="image/png" href="/favicon.png">.
<link rel="icon"> element's href attribute. Generate multiple favicon variants (e.g., with different badge numbers), then swap them based on your notification count. Many apps use a canvas element to draw the badge on-the-fly and set the result as the favicon via document.querySelector('link[rel="icon"]').href = canvas.toDataURL().
rel="icon" for standard favicons and rel="apple-touch-icon" for iOS home screen icons—both support custom badge images.Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Click to receive a random positive affirmation. Save favorites locally. A simple tool to boost your mood and mindset.
See your current notification permission status. Request or reset it. Test browser notification behavior.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Step‑by‑step demo.
A digital sticker board where kids can place virtual stickers for completed chores or goals. Encourages positive behavior with no paper waste.
Write a private gratitude entry guided by daily reflective prompts. All entries stored only in your browser with optional export as text file. No account needed.
Build good habits by tracking daily completions. Visualize streaks and progress. Pure browser storage keeps your habit data private and offline-capable.
Request notification permission and create a push subscription. See the subscription object. Learn how web push works.
Write one thing you’re grateful for each day to build a streak. Visual calendar shows your consistency, reinforcing the positive habit of gratitude.
Shows live countdown to major holidays and allows custom ones. Visual calendar. Local browser storage.
Enter bowl diameter and depth to assess whisker stress risk. Get bowl recommendations. Feline wellness.
Commit to 30 days of gratitude. Write 3 things each day, see progress. Data stays local. Mood boost habit.
Enter wallet size and get the exact length of duct tape strips needed to build a sheet. DIY crafting.
Paste an SVG path and calculate its total length. Useful for stroke‑dasharray animations and drawing effects.
Enter amount of kernels and see estimated popped volume. Plan movie night snacks perfectly.
Select a state and year to see all public holidays. Works offline with built-in data. Plan your long weekends. Simple reference tool.
Enter your zip code or coordinates to get sundown minus 18 minutes for candle lighting. Works offline once location set.
Estimate meters of thread needed for a design based on stitch count. Plan your project.
Check if your related native or PWA app is installed. See the API in action and copy the code.
If you have a refractometer reading, enter TDS and brew weight to get extraction yield. Dial in your pour‑over.
Enter your bird species and weight to find the correct harness size. Visual adjustment guide.
Create a printable bingo card filled with self‑care activities. Relax, exercise, hydrate. Tick them off.
Enter a URL and apply a custom CSS grid overlay to check alignment. A quick frontend design tool for verifying column placement and baseline grids.
Select the number and type of dice, then view the exact probability for each possible sum as a bar chart. Great for board game strategy. Local computation.
Position a popover relative to its anchor element with the new CSS anchor positioning. Adjust and copy the code.
Enter kayak's maximum capacity and your weight to see remaining capacity for gear. Safety on the water.
Enter blanket dimensions and square size to know how many granny squares to make. Layout preview.
Check your Body Mass Index using standard or metric units. Get a health category analysis instantly. Educational purpose only; data stays private.
Write a self-contract with a goal and reward/penalty. Sign digitally, save as image. Stay accountable.
A large, simple button to count anything. Plus / minus, reset, and save count to localStorage. Works offline.