Changelog

New tools, improvements, and fixes every week.

June 2026
New

Dev Task List

Open tool

A full-featured developer task manager with categories, priorities, subtasks, progress tracking, and satisfying completion animations. Your tasks survive page reloads via localStorage.

New

Mind Map

Open tool

Visual brainstorming tool with an infinite canvas. Build a mind map with branches and sub-ideas, then export to Markdown or JSON for use elsewhere.

New

Prompt Diff

Open tool

Compare two LLM prompt versions side by side and see every added, removed, and unchanged line at a glance. Useful for iterative prompt engineering.

New

DB Schema Visualizer

Open tool

Paste CREATE TABLE SQL and get an interactive diagram of your database schema with tables, column types, and foreign key relationships rendered visually.

Improved

JSON Formatter

Open tool

Added a copy button that stays visible even on long documents, and improved error highlighting so the offending line is shown in the gutter.

Improved

Regex Tester

Open tool

Match count is now shown inline next to the flag toggles. The test input textarea also remembers its last value between sessions.

May 2026
New

GitHub Actions Validator

Open tool

Validate GitHub Actions workflow YAML client-side. The tool checks required keys, step definitions, trigger formats, and flags common mistakes without sending your secrets anywhere.

New

Makefile Generator

Open tool

Generate ready-to-use Makefiles for Node.js, Python, Go, Rust, and Docker projects. Pick the targets you need, set variables, and download the file.

New

CSS Specificity Calculator

Open tool

Calculate and visualize CSS selector specificity with a breakdown by IDs, classes, and elements. Supports multi-selector comparison and sorting.

New

Typography Scale

Open tool

Generate a harmonious CSS type scale from a base font size and ratio. Output as CSS custom properties or a Tailwind config snippet.

New

Percentage Calculator

Open tool

Three calculators in one: find X% of Y, determine what percentage X is of Y, and calculate the percentage change from X to Y.

Improved

Password Generator

Open tool

Added 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.

Fixed

QR Code Generator

Open tool

Fixed an edge case where generating a QR code with certain Unicode characters caused a blank output. All Unicode input is now correctly encoded.

April 2026
New

AI Model Comparator

Open tool

Side-by-side comparison of major LLM models covering context window size, pricing per million tokens, output strengths, and knowledge cutoff dates.

New

Prompt Builder

Open tool

Build 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.

New

SQL to MongoDB

Open tool

Translate SQL WHERE clauses into MongoDB filter syntax. Supports equality, inequality, IN lists, LIKE patterns, AND or OR logic, and NULL checks.

New

JSON to SQL INSERT

Open tool

Generate SQL INSERT statements from a JSON array. Choose between MySQL, PostgreSQL, SQLite, and SQL Server output formats.

Improved

CSS Gradient Generator

Open tool

Added radial and conic gradient modes. The color stop editor now supports dragging stops directly on the gradient preview bar.

Improved

JWT Decoder

Open tool

Claims 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'.

Fixed

Timestamp Converter

Open tool

Fixed an off-by-one-hour error when converting timestamps near a daylight saving time boundary in certain time zones.

March 2026
New

CSP Builder

Open tool

Visual Content Security Policy header generator. Toggle directives and sources through a checklist interface and copy the finished header value.

New

Certificate Decoder

Open tool

Paste any PEM certificate and decode its fields: subject, issuer, validity dates, subject alternative names, and key usage extensions.

New

Password Strength Checker

Open tool

Real-time password entropy calculation with crack-time estimates, pattern detection for common sequences, and concrete improvement tips.

New

HAR File Viewer

Open tool

Upload or paste a HAR export from any browser and get a summary of requests, status codes, slowest resources, and error entries.

New

OpenAPI Viewer

Open tool

Paste OpenAPI JSON or YAML and browse the API title, version, all paths, HTTP methods, and operation summaries in a clean tree view.

Improved

Color Picker

Open tool

The eyedropper now works in all Chromium-based browsers via the EyeDropper API. Added a history panel that stores your last 16 picked colors.

Fixed

JSON Path Tester

Open tool

Resolved an issue where bracket notation paths with numeric keys returned empty results instead of the correct array element.

February 2026
New

Kubernetes Linter

Open tool

Lint Kubernetes manifest YAML for missing required fields, container spec issues, absent resource limits, and common best-practice violations.

New

Stack Trace Beautifier

Open tool

Paste a raw stack trace and get a formatted table of frames with function names, file paths, line numbers, and column offsets.

New

Log Formatter

Open tool

Format JSON-Lines logs and clean common plain-text server log formats for easier reading and sharing with teammates.

New

Environment Variable Diff

Open tool

Compare two .env files and instantly see which keys are missing, which have changed values, and which are new between environments.

New

SQL Query Explainer

Open tool

Break SQL queries into clearly labelled clauses so joins, filters, grouping, and ordering are easy to inspect and explain to others.

Improved

JSON Diff

Open tool

Large objects now diff up to 10x faster thanks to a smarter structural comparison algorithm. Added a toggle to ignore key order.

Improved

Color Format Converter

Open tool

Added OKLCH and OKLAB output formats. All values are now selectable individually so you can copy just the channel you need.

January 2026
New

DevHexDraw

Open tool

A free browser-based diagram editor for architecture diagrams, flowcharts, and system sketches. Hand-drawn style, infinite canvas, no sign-up required.

New

HTML Email Tester

Open tool

Preview HTML email snippets in a sandboxed frame and get a compatibility report flagging elements known to break in common email clients.

New

Dockerfile Linter

Open tool

Check Dockerfiles for reproducibility, security, and maintainability issues such as missing tags, root execution, and large layer anti-patterns.

New

JWT Signature Verifier

Open tool

Verify HS256, HS384, and HS512 JWT signatures locally using a shared secret. The secret never leaves your browser.

New

HTTP Request Builder

Open tool

Build 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.

Improved

Timestamp Converter

Open tool

Added a live clock mode that auto-updates the current Unix timestamp every second. You can now also convert directly from ISO 8601 strings.

Fixed

CSS Animation Generator

Open tool

Fixed 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