Changelog

New tool: Code Screenshot Generator

2026-09-07

  • Added Code Screenshot Generator: turn a code snippet into a beautiful, shareable image with syntax highlighting, gradient backgrounds, and optional window chrome, rendered and exported entirely in your browser.
New tool: JSON to TypeScript

2026-09-07

  • Added JSON to TypeScript: paste JSON and get TypeScript interface declarations, inferred entirely in your browser with optional fields and union types when array samples differ.
New tool: DBML Editor

2026-09-06

  • Added DBML Editor: write DBML and see a live entity-relationship diagram, then export SQL DDL for PostgreSQL, MySQL, SQL Server, or Oracle — the inverse of our existing SQL DDL to ERD diagram tool.
New tool: ULID Generator & Decoder

2026-09-06

  • Added ULID Generator & Decoder: generate time-sortable ULIDs (batch of up to 50) and decode existing ones back into their embedded timestamp, computed entirely in your browser.
New tool: JSON Graph Visualizer

2026-09-05

  • Added JSON Graph Visualizer: paste JSON and see it rendered as a force-directed node graph — every object, array, and value becomes a node linked to its parent, computed entirely in your browser.
New tool: CSS Unit Converter

2026-09-05

  • Added CSS Unit Converter: convert between px, rem, em, pt, pc, in, cm, mm, vw, and vh, with adjustable root/parent font size and viewport width/height — built entirely in your browser.
Regex Tester: pattern library + named test cases

2026-09-04

  • Added a searchable pattern library to Regex Tester (Email, IPv4, IPv6, URL, semver, JWT). Picking a pattern fills the Expression field, and named test cases below it re-evaluate live against your current expression with PASS/FAIL badges — so you can tweak a pattern and immediately see which sample strings still match.
Color Palette Generator: sample UI preview

2026-09-04

  • Added a "Preview sample UI" split pane to Color Palette Generator: see the generated palette applied to a form, hero section, page frame (header/footer), and app-like screen — each collapsible, updating live as you change the base color.
New tool: UTM Builder

2026-09-04

  • Added UTM Builder: enter a destination URL and campaign parameters (utm_source, utm_medium, utm_campaign, term, content, id) to generate a ready-to-share, percent-encoded campaign tracking URL — built entirely in your browser.
New tool: Color Palette Generator

2026-09-03

  • Added Color Palette Generator: enter a HEX/RGB/HSL color and get a 50–950 tonal scale, tints, shades, and complementary/analogous/triadic harmonies, each copyable as hex.
New tool: CIDR / Subnet Calculator

2026-09-03

  • Added CIDR / Subnet Calculator: enter an IPv4 CIDR block and get the network/broadcast address, subnet mask, wildcard mask, usable host range, and address count.
JSON Formatter: Open in JQ Editor

2026-02-13

  • Added "Open in JQ editor" action on JSON Formatter for quick handoff to JQ Playground.
File diff and markdown preview improvements

2026-02-10

New tool: File Diff

2026-02-07

  • Added File Diff tool for side-by-side text comparison.
Interview page layout improvements

2026-02-07

Excalidraw tabs UX improvements

2026-01-31

New tool: Stack Trace Formatter

2025-05-19

Added kubectl cheatsheet

2025-05-16

Added Excalidraw diagram editor

2025-02-22

Added CSV upload to SQL playground

2024-12-10

Fixed base64 tools & added list of cities with timezones

2024-12-09

Added timezone comparer & many CSV tools

2024-12-07

Added JSON interactive viewer & csv table viewer
Docker how to mysql and postgres

2024-11-26

Improve git cheatsheet

2024-11-25

Inline SQL variables

2024-11-22

Mysql command line builder more options and share

2024-11-19

Base64 image encoder

2024-11-09

Mysql command line builder

2024-11-08

Tar command like builder

2024-10-26

Solutions for interview questions

2024-10-15

Interview questions are back

2024-09-21

Blog posts about emailing from Azure

2024-08-14

  • Added multiple blog posts about emailing from Azure
JSON diff viewer

2024-06-25

  • Added new JSON diff viewer based on codemirror merge plugin
  • see it here JSON diff viewer
Draft of Canvas playground

2024-06-22

Graphviz & ASCII playground improvements

2024-06-20

Added several new ASCII pages

2024-06-19

Added Pan/Zoom controls for MermaidJS/Graphviz diagrams

2024-06-18

Added pricing page

2024-06-16

Added premium packages for the site and pricing page, see at Pricing page

Download as PNG and copy as RichText for google doc/word export of diagrams

2024-06-14

Added download as PNG and copy as RichText options for google doc/word export of diagrams:

Blog post & mermaidJS cheetsheet update

2024-06-13

Update SQL playground page

2024-06-12

Error display in MermiadJS editor

2024-06-10

Show errors in XML formatter editor

2024-06-09

Many improvements on SQL playground page

2024-06-02

  • show inline errors in the editor
  • more examples of sqlite imports
  • updated layout see SQL playground page
Added AI to more pages

2024-05-24

V2 of the website is released

2024-05-13

  • website is rewritten from scratch from GatsbyJS to NextJS (still static site rendering)
  • from JS to TS