Web Tools
Generate colour palettes, debug JWTs, validate JSON, preview meta tags, and build redirects. Developer utilities that run in your browser.
31 tools available
Building for the web means constantly juggling formats, encoding strings, checking headers, and tweaking CSS. These tools handle the small but frequent tasks that slow you down — colour palette generation, compression analysis, password hashing, meta tag previewing, htaccess and nginx redirect building. Each tool is focused on one job and does it quickly. No sign-ups, no server round-trips, no waiting.
Front-end developers will find the Colour Palette & CSS Generator most immediately useful: enter a base colour and get complementary, analogous, and triadic palettes with ready-to-copy CSS custom properties. The CSS Flexbox & Grid Sandbox lets you prototype layouts visually before committing to code — you can test alignment, gap, and responsive behaviour in real time.
For data work, the CSV to JSON & XML Converter handles delimiter detection, header row mapping, and nested field flattening — common pain points when importing spreadsheets into APIs. The JSON Prettifier, Minifier, Fixer, and Validator form a complete JSON workflow: validate schema, fix syntax errors, format for readability, or compress for production.
The HTML Meta Tag & Open Graph Previewer generates complete meta tag blocks for Twitter Cards and Facebook Open Graph, then renders a preview of how the page will appear when shared on social platforms. The QR Code Generator & Scanner creates QR codes from URLs, text, or contact info with customizable error correction levels.
Security-focused tools include the Password Hash & Security Evaluator, which generates bcrypt, scrypt, and SHA-256 hashes and rates password strength against common attack patterns, and the Brotli & Gzip Compression Inspector, which shows the compression ratio achievable with different algorithms on your actual HTML or JavaScript.
How to choose the right tool
For front-end work, start with the Colour Palette Generator for design systems, the CSS Flexbox & Grid Sandbox for layout prototyping, and the HTML Meta Tag Previewer for SEO and social sharing.
For data pipelines, the CSV to JSON Converter handles delimiter detection and nested fields. Use the JSON Validator and Prettifier to clean up API responses before integration.
Common use cases
- Designer building a colour system — The Colour Palette Generator creates complementary and analogous palettes with ready-to-copy CSS custom properties.
- Developer debugging an API — The JWT Debugger decodes tokens and validates signatures, showing exactly what claims are in the payload.
- SEO specialist auditing pages — The HTML Meta Tag Previewer renders how a page will appear when shared on Twitter, Facebook, and LinkedIn.
Related categories
For cleaning and transforming text data — CSV manipulation, Markdown conversion, and string case conversion complement the developer tools here.