| AccessAbility |
Paste HTML and return a checklist of any missing accessibility features. |
| Case-ify |
Snake/kebab/camel/pascal/title case conversion too + de-dupe, trim, remove diacritics. |
| Cookie Monster |
Create/parse cookie strings or localStorage payloads; base64 encrypt/decrypt, JSON validation. |
| CSSpecificity |
Enter a selector (or multiple) and calculate specificity, show the winnder and explain. |
| Data Shaper |
Conversion tool to shape data for JSON arrays, CSVs, SQL statements, Python dicts/lists. |
| Hash Machine |
v4 UUIDs, SHA-256/MD5 (don’t use MD5 for passwords!) random token generator. |
| Jinja Sandbox |
Mini Jinja renderer: template on the left, variables on the right, rendered output underneath. |
| JSON Builder |
GUI JSON builder on the left, text editor on the right. Import JSON, work on it, and export. |
| Lab: Color |
Pick a base color and generate a palette (tints/shades) + check WCAG contrast. |
| Lab: Regex |
Live regex tester with highlights + a plain-English explanation. |
| Mer-Maker |
Paste-in or write Mermaid script and generate a Mermaid diagram to download. |
| Quick Diff |
Paste two blobs of text/code and get a clean diff. |
| Timestamp |
Enter a time and convert between epoch ↔ ISO ↔ local time (with timezone) formats. |
| Will it Flask? |
Output a fetch(), curl and Flask route skeleton to receive a provided request method. |
| Will it SQL? |
Paste a blob of text and calculate string length, including hidden additional chars. |