Essential utilities for programmers: JSON formatters, RegEx testers, JWT decoders, SQL beautifiers, and code diff tools.
Convert raw CSS declarations, selectors, and stylesheets into clean Tailwind CSS classes.
Transpile JSON Schema Draft 7 & 2020-12 into strict TypeScript interfaces and runtime Zod schemas.
Generate compliant RFC 1035 BIND zone files with SOA, NS, A, AAAA, CNAME, MX, and TXT records.
Convert legacy TypeScript numeric/string enums into modern, bundle-friendly string union types.
Generate precise CLI commands to cherry-pick single commits or commit ranges without merge commits.
Generate production HEALTHCHECK instructions for curl, wget, and pg_isready.
Simulate SQL CROSS JOIN multiplication (N x M rows) between two tables.
Generate DDoS-resistant Nginx rate limiting rules with burst and nodelay flags.
Generate clean modern Caddyfile configuration blocks with automated HTTPS.
Infer and generate complete TypeScript Zod schema definitions from sample JSON payloads.
Generate Git worktree commands to work on multiple branches concurrently in parallel directories.
Fix vulnerable transitive dependencies via package.json 'overrides' without breaking major versions.
Generate atomic UPSERT statements with PostgreSQL ON CONFLICT DO UPDATE.
Explore type-safe narrowing with the TypeScript satisfies operator vs unsafe 'as' casting.
Generate precise CLI commands to resolve merge conflicts and continue git rebase.
Format and standardize npm package.json 'scripts' dictionary for production CI/CD.
Validate POSIX-compliant uppercase environment variable keys (A-Z, 0-9, _).
Generate standard ANSI SQL COALESCE statements with fallback default values.
Generate standard .dockerignore files to exclude node_modules, git, and local secrets.
Generate clean TypeScript type definitions and union aliases from JSON payloads.
Generate production Nginx CORS headers and HTTP OPTIONS 204 response blocks.
Convert .env key-value variables into Docker Compose environment: dictionary blocks.
Discover more utilities across different domains