ROCKETPUG | DevTools  🔨 📶

Below is a set of cursed AI-coded tools that were prompted in a pinch to help speed up menial tasks, or reduce time spent Googling. They're useful, they work, but they sure ain't pretty, nor are they entirely logical...

Maybe, one day we will clean them up and make them human-friendly, but for now here they are, hosted for free-use.

Have... fun?


Tool Description
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.