Background Sync API Tester - Online Offline Queue
Register a one‑off background sync and see it fire when connectivity returns. Debug service worker sync logic.
UD5 Toolkit
Simulate real Service Worker caching strategies right in your browser. Understand how Cache First, Network First, Stale While Revalidate and more behave under different network conditions – perfect for learning, debugging, and optimizing your PWA.
Click Make Request to simulate a service worker strategy.
Register a one‑off background sync and see it fire when connectivity returns. Debug service worker sync logic.
Start/stop timer per project to log hours. See daily and weekly totals. Data stays in localStorage. Export summary as CSV. No account needed.
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
Searchable table of well‑known TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Practice CSS selectors by targeting plates on a virtual restaurant table. 30+ levels. Perfect for beginners.
Place multiple grid items into the same cells to create overlapping layouts. Learn the technique visually. Copy code.
Lay down a beat on a grid sequencer for kick, snare, and hi-hat. Play, loop, and adjust tempo. All sound via Web Audio API.
See how align‑items: baseline works in grid to align different font sizes on the same baseline. Visual guide.
Practice aligning grid items and tracks with the place‑items, align‑content, and justify‑content properties. Visual guide.
Encode or decode data to/from Base58 (Bitcoin alphabet). Useful for cryptocurrency address generation testing. Fully local, no data sent.
Enter a domain and see public WHOIS info via a free API with rate limiting. Quick domain check.
Enjoy classic Tetris in your browser. Rotate, move, and drop tetrominoes. Clear lines and score. Fully local JavaScript.
Keep track of stitches and rows for your knitting projects. Multiple counters with increase/decrease shortcuts. Data saved in your browser.
Log the hours you slept each night and rate the quality. See a weekly bar chart. Local storage.
Answer questions and see typical milestones for 0-5 years. Educational reference for parents. Not a diagnostic tool.
Play the classic Connect Four in your browser against a friend or CPU. Drop discs to get four in a row. Clean SVG board, local logic.
Calculate exact elapsed time between two dates in years, months, weeks, and days. Countdown or time already passed. Simple, visual, and local.
Create a breadcrumb schema for your website. Fill in the pages and get the ready‑to‑paste JSON‑LD snippet for rich results.
Test the modern File System Access API. Open a file, modify it, and save back to disk. All sandboxed in browser.
Add or subtract days, weeks, and months to find a future or past date. Also compute duration between two dates. Essential for project planning.
Generate a CSS background that shows a baseline grid. Adjust line‑height and offset. Perfect for aligning text.
Scroll a container and see how sticky elements behave. Adjust top, bottom, and scroll margins. Copy the code.
Every second, the background color changes to the hex code corresponding to the current time (HHMMSS). A beautiful, ever‑changing clock.
Paste an URL or HTML and see the h1‑h6 hierarchy as a tree. Detect skipped levels and improve accessibility. Client‑side.
Use SSML <mark> tags to fire events during TTS. See text highlighted as it is spoken. Understand speech synthesis timing. local.
Structure your episode with timed segments. Includes call to action notes. Export as text.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
Randomly generated subnetting questions. Calculate network address, broadcast, and usable range. For CCNA prep.