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
- Improved compare layout and formatting in File Diff
- Improved rendering/styling in Markdown Editor preview.
New tool: File Diff
2026-02-07
- Added File Diff tool for side-by-side text comparison.
Interview page layout improvements
2026-02-07
- Improved Interview problems layout and dark mode readability.
Excalidraw tabs UX improvements
2026-01-31
- Improved tab rename/delete flow in Excalidraw.
New tool: Stack Trace Formatter
2025-05-19
- Added Stack Trace Formatter tool: format and beautify stack traces from any language or log.
Added kubectl cheatsheet
2025-05-16
- Added kubectl cheatsheet to the cheatsheets collection.
Added Excalidraw diagram editor
2025-02-22
- Added Excalidraw tool for drawing diagrams.
Added CSV upload to SQL playground
2024-12-10
Fixed base64 tools & added list of cities with timezones
2024-12-09
- Base64 encoder
- Base64 decoder
- Timezones cities list - frequent cities with timezones
Added timezone comparer & many CSV tools
2024-12-07
- Timezone compare
- CSV Viewer - view csv as a table
- CSV to SQL - convert csv to sql create table and inserts
- CSV to JSON - convert csv to json
- CSV query with SQL - query csv with sql playground (as sqlite)
Added JSON interactive viewer & csv table viewer
2024-12-06
Docker how to mysql and postgres
2024-11-26
- Mysql in docker and Postgres in docker how to guides
Improve git cheatsheet
2024-11-25
- Git cheatsheet added help about bisect, checkout tags, checking out to new folder and branch
- added random number code hints for java, python, and javascript
Inline SQL variables
2024-11-22
- Inline SQL variables quick tool to replace ? in your SQL with vars
Mysql command line builder more options and share
2024-11-19
- MySQL command builder got an option to share via url link and more options
- added zip and unzip cheatsheets Zip cheatsheet Unzip cheatsheet
Base64 image encoder
2024-11-09
- base64 image encoder Base64 image encoder
Mysql command line builder
2024-11-08
- mysql command line builder + code generator for popular libraries MySQL command builder
Tar command like builder
2024-10-26
- tar command line builder is added at Tar command builder
Solutions for interview questions
2024-10-15
- see at Interview solutions here
Interview questions are back
2024-09-21
- see at Interview questions here
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
- Just started on Canvas playground
- Canvas cheatsheet
- unicode flags cheatsheet
- small internal improvements on SEO for cheatsheets
Graphviz & ASCII playground improvements
2024-06-20
- tuned codemirror dracula theme for better "selected" visibility
- "Add Element" button in the Graphviz playground has a dropdown with options
- new ASCII Tree tool is added
- blog post about ASCII is published
Added several new ASCII pages
2024-06-19
- ASCII characters page - to just see all ASCII characters in one place
- ASCII Box Drawing - to see how to draw shapes/boxes/trees with ASCII
- ASCII Comment Art - fun ASCII art to use in code comments
- Text to ASCII Art - text to ascii art for comments (big letters)
- Added popup/full-width to ddl-to-diagram page
Added Pan/Zoom controls for MermaidJS/Graphviz diagrams
2024-06-18
- Added pan/zoom/full width controls for MermaidJS diagrams see MermaidJS Playground Page
- Added pan/zoom/full width controls for Graphviz diagrams see Graphviz Playground Page
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
- Added a new blog post build mermaidjs markup in python
- Updated the mermaidJS cheatsheet with new examples on style, subgraph, and more.
Update SQL playground page
2024-06-12
- Add Table DDL tab to the SQL playground page
- Tables show row count e.g
customers (10)
Error display in MermiadJS editor
2024-06-10
- Display error in the MermaidJS editor when the markup is invalid.
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
- added AI on python playground
- added AI on JS playground
- added AI on Regex tester page
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