Essential developer utilities for coding, debugging, and formatting. Boost your productivity with professional-grade tools that work entirely in your browser.
Test regular expressions with real-time match highlighting, capture groups, and flag options.
Compare two text blocks side-by-side with highlighted additions, deletions, and changes.
Minify JavaScript, CSS, and HTML to reduce file sizes and improve page load performance.
Beautify and format SQL queries with proper indentation for MySQL, PostgreSQL, and more.
Write Markdown with a live side-by-side HTML preview supporting GFM and syntax highlighting.
Build, validate, and describe cron expressions visually for scheduling tasks and jobs.
Convert numbers between binary, octal, decimal, and hexadecimal instantly.
Advanced diff viewer with unified and split views for comparing code and configuration files.
Your source code and sensitive data never leaves the browser. No server processing.
Use any tool instantly in your browser. No installation, no IDE plugins, no login.
Built to the standards developers expect: accurate results, edge case handling, and clear UX.
Designed with developer workflows in mind: keyboard shortcuts and clean interfaces.
The regex tester uses JavaScript's built-in RegExp engine, supporting all standard JS regex syntax including lookaheads, lookabehinds, named groups, and all standard flags (g, i, m, s, u, y).
Our tools handle files up to 100MB client-side. For very large files, use streaming approaches or split your code into smaller chunks.
The SQL formatter supports MySQL, PostgreSQL, SQLite, SQL Server (T-SQL), and Oracle PL/SQL with dialect-specific keyword formatting.
We support GitHub Flavored Markdown (GFM) including tables, task lists, strikethrough, and fenced code blocks with syntax highlighting.