Text Alignment Tool - Online Left/Center/Right/Justify
Paste text and align it left, center, right, or fully justify by inserting spaces. Simple formatting helper. Pure browser.
UD5 Toolkit
Find the geometric center (centroid) of any simple polygon – click on the canvas or enter coordinates.
| # | X | Y |
|---|
Paste text and align it left, center, right, or fully justify by inserting spaces. Simple formatting helper. Pure browser.
Enter any two variables (speed, distance, time) and get the third. Supports mph, km/h, m/s and multiple units. Practical for runners and drivers.
Convert REM values to pixels and vice versa based on your root font size. Essential for scalable web typography.
Convert volumetric flow rate units: gallons per minute, liters per second, cubic meters per hour. Useful for plumbing and hydraulics.
Track attendance for multiple subjects. Mark present/absent and see percentage. Data in localStorage. Simple student tool.
Drag a virtual ruler across your screen to measure pixel distances. Horizontal and vertical guides. Useful for UI designers checking alignment.
Convert pixel values to viewport‑relative units (vw, vh, vmin, vmax) based on a selected breakpoint. Precise responsive design.
Convert pixel values to em and rem units based on a base font size. Bidirectional. Must‑have for front‑end developers.
Convert pixel values to viewport‑relative units (vw, vh, vmax, vmin) for a specified breakpoint. Includes DVH and SVH. Essential for fluid layouts.
Compare :focus and :focus‑visible styling. See which one applies when using mouse vs. keyboard. Accessible focus management.
Count total DOM nodes on the current page and show warnings if limits exceed best practices. Keep the DOM lean.
Select any HTML element on a page and capture its screenshot. Download as PNG. Perfect for bug reports. JavaScript API demo.
Paste robots.txt content and parse it to check validity, find disallowed paths. Educational SEO tool. Local processing.
Measure your browser's GPU compute power using a simple WebGPU matrix multiplication. See raw FLOPS and compare with peers. Fully client‑side.
Paste a robots.txt file and validate its syntax. See if a specific user‑agent can access a path. Essential for webmasters.
Play a metronome with adjustable BPM, time signature, and subdivisions (eighth, triplet, sixteenth). Tap tempo and visual flash. Works offline for practice.
Record your screen, window, or tab with audio directly in the browser. Download as WebM. No extension required.
Record your screen, window, or tab with audio directly in the browser. Download the recording as a WebM file. No upload.
Set any future date and see a live countdown in days, hours, minutes, seconds. Fun animated display. Save multiple countdowns locally.
Virtual flip coins thousands of times and see the heads/tails ratio converge to 50%. Interactive law of large numbers.
Build a properly formatted robots.txt file with user-agent rules and sitemap location. Validate syntax in real time. Essential for webmasters.
Generate a Lit Element web component skeleton with styles and properties. Copy and start coding immediately.
Paste HTML and see a before/after comparison of minified output. Check the byte savings. All local.
A precise online metronome with adjustable BPM, beat emphasis, and time signature. Works offline. Essential for musicians.
Tune your guitar using the browser microphone. Detects pitch and shows deviation from standard tuning. No installation, pure client-side audio processing.
Enter two dates and see the exact number of days, weeks, and workdays between them. Also shows the countdown or days since.
Generate CUIDs that are optimized for horizontal scaling and collision resistance. Great for client‑side IDs. Pure JavaScript.
Set watering schedules for multiple plants with visual alerts. Shows which plants need water today based on last watered date. Data stored locally.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Step‑by‑step demo.
Adjust opacity visually with a slider and see the different CSS representations (opacity property vs RGBA/HSLA). Copy best option.