Changelog
New tools, improvements, and fixes every week.
Dev Task List
Open toolA full-featured developer task manager with categories, priorities, subtasks, progress tracking, and satisfying completion animations. Your tasks survive page reloads via localStorage.
Mind Map
Open toolVisual brainstorming tool with an infinite canvas. Build a mind map with branches and sub-ideas, then export to Markdown or JSON for use elsewhere.
Prompt Diff
Open toolCompare two LLM prompt versions side by side and see every added, removed, and unchanged line at a glance. Useful for iterative prompt engineering.
DB Schema Visualizer
Open toolPaste CREATE TABLE SQL and get an interactive diagram of your database schema with tables, column types, and foreign key relationships rendered visually.
JSON Formatter
Open toolAdded a copy button that stays visible even on long documents, and improved error highlighting so the offending line is shown in the gutter.
Regex Tester
Open toolMatch count is now shown inline next to the flag toggles. The test input textarea also remembers its last value between sessions.
GitHub Actions Validator
Open toolValidate GitHub Actions workflow YAML client-side. The tool checks required keys, step definitions, trigger formats, and flags common mistakes without sending your secrets anywhere.
Makefile Generator
Open toolGenerate ready-to-use Makefiles for Node.js, Python, Go, Rust, and Docker projects. Pick the targets you need, set variables, and download the file.
CSS Specificity Calculator
Open toolCalculate and visualize CSS selector specificity with a breakdown by IDs, classes, and elements. Supports multi-selector comparison and sorting.
Typography Scale
Open toolGenerate a harmonious CSS type scale from a base font size and ratio. Output as CSS custom properties or a Tailwind config snippet.
Percentage Calculator
Open toolThree calculators in one: find X% of Y, determine what percentage X is of Y, and calculate the percentage change from X to Y.
Password Generator
Open toolAdded an entropy display in bits so you can see exactly how strong each generated password is. The exclude-ambiguous-characters option is now on by default.
QR Code Generator
Open toolFixed an edge case where generating a QR code with certain Unicode characters caused a blank output. All Unicode input is now correctly encoded.
AI Model Comparator
Open toolSide-by-side comparison of major LLM models covering context window size, pricing per million tokens, output strengths, and knowledge cutoff dates.
Prompt Builder
Open toolBuild structured LLM prompts with system, user, and assistant sections. Copy the result as plain text or as a JSON messages array ready to paste into an API call.
SQL to MongoDB
Open toolTranslate SQL WHERE clauses into MongoDB filter syntax. Supports equality, inequality, IN lists, LIKE patterns, AND or OR logic, and NULL checks.
JSON to SQL INSERT
Open toolGenerate SQL INSERT statements from a JSON array. Choose between MySQL, PostgreSQL, SQLite, and SQL Server output formats.
CSS Gradient Generator
Open toolAdded radial and conic gradient modes. The color stop editor now supports dragging stops directly on the gradient preview bar.
JWT Decoder
Open toolClaims are now rendered as a formatted table with type labels. The expiry claim shows a human-readable relative time such as 'expires in 2 hours'.
Timestamp Converter
Open toolFixed an off-by-one-hour error when converting timestamps near a daylight saving time boundary in certain time zones.
CSP Builder
Open toolVisual Content Security Policy header generator. Toggle directives and sources through a checklist interface and copy the finished header value.
Certificate Decoder
Open toolPaste any PEM certificate and decode its fields: subject, issuer, validity dates, subject alternative names, and key usage extensions.
Password Strength Checker
Open toolReal-time password entropy calculation with crack-time estimates, pattern detection for common sequences, and concrete improvement tips.
HAR File Viewer
Open toolUpload or paste a HAR export from any browser and get a summary of requests, status codes, slowest resources, and error entries.
OpenAPI Viewer
Open toolPaste OpenAPI JSON or YAML and browse the API title, version, all paths, HTTP methods, and operation summaries in a clean tree view.
Color Picker
Open toolThe eyedropper now works in all Chromium-based browsers via the EyeDropper API. Added a history panel that stores your last 16 picked colors.
JSON Path Tester
Open toolResolved an issue where bracket notation paths with numeric keys returned empty results instead of the correct array element.
Kubernetes Linter
Open toolLint Kubernetes manifest YAML for missing required fields, container spec issues, absent resource limits, and common best-practice violations.
Stack Trace Beautifier
Open toolPaste a raw stack trace and get a formatted table of frames with function names, file paths, line numbers, and column offsets.
Log Formatter
Open toolFormat JSON-Lines logs and clean common plain-text server log formats for easier reading and sharing with teammates.
Environment Variable Diff
Open toolCompare two .env files and instantly see which keys are missing, which have changed values, and which are new between environments.
SQL Query Explainer
Open toolBreak SQL queries into clearly labelled clauses so joins, filters, grouping, and ordering are easy to inspect and explain to others.
JSON Diff
Open toolLarge objects now diff up to 10x faster thanks to a smarter structural comparison algorithm. Added a toggle to ignore key order.
Color Format Converter
Open toolAdded OKLCH and OKLAB output formats. All values are now selectable individually so you can copy just the channel you need.
DevHexDraw
Open toolA free browser-based diagram editor for architecture diagrams, flowcharts, and system sketches. Hand-drawn style, infinite canvas, no sign-up required.
HTML Email Tester
Open toolPreview HTML email snippets in a sandboxed frame and get a compatibility report flagging elements known to break in common email clients.
Dockerfile Linter
Open toolCheck Dockerfiles for reproducibility, security, and maintainability issues such as missing tags, root execution, and large layer anti-patterns.
JWT Signature Verifier
Open toolVerify HS256, HS384, and HS512 JWT signatures locally using a shared secret. The secret never leaves your browser.
HTTP Request Builder
Open toolBuild HTTP requests with a chosen method, URL, headers, and body. The tool generates a ready-to-run cURL command you can paste directly into your terminal.
Timestamp Converter
Open toolAdded a live clock mode that auto-updates the current Unix timestamp every second. You can now also convert directly from ISO 8601 strings.
CSS Animation Generator
Open toolFixed a bug where the generated keyframe CSS contained duplicate percentage stops when using the bounce and elastic presets.
Have a suggestion for a new tool or improvement?
Suggest a tool