Baby Feeding Log - Online Track Breast & Bottle Patterns
Record feeding times, side (left/right for nursing) or oz for bottle. Track daily patterns. Data stays in your browser. Simple newborn helper.
UD5 Toolkit
Record feeding times, side (left/right for nursing) or oz for bottle. Track daily patterns. Data stays in your browser. Simple newborn helper.
Start/stop timer per project to log hours. See daily and weekly totals. Data stays in localStorage. Export summary as CSV. No account needed.
Track odometer readings, distance, fuel fill-ups and compute MPG/L/100km. Data stored in localStorage. Simple expense summary for tax or budgeting.
Log the hours you slept each night and rate the quality. See a weekly bar chart. Local storage.
Record daily systolic/diastolic readings and pulse. See a trend chart. All data saved locally in your browser.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
See your current push subscription details. Trigger push and notificationclick events manually to debug.
Highlight elements with aria‑describedby and see the linked description text. Verify a11y annotations.
Fill in a form and see the FormData object as JSON. Perfect for debugging multipart form submissions. Client-side.
View the individual red, green, and blue channels of an image as grayscale. Photographer and developer tool.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Touch the screen and see the exact coordinates, radius, and force of each touch point. Indispensable for mobile web devs.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
See the current state of a Service Worker for your page: installing, waiting, active. Unregister or skip waiting. Developer utility.
Drop or paste an .ics file and see all events in a readable table. Check dates, times, and locations. Privacy‑friendly.
Drop a PDF and see its embedded metadata: author, title, creation date, and more. No content is uploaded; pure browser PDF parsing.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Press any key and see the full KeyboardEvent object: key, code, keyCode, modifier status. Dev tool.
Choose a font family and see how it renders famous pangrams (The quick brown fox…). Instant web font loader.
Select bonding and lone pairs to see the predicted shape (trigonal bipyramidal, octahedral). Static diagrams.
Paste a JSON array and view it as a formatted console.table() style output. Copy for terminal apps. Local.
Paste HTML/CSS snippets or enter properties to test how z‑index and stacking contexts interact. Real‑time example.
Paste a raw server log snippet and see a structured table with IP, method, URL, and status. Quick audit.
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
A tiny tool that hooks into the console and lets you export all messages to a file. Helpful for non‑technical bug reporting.
Set up a chess position using FEN notation or drag pieces. Share the position link or screenshot. No AI, just board.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
View and edit CSV data in a familiar table interface. Add/delete rows and columns, sort, and export. Fully local, no cloud sync.
Extract and view EXIF data from photos including camera settings, GPS location, and timestamps. All metadata read locally, your photos stay private.