Validation
Detect common WCAG 2.1 accessibility issues in HTML, fetched pages, or design images and return fix-ready guidance
accessibility-checkerMath & Numbers
Convert Celsius to Fahrenheit with configurable decimal precision
celsius-to-fahrenheitMath & Numbers
Convert centimeters to inches with configurable decimal precision
cm-to-inchesDocument Tools
Lay out multi-role chat transcripts into a PDF conversation
chat-transcript-to-pdfData Processing
Split array into chunks of specified size using lodash _.chunk
chunk-arrayDevelopment
Parse and extract structured data from changelogs and release notes in multiple formats
changelog-extractorText Processing
Convert between CamelCase, snake_case, kebab-case, PascalCase, and other naming conventions
advanced-case-converterText Processing
Detect and remove duplicate lines with advanced options for mode, case sensitivity, and trimming
advanced-duplicate-line-removerDevelopment
Remove single-line (//...) and multi-line (/*...*/) comments from code
code-comment-removerText Processing
Use AI to intelligently extract numbers, currencies, and financial amounts from text with their original formatting preserved
ai-currency-extractorText Processing
Extract all Chinese characters from text, filtering out punctuation and English letters, numbers, and non-Chinese symbols
chinese-character-extractorValidation
Validate Hex (#FFF, #RRGGBB), RGB/RGBA, HSL/HSLA color code syntax
color-code-validator