Doohickey’s Dev Tools puts a full suite of developer utilities right inside your WordPress admin. No more juggling browser tabs and bookmarking random websites — everything you need is one click away.
CSS Tools
* Gradient Generator — Linear and radial gradients with unlimited color stops
* Box Shadow Generator — Visual box-shadow builder with layered shadows
* Border Generator — Shorthand and per-side border controls
* Border Radius Generator — Per-corner radius with visual preview
* Clip-Path Maker — Polygon, circle, ellipse, and inset clip paths
* Flexbox Generator — Visual flexbox playground with container controls
* CSS Grid Generator — Set columns, rows, gaps, and alignment visually
Color Tools
* Color Picker — HSV color picker with HEX, RGB, and HSL output
* Contrast Checker — WCAG 2.1 AA/AAA compliance testing
* Color Converter — Convert between HEX, RGB, HSL, and CMYK
Code Tools
* String Utilities — Case conversion, reverse, slug, character/word count
* Encoder / Decoder — Base64, URL encoding, HTML entities, and more
Generators
* Placeholder Image — Custom-sized placeholder images for mockups
* Lorem Ipsum — Paragraphs, sentences, or words of filler text
* QR Code Generator — Instant QR codes from any text or URL
SEO & Meta
* Schema.org Generator — Structured data for Article, Local Business, and FAQ
* Meta Tag Generator — SEO meta tags, Open Graph, and Twitter Cards
Converters
* SVG to PNG — Client-side SVG conversion with scale options
* HTML to Markdown — Convert HTML markup to clean Markdown
* Markdown Preview — Live Markdown editor with rendered preview
* Aspect Ratio Calculator — Calculate ratios from dimensions, scale with locked ratios, common size presets
Upgrade to Doohickey’s Dev Tools Pro for additional tools and features:
The full source code for this plugin, including uncompiled JavaScript and CSS, is available at:
https://github.com/mosaiclifecreative/doohickeys-dev-tools
To build from source:
npm install to install dependenciesnpm run build to compile the production bundlebuild/ directoryThe project uses @wordpress/scripts for building. Source files are in admin/js/ (JSX) and admin/css/ (CSS).