Tools
Free browser-based utilities for working with SQL, JSON, CSV, and data. Everything runs client-side — your data never leaves your machine.
Whether you're formatting a query, validating JSON, converting between data formats, or generating test data, these tools are built for the way developers and analysts actually work every day. No accounts, no data uploads — just open and use.
SQL
-
SQL formatter
Format and beautify SQL with dialect-aware indentation
Open tool →
-
SQL diff
Compare two SQL queries with a highlighted line-by-line diff
Open tool →
-
SQL validator
Check SQL for syntax errors before running it
Open tool →
-
SQL minifier
Compress SQL into a single line by stripping whitespace and comments
Open tool →
-
SQL schema visualizer
Generate ER diagrams from CREATE TABLE statements
Open tool →
-
Prisma schema visualizer
Generate ER diagrams from a Prisma schema file
Open tool →
-
SQL explainer
Explain SELECT queries in plain English
Open tool →
-
SQL query builder
Build SQL queries from tables, joins, and filters
Open tool →